63 lines
1.5 KiB
Plaintext
63 lines
1.5 KiB
Plaintext
page {
|
|
background-color: #f8f8f8;
|
|
}
|
|
.bill_content {
|
|
padding: 120rpx 30rpx 0 30rpx;
|
|
padding-bottom: calc(210rpx + constant(safe-area-inset-bottom));
|
|
padding-bottom: calc(210rpx + env(safe-area-inset-bottom));
|
|
}
|
|
.bill_content_item {
|
|
background-color: #fff;
|
|
padding: 1rpx 30rpx 30rpx 30rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
.bill_content_item .bill_month_item {
|
|
background-color: #f7f8fc;
|
|
border-radius: 12rpx;
|
|
padding: 25rpx 0;
|
|
font-size: 28rpx;
|
|
margin-top: 29rpx;
|
|
}
|
|
.bill_content_item .bill_month_item_header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.bill_content_item .bill_month_item_header_left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.bill_content_item .bill_month_item_body {
|
|
background-color: #fff;
|
|
margin: 30rpx 30rpx 0 30rpx;
|
|
padding-bottom: 20rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.bill_content_item .bill_month_item_body .item_find_select {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20rpx 0 0 0;
|
|
font-size: 28rpx;
|
|
}
|
|
.bill_content_item .bill_month_item_body .item_find_select_btn {
|
|
padding: 0 10rpx 0 30rpx;
|
|
}
|
|
.bill_content_item .bill_month_item_body .item_find_select_name {
|
|
flex: 1;
|
|
color: #666;
|
|
}
|
|
.bill_content_item .bill_month_item_body .item_find_select .price {
|
|
color: #333;
|
|
}
|
|
.bill_content_item .bill_month_item .month_info {
|
|
flex: 1;
|
|
}
|
|
.bill_content_item .bill_month_item .select_btn {
|
|
padding: 0 20rpx 0 30rpx;
|
|
}
|
|
.bill_content_item .bill_month_item .price {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #df3600;
|
|
padding-right: 20rpx;
|
|
} |