46 lines
758 B
Plaintext
46 lines
758 B
Plaintext
.expected {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.expected .list .li {
|
|
padding-left: 36rpx;
|
|
padding-right: 29rpx;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
}
|
|
|
|
.expected .list .li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.expected .list .li .top {
|
|
font-size: 32rpx;
|
|
line-height: 36rpx;
|
|
color: #333;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-bottom: 24rpx;
|
|
padding-top: 34rpx;
|
|
}
|
|
|
|
.expected .list .li .top .right {
|
|
padding-right: 20rpx;
|
|
}
|
|
|
|
.expected .list .li .bottom {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.expected .list .li .bottom .left {
|
|
font-size: 28rpx;
|
|
line-height: 36rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.expected .list .li .bottom .right {
|
|
font-size: 32rpx;
|
|
line-height: 36rpx;
|
|
color: #ff2c29;
|
|
padding-bottom: 46rpx;
|
|
}
|