2025-06-30 17:58:57 +08:00

288 lines
4.8 KiB
CSS

page {
background-color: #f6f7fb;
}
image {
width: 100%;
height: 100%;
}
.container {}
.currentAdd {
display: flex;
align-items: center;
justify-content: space-between;
padding: 26rpx 20rpx;
box-sizing: border-box;
background-color: #fff;
}
.currentAdd_left {
font-size: 34rpx;
color: #222222;
font-weight: 700;
}
.currentAdd_right {
font-size: 30rpx;
color: #FF370B;
display: flex;
align-items: center;
}
.currentAdd_right image {
width: 30rpx;
height: 27rpx;
margin-left: 10rpx;
}
.search {
display: flex;
align-items: center;
justify-content: space-between;
width: 710rpx;
height: 70rpx;
background: #FFFFFF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
padding: 16rpx 30rpx;
box-sizing: border-box;
margin: 0 auto;
margin-top: 20rpx;
}
.search image {
width: 30rpx;
height: 30rpx;
}
.communityList {
background-color: #fff;
margin-top: 20rpx;
}
.communityItem {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 20rpx;
border-bottom: 1rpx solid #EBEBEB;
;
}
.communityItem_tit {
font-size: 30rpx;
color: #222222;
}
.communityItem_address {
font-size: 26rpx;
color: #999999;
margin-top: 10rpx;
}
.communityItem_right image {
width: 16rpx;
height: 30rpx;
}
/* 最后一个communityItem */
.communityItem:last-child {
border-bottom: none;
}
.empty {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #fff;
padding-bottom: 200rpx;
margin-top: 20rpx;
padding-top: 111rpx;
}
.empty image {
width: 340rpx;
height: 225.59rpx;
}
.empty span {
margin-top: -40rpx;
font-size: 26rpx;
color: #999999;
}
.floorList {
background-color: #fff;
margin-top: 20rpx;
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 30rpx 20rpx;
}
.roomList {
background-color: #fff;
margin-top: 20rpx;
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 30rpx 20rpx;
}
.floorItem {
font-size: 28rpx;
color: #222222;
border-radius: 10rpx 10rpx 10rpx 10rpx;
border: 1rpx solid #222222;
margin-right: 46rpx;
margin-bottom: 30rpx;
width: 200rpx;
height: 60rpx;
white-space: nowrap;
display: flex;
align-items: center;
justify-content: center;
}
.floorItem:nth-child(3n) {
margin-right: 0;
}
.active {
border: 1rpx solid #FF370B;
background: #FFF5F5;
position: relative;
}
.active::after {
content: '';
width: 24rpx;
height: 30rpx;
position: absolute;
right: 0;
bottom: 0;
background: url(http://192.168.0.172:5500/com_activeIcon.png) no-repeat;
background-size: 100% 100%;
}
.roomItem {
width: 120rpx;
height: 60rpx;
border-radius: 10rpx 10rpx 10rpx 10rpx;
color: #222222;
border: 1rpx solid #222222;
font-size: 28rpx;
display: flex;
align-items: center;
justify-content: center;
margin-right: 50rpx;
margin-bottom: 30rpx;
white-space: nowrap;
}
.roomItem:nth-child(4n) {
margin-right: 0;
}
.active2 {
border: 1rpx solid #FF370B;
background: #FFF5F5;
position: relative;
}
.active2::after {
content: '';
width: 24rpx;
height: 30rpx;
position: absolute;
right: 0;
bottom: 0;
background: url(http://192.168.0.172:5500/com_activeIcon.png) no-repeat;
background-size: 100% 100%;
}
.dialogBox {
background: rgba(0, 0, 0, 0.16);
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;
}
.dialogBoxCon {
width: 600rpx;
height: 374rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
box-sizing: border-box;
padding-top: 40rpx;
margin-top: -200rpx;
}
.dialogBoxCon1 {
font-size: 30rpx;
color: #222222;
font-weight: 600;
text-align: center;
}
.dialogBoxCon2 {
font-size: 36rpx;
color: #FF370B;
font-weight: 600;
margin-top: 28rpx;
text-align: center;
}
.dialogBoxCon3 {
font-size: 32rpx;
color: #FF370B;
text-align: center;
}
.dialogBoxConBtnList {
display: flex;
align-items: center;
justify-content: center;
margin-top: 55rpx;
}
.dialogBoxConBtnItem1 {
width: 230rpx;
height: 70rpx;
background: #D9D9D9;
border-radius: 100rpx 100rpx 100rpx 100rpx;
font-size: 36rpx;
color: #222222;
display: flex;
align-items: center;
justify-content: center;
}
.dialogBoxConBtnItem2 {
font-size: 36rpx;
color: #FFFFFF;
width: 230rpx;
height: 70rpx;
background: #FF370B;
border-radius: 100rpx 100rpx 100rpx 100rpx;
margin-left: 50rpx;
display: flex;
align-items: center;
justify-content: center;
}