2025-12-15 18:27:46 +08:00

45 lines
909 B
Plaintext

page {
background-color: #f8f8f8;
}
.bill_details_header {
background-color: #e8f1ff;
padding: 30rpx;
margin: 30rpx;
border-radius: 10rpx;
}
.bill_details_header .label {
font-size: 27rpx;
color: #333;
padding-bottom: 5rpx;
}
.bill_details_header .fee {
font-size: 40rpx;
color: #2d75ff;
font-weight: 550;
}
.bill_card_body {
background-color: #fff;
margin: 30rpx;
border-radius: 10rpx;
padding: 0 30rpx;
}
.bill_card_body .bill_card_head {
padding: 30rpx 0 25rpx 0;
border-bottom: 1rpx solid #eee;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20rpx;
}
.bill_card_body .bill_card_head text:first-child {
border-left: 10rpx solid #2d75ff;
padding-left: 16rpx;
}
.bill_card_body .bill_cell {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
color: #333;
padding-bottom: 20rpx;
}