mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/complaint/list.wxss

79 lines
1.2 KiB
Plaintext

.complaint-item {
margin: 24rpx;
padding: 24rpx;
background-color: #fff;
border-radius: 16rpx;
position: relative;
}
.way {
font-size: 28rpx;
color: #333;
}
.date,.reason {
font-size: 24rpx;
color: #999;
}
.box {
margin-bottom: 8rpx;
}
.images {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
padding-bottom: 24rpx;
border-bottom: 2rpx solid #eee;
}
.img {
width: 198rpx;
height: 198rpx;
background-color: #eee;
border-radius: 20rpx;
}
.handle-btns {
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
align-items: center;
padding-top: 24rpx;
}
.handle-btn {
width: 140rpx;
height: 56rpx;
line-height: 56rpx;
text-align: center;
border: 2rpx solid #eee;
border-radius: 28rpx;
margin-left: 20rpx;
}
.handle-text {
font-size: 28rpx;
color: #333;
}
.state {
position: absolute;
top: 24rpx;
right: 24rpx;
}
.state-text {
font-size: 28rpx;
font-weight: 700;
color: #333;
}
.nothings-box {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
padding: 280rpx 0 0;
}
.nothings-text {
font-size: 32rpx;
font-weight: 500;
color: #999999;
text-align: center;
font-style: italic;
}