133 lines
1.8 KiB
Plaintext
Raw Normal View History

2024-02-21 17:43:11 +08:00
page {
background: #ececec;
overflow: hidden;
}
.roomBox {
margin-top: 24rpx;
border-radius: 20rpx;
overflow: hidden;
}
.detailbox {
display: flex;
padding: 3%;
box-sizing: border-box;
background: white;
border-top: 1rpx solid beige;
}
input {
width: 70%;
height: 80rpx;
margin-top: 10rpx;
margin-left: 6%;
background-color: #F3F3F3;
border-radius: 8rpx;
box-sizing: border-box;
padding-left: 20rpx;
}
.textBox {
width: 70%;
padding: 3%;
box-sizing: border-box;
line-height: 40rpx;
}
.picker {
margin-left: 6%;
width: 38%;
}
/**
* 侧边筛选栏样式star
*/
.active {
background-color: #E64F54;
color: white;
}
.isRuleShow {
display: block;
}
.isRuleHide {
display: none;
}
.float {
height: 100%;
width: 100%;
position: fixed;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2;
top: 0;
left: 0;
}
.iconuse {
margin-left: 11rpx;
}
.iconprice {
margin-left: 11rpx;
}
.animation-element {
width: 660rpx;
height: 100%;
background-color: #ffffff;
border: 1px solid #f3f0f0;
position: absolute;
right: -540rpx;
box-sizing: border-box;
padding: 28rpx 16rpx;
}
.useage {
height: 40rpx;
}
.useage li {
width: 177rpx;
margin: 12rpx 7rpx;
height: 70rpx;
line-height: 70rpx;
display: inline-block;
text-align: center;
border: 1px solid #f3f0f0;
border-radius: 15rpx;
font-size: 30rpx;
}
.buttom {
position: fixed;
bottom: 0;
}
.animation-reset {
border-radius: 12rpx;
float: left;
line-height: 70rpx;
width: 260rpx;
margin: 15rpx 12rpx;
border: 1px solid #f3f0f0;
text-align: center;
}
.animation-button {
border-radius: 12rpx;
float: left;
line-height: 70rpx;
width: 260rpx;
margin: 15rpx 12rpx;
border: 1px solid #f3f0f0;
text-align: center;
}
/**
* 侧边筛选栏样式end
*/