34 lines
578 B
Plaintext
34 lines
578 B
Plaintext
|
|
.award_detail .content {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.award_detail .content .price {
|
|
line-height: 144rpx;
|
|
font-size: 32px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.award_detail .content .price .span {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.award_detail .content .list-info {
|
|
padding: 20rpx 28rpx;
|
|
}
|
|
|
|
.award_detail .content .list-info .li {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
line-height: 72rpx;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.award_detail .content .list-info .li .span:first-child {
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.award_detail .content .list-info .li:last-child .span:last-child {
|
|
color: #00b566;
|
|
}
|