72 lines
1.2 KiB
Plaintext
72 lines
1.2 KiB
Plaintext
/* packageH/income/consumeReward/consumeDetails/consumeDetails.wxss */
|
|
.priceItems {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 32rpx;
|
|
height: 200rpx;
|
|
border-bottom: 2rpx solid #f2f2f2;
|
|
background: #fff;
|
|
}
|
|
|
|
.priceItems .priceItem {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.priceItems .priceItem .price {
|
|
font-size: 32rpx;
|
|
color: #fb6b68;
|
|
}
|
|
|
|
.priceItems .priceItem .text {
|
|
margin-top: 14rpx;
|
|
}
|
|
|
|
.optItems {
|
|
padding: 15rpx 0;
|
|
background: #fff;
|
|
}
|
|
|
|
.optItems .optItem {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 15rpx 32rpx;
|
|
}
|
|
|
|
.optItems .optRecord {
|
|
margin: 0 30rpx;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 10rpx;
|
|
background: #fbfbfb;
|
|
}
|
|
|
|
.optItems .optRecord .c1 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 10rpx 30rpx;
|
|
border-bottom: 2rpx solid #ececec;
|
|
}
|
|
|
|
.optItems .optRecord .c2 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 20rpx 30rpx;
|
|
}
|
|
|
|
.optItems .optRecord .text {
|
|
width: 250rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.optItems .noRecord {
|
|
margin: 0 30rpx;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 10rpx;
|
|
text-align: center;
|
|
background: #fbfbfb;
|
|
}
|