49 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2025-12-15 18:27:46 +08:00
page {
background-color: #f8f8f8;
}
.house_contents {
padding: 310rpx 0 0 0;
padding-bottom: calc(30rpx + constant(safe-area-inset-bottom));
padding-bottom: calc(30rpx + env(safe-area-inset-bottom));
}
.house_floor_title {
color: #333333;
font-size: 28rpx;
font-weight: 500;
padding: 0 30rpx;
}
.house_list_content {
display: flex;
align-items: center;
flex-wrap: wrap;
padding-bottom: 30rpx;
}
.house_list_content .house_item {
background-color: #fff;
border-radius: 8rpx;
width: 150rpx;
height: 130rpx;
padding: 30rpx;
margin-top: 25rpx;
margin-left: 30rpx;
}
.house_list_content .house_item .room_number {
color: #333333;
font-size: 28rpx;
font-weight: 500;
}
.house_list_content .house_item .status {
font-size: 24rpx;
border-radius: 4rpx;
display: inline-block;
margin-top: 10rpx;
padding: 3rpx 10rpx;
}
.house_list_content .house_item .status_1 {
background-color: #fff0eb;
color: #df3600;
}
.house_list_content .house_item .status_0 {
background-color: #ebffe2;
color: #389e0d;
}