23 lines
373 B
Plaintext
23 lines
373 B
Plaintext
/* packageH/income/consumeReward/consumeMessage/consumeMessage.wxss */
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.listData .item {
|
|
margin-top: 38rpx;
|
|
padding: 0 24rpx;
|
|
}
|
|
|
|
.listData .item .time {
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.listData .item .content {
|
|
margin-top: 18rpx;
|
|
padding: 30rpx 20rpx;
|
|
font-size: 28rpx;
|
|
border-radius: 10rpx;
|
|
background: #f0f0f0;
|
|
}
|