锦水居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

37 lines
769 B

.handle-progress {
width: 100%;
height: auto;
}
.handle-progress .type {
color: #333;
font-size: 32rpx;
line-height: 84rpx;
height: 84rpx;
font-weight: bolder;
margin-top: 36rpx;
}
.handle-progress .progress-list {
width: 100%;
height: auto;
background: #fff;
border-radius: 16rpx;
overflow: hidden;
padding: 64rpx 25rpx 28rpx;
box-sizing: border-box;
}
.handle-progress .progress-list .list-item + .list-item {
border-top: 1rpx dashed #a3a3a3;
padding-top: 22rpx;
}
.handle-progress .progress-list .list-item .content {
font-size: 32rpx;
color: #999;
line-height: 48rpx;
word-break: break-all;
}
.handle-progress .progress-list .list-item .time {
font-size: 20rpx;
color: #999;
line-height: 52rpx;
margin-top: 2rpx;
}