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.
33 lines
493 B
33 lines
493 B
5 years ago
|
.userOk{
|
||
|
background-color: #fff;
|
||
|
padding: 0 24rpx 0 24rpx;
|
||
|
}
|
||
|
.process-title {
|
||
|
font-size: 30rpx;
|
||
|
font-weight: bold;
|
||
|
color: #333333;
|
||
|
padding: 24rpx 0;
|
||
|
border-bottom: 1rpx solid #e7eeee;
|
||
|
}
|
||
|
|
||
|
.info-box {
|
||
|
border-bottom: 1rpx solid #e7eeee;
|
||
|
padding: 18rpx 0;
|
||
|
}
|
||
|
|
||
|
.info-box:last-child {
|
||
|
border-bottom: none;
|
||
|
padding: 18rpx 0;
|
||
|
}
|
||
|
|
||
|
.info-left {
|
||
|
font-size: 32rpx;
|
||
|
color: #909da7;
|
||
|
line-height: 54rpx;
|
||
|
}
|
||
|
|
||
|
.info-right {
|
||
|
font-size: 32rpx;
|
||
|
color: #333333;
|
||
|
line-height: 54rpx;
|
||
|
}
|