37 lines
823 B
Plaintext
Raw Permalink Normal View History

2025-12-15 18:27:46 +08:00
page {
background-color: #f8f8f8;
}
.form_card {
background-color: #fff;
padding: 0 30rpx;
margin-bottom: 30rpx;
}
.house_title {
font-size: 32rpx;
font-weight: 500;
color: #333;
}
.bind_house_select_page {
padding: 40rpx 30rpx 0 30rpx;
padding-bottom: calc(210rpx + constant(safe-area-inset-bottom));
padding-bottom: calc(210rpx + env(safe-area-inset-bottom));
}
.house_select_content .house_select_item {
background-color: #fff;
padding: 30rpx;
margin-top: 30rpx;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 10rpx;
}
.house_select_content .house_select_item .house_name {
color: #3d3d3d;
font-size: 28rpx;
font-weight: 500;
}
.house_select_content .house_select_item .house_identity {
font-size: 24rpx;
color: #666;
padding-top: 5rpx;
}