23 lines
406 B
Plaintext
23 lines
406 B
Plaintext
/* packageH/schoolCompany/schoolCompanyNum/schoolCompanyNum.wxss */
|
|
|
|
.listData .item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 20rpx;
|
|
height: 80rpx;
|
|
background: #fff;
|
|
border-bottom: 2rpx solid #efefef;
|
|
}
|
|
|
|
.listData .item .time {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.listData .item .price {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #f14e4e;
|
|
}
|