28 lines
567 B
Plaintext
Raw Normal View History

2025-12-15 18:19:04 +08:00
page {
background-color: #f8f8f8;
}
.advance_payment_house_item {
background-color: #fff;
margin: 30rpx;
padding: 25rpx 0;
border-radius: 15rpx;
}
.advance_payment_house_item_header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 15rpx 0 30rpx;
}
.advance_payment_house_item_header .name {
color: #3d3d3d;
font-size: 28rpx;
font-weight: 500;
}
.advance_payment_house_item_footer {
border-top: 1rpx solid #eee;
margin: 0 30rpx;
margin-top: 25rpx;
padding-top: 25rpx;
font-size: 24rpx;
color: #999;
}