2024-03-06 22:00:22 +08:00
|
|
|
.containerView.public {
|
|
|
|
padding-bottom: 200rpx;
|
|
|
|
}
|
|
|
|
|
2024-02-26 19:30:25 +08:00
|
|
|
.swiper-box {
|
2024-02-27 08:59:07 +08:00
|
|
|
border-radius: 14rpx;
|
2024-02-26 19:30:25 +08:00
|
|
|
box-sizing: border-box;
|
|
|
|
height: 358rpx;
|
|
|
|
margin: 0 22rpx;
|
2024-02-27 08:59:07 +08:00
|
|
|
overflow: hidden;
|
2024-02-26 19:30:25 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.swiper-box .img {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 轮播小点点 */
|
|
|
|
.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal {
|
|
|
|
margin-left: 36%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.swiper-box .wx-swiper-dot {
|
|
|
|
width: 20rpx;
|
|
|
|
display: inline-flex;
|
|
|
|
height: 5rpx;
|
|
|
|
margin-left: 10rpx;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.swiper-box .wx-swiper-dot::before {
|
|
|
|
content: '';
|
|
|
|
flex-grow: 1;
|
|
|
|
background: rgba(255, 255, 255, 0.8);
|
|
|
|
border-radius: 0rpx
|
|
|
|
}
|
|
|
|
|
|
|
|
.swiper-box .wx-swiper-dot-active::before {
|
|
|
|
background: #ff3333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.swiper-box .wx-swiper-dot-active {
|
|
|
|
width: 40rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.roomView {
|
|
|
|
margin-top: 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.roomView .typeView {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin: 0 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.roomView .typeView .typeItem {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.roomView .typeView .typeItem .name {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.roomView .typeView .typeItem .value {
|
|
|
|
margin-top: 10rpx;
|
|
|
|
font-size: 26rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.roomView .content {
|
|
|
|
margin: 40rpx 20rpx 0;
|
|
|
|
font-size: 26rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.roomView .contentSwichBtn {
|
|
|
|
border: 1px solid rgb(202, 202, 202);
|
|
|
|
border-radius: 6rpx;
|
|
|
|
margin: 20rpx;
|
|
|
|
padding: 14rpx;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.facilitiesView {
|
|
|
|
margin: 50rpx 20rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.facilitiesView .itemView {
|
|
|
|
display: flex;
|
|
|
|
justify-content: start;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.facilitiesView .itemView .singleItem {
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 25%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 30rpx;
|
|
|
|
}
|
|
|
|
|
2024-03-02 16:57:04 +08:00
|
|
|
.facilitiesView .itemView .singleItem .img {
|
2024-03-26 14:54:01 +08:00
|
|
|
width: 60rpx;
|
|
|
|
height: 60rpx;
|
2024-03-02 16:57:04 +08:00
|
|
|
}
|
|
|
|
|
2024-02-26 19:30:25 +08:00
|
|
|
.facilitiesView .itemView .singleItem .name {
|
2024-03-02 16:57:04 +08:00
|
|
|
margin-top: 16rpx;
|
2024-03-07 17:38:01 +08:00
|
|
|
width: 150rpx;
|
|
|
|
text-align: center;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
word-break: break-all;
|
|
|
|
white-space: nowrap;
|
2024-02-26 19:30:25 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.priceView {
|
|
|
|
margin: 20rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.priceView .content {
|
|
|
|
margin: 30rpx 20rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2024-03-28 16:26:33 +08:00
|
|
|
.priceView .remark {
|
|
|
|
margin: 30rpx 20rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #5e5e5e;
|
|
|
|
}
|
|
|
|
|
2024-02-26 19:30:25 +08:00
|
|
|
.mapView {
|
|
|
|
margin: 50rpx 20rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mapView .myMap {
|
|
|
|
margin-top: 30rpx;
|
|
|
|
width: 100%;
|
|
|
|
height: 500rpx;
|
|
|
|
}
|
|
|
|
|
2024-09-27 11:24:58 +08:00
|
|
|
.policy{
|
|
|
|
margin: 50rpx 20rpx;
|
|
|
|
}
|
|
|
|
.policy .content{
|
|
|
|
font-size: 30rpx;
|
|
|
|
margin: 20rpx;
|
|
|
|
}
|
|
|
|
|