46 lines
679 B
Plaintext
46 lines
679 B
Plaintext
.container {
|
|
background: #fafafa;
|
|
box-sizing: border-box;
|
|
min-height: 100vh;
|
|
padding: 0rpx 0 40rpx;
|
|
}
|
|
|
|
.voucher-container {
|
|
padding-bottom: 170rpx;
|
|
}
|
|
|
|
.money {
|
|
margin: 36rpx 27rpx 0;
|
|
}
|
|
|
|
.list-box {
|
|
padding: 18rpx 27rpx 48rpx;
|
|
}
|
|
|
|
.item {
|
|
background: #fff;
|
|
border-bottom: 1px solid #eee;
|
|
padding: 16rpx 20rpx 12rpx 18rpx;
|
|
}
|
|
|
|
.item .name {
|
|
color: #666;
|
|
font-size: 26rpx;
|
|
margin-bottom: 4rpx;
|
|
}
|
|
|
|
.item .footer {
|
|
align-items: flex-end;
|
|
color: #999;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.item .footer .time {
|
|
display: inline-flex;
|
|
font-size: 22rpx;
|
|
}
|
|
|
|
.item .footer .num {
|
|
font-size: 33rpx;
|
|
} |