city-casereport/pages/process/process.wxss
2021-03-20 10:59:52 +08:00

65 lines
1005 B
Plaintext

page{
background: #f2f1f6;
}
.process{
padding: 0 10rpx 0 25rpx;
}
.process-box{
border-left: 3px solid #17bef5;
box-sizing: border-box;
padding-left: 25rpx;
padding-bottom: 15rpx;
}
.time-status{
display: flex;
justify-content: space-between;
position: relative;
font-size: 30rpx;
padding: 10rpx 0;
}
.point{
position: absolute;
top: 26rpx;
left: -42rpx;
width: 30rpx;
height: 30rpx;
background: #17bef5;
border-radius: 50%;
}
.time{
line-height: 60rpx;
}
.status{
line-height: 60rpx;
padding: 0 20rpx;
background: #dae5f7;
color: #158afa;
border-radius: 30rpx;
}
.process-content{
padding: 20rpx;
background: #fff;
border-radius: 10rpx;
}
.row{
border-bottom: 1px dashed #EEE;
font-size: 28rpx;
color: #888;
line-height: 50rpx;
}
.row text.green{
color: #2dfe2e;
}
.row text.gray{
color: #888;
}
.process-img{
margin-top: 10rpx;
}
.process-img image{
width: 140rpx;
height: 140rpx;
margin-right: 10rpx;
margin-bottom: 10rpx;
}