606 lines
13 KiB
Plaintext
606 lines
13 KiB
Plaintext
/* pages/placeMap/placeMap.wxss */
|
|
@import "/pages/common/common.wxss";
|
|
|
|
page {
|
|
height: 100%;
|
|
}
|
|
.pos-id{
|
|
position: relative;
|
|
}
|
|
|
|
.pos-r {
|
|
position: relative;
|
|
}
|
|
|
|
.map-box {
|
|
display: flex;
|
|
flex: 1;
|
|
width: 100vw;
|
|
position: relative;
|
|
}
|
|
.top-tool-box{
|
|
position: absolute;
|
|
z-index: 333;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
}
|
|
|
|
.top-tab-box {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.customCallout {
|
|
box-sizing: border-box;
|
|
/* background-color: #fff; */
|
|
border: 1px solid #ccc;
|
|
border-radius: 30px;
|
|
/* width: 232.5rpx; */
|
|
width: max-content;
|
|
height: 72rpx;
|
|
color: #ffffff;
|
|
display: inline-flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 24rpx;
|
|
font-size: 22rpx;
|
|
border-radius: 24rpx;
|
|
position: relative;
|
|
background-color: rgba(51, 51, 51, 1);
|
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
|
|
}
|
|
|
|
.circles {
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
border-radius: 65rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 20rpx;
|
|
font-size: 22rpx;
|
|
line-height: 130rpx;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.name {
|
|
margin-left: 25rpx;
|
|
}
|
|
|
|
.header-box {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.header-box .back {
|
|
padding: 0 32rpx;
|
|
height: 100%;
|
|
}
|
|
|
|
.header-box .back .back-icon {
|
|
width: 12px;
|
|
height: 18px;
|
|
}
|
|
|
|
.header-box .header-tab-item {
|
|
padding: 0 24rpx;
|
|
font-size: 30rpx;
|
|
color: #555555;
|
|
}
|
|
|
|
.header-box .header-tab-item.pitch {
|
|
color: #000000;
|
|
font-weight: 650;
|
|
position: relative;
|
|
}
|
|
|
|
.header-box .header-tab-item.pitch::after {
|
|
position: absolute;
|
|
bottom: -6rpx;
|
|
left: 50%;
|
|
transform: translateX(-50%) translateY(100%);
|
|
background-color: rgba(253, 218, 85, 1);
|
|
width: 58.5rpx;
|
|
height: 6rpx;
|
|
border-radius: 58.5rpx;
|
|
content: "";
|
|
|
|
}
|
|
|
|
.map {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
/* flex: 1;
|
|
max-height:90vh; */
|
|
}
|
|
|
|
.tab-box {
|
|
z-index: 1000;
|
|
position: absolute;
|
|
top: 21rpx;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 310rpx;
|
|
height: 56rpx;
|
|
border-radius: 157.5rpx;
|
|
background-color: rgba(246, 246, 246, 1);
|
|
font-size: 24rpx;
|
|
color: #555555;
|
|
box-shadow: 0 0 12rpx rgba(0, 0, 0, 0.407843137254902);
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.tab-box .tab-item {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 26rpx;
|
|
color: #555555;
|
|
padding: 0 10rpx;
|
|
width: 176rpx;
|
|
justify-content: center;
|
|
}
|
|
|
|
.tab-box .tab-item.pitch {
|
|
background-color: rgba(242, 82, 101, 1);
|
|
border-radius: 157.5rpx;
|
|
color: #ffffff;
|
|
font-weight: 650;
|
|
}
|
|
|
|
.dis-f {
|
|
display: flex;
|
|
}
|
|
|
|
.jus-x {
|
|
justify-content: center;
|
|
}
|
|
|
|
.al-item {
|
|
align-items: center;
|
|
}
|
|
|
|
.tool-btn-box {
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
/* position: absolute; */
|
|
/* top: 0; */
|
|
/* left: 0; */
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
/* z-index: 666; */
|
|
background-color: #fff;
|
|
flex-wrap: wrap;
|
|
border-bottom:1rpx solid #e9e9ea;
|
|
}
|
|
|
|
.tool-btn-box .line-box {
|
|
width: 4rpx;
|
|
height: 34rpx;
|
|
background: #f2f2f2;
|
|
|
|
}
|
|
|
|
.btn-box {
|
|
align-items: center;
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 32rpx;
|
|
color: #7F7F7F;
|
|
height: 110rpx;
|
|
width: 33%;
|
|
justify-content: center;
|
|
}
|
|
|
|
.down-btn-box {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
border-radius: 16rpx;
|
|
margin-left: 20rpx;
|
|
background: rgba(229, 232, 240, 1);
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.select-true-btn {
|
|
background: #000;
|
|
}
|
|
|
|
.down-btn-box .img {
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
}
|
|
|
|
.price-box {
|
|
background: transparent;
|
|
min-width: 160rpx;
|
|
font-size: 22rpx;
|
|
color: #7F7F7F;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
font-family: PingFangSC-Regular, "PingFang SC", sans-serif;
|
|
font-weight: 400;
|
|
padding:0 10rpx;
|
|
border:0px solid;
|
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.place-info-box {
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index:200;
|
|
}
|
|
|
|
.place-info-box .info-box {
|
|
width: 100vw;
|
|
/* height: 200rpx; */
|
|
padding: 20rpx 0 50rpx 0;
|
|
background: inherit;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
border: none;
|
|
border-bottom: 0px;
|
|
border-radius: 80rpx;
|
|
border-bottom-right-radius: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
-moz-box-shadow: 0px 0px 16rpx rgba(0, 0, 0, 0.156862745098039);
|
|
-webkit-box-shadow: 0px 0px 16rpx rgba(0, 0, 0, 0.156862745098039);
|
|
box-shadow: 0px 0px 16rpx rgba(0, 0, 0, 0.156862745098039);
|
|
}
|
|
|
|
.place-info-box .info-box .img {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|
|
|
|
.place-info-box .info-box .title {
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 26rpx;
|
|
color: #555555;
|
|
text-align: center;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.place-price-box {
|
|
width: 140rpx;
|
|
border-radius: 50rpx;
|
|
padding:15rpx 0;
|
|
font-size: 22rpx;
|
|
font-family: PingFangSC-Regular, "PingFang SC", sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
position: relative;
|
|
z-index:200;
|
|
text-align: center;
|
|
border:0px solid transparent;
|
|
/* line-height: 50rpx; */
|
|
}
|
|
.apartment-text{
|
|
background: #fff;
|
|
border:1px solid #ccc;
|
|
}
|
|
.check-place-box {
|
|
width: 140rpx;
|
|
border-radius: 50rpx;
|
|
padding:15rpx 10rpx;
|
|
background: #000;
|
|
font-size: 22rpx;
|
|
color: #FDDF6D;
|
|
font-family: PingFangSC-Regular, "PingFang SC", sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
position:absolute;
|
|
z-index:260;
|
|
border:1px solid transparent;
|
|
/* line-height: 50rpx; */
|
|
}
|
|
|
|
.dis-n{
|
|
display: none;
|
|
}
|
|
.check-place-box-triangle{
|
|
width: 20rpx;
|
|
height:20rpx;
|
|
object-fit: contain;
|
|
/* border-style: solid; */
|
|
/* border-color: #000 transparent transparent transparent; */
|
|
/* border-width: 10rpx; */
|
|
position: absolute;
|
|
bottom:-5rpx;
|
|
}
|
|
|
|
.place-list {
|
|
overflow-x: scroll;
|
|
white-space: nowrap;
|
|
width:100vw;
|
|
transition: all 0.1s linear;
|
|
}
|
|
|
|
.place-list-box {
|
|
width: 690rpx;
|
|
border-radius: 20rpx;
|
|
padding:30rpx 20rpx;
|
|
background: #fff;
|
|
margin-left: 20rpx;
|
|
box-shadow: 0rpx 0rpx 20rpx rgba(0, 0, 0, 0.5);
|
|
position: relative;
|
|
}
|
|
.place-list-box .apartment-info-box{
|
|
border-radius:0 20rpx 20rpx 20rpx;
|
|
padding:25rpx 20rpx;
|
|
background:#fff;
|
|
height:246rpx;
|
|
width: 100%;
|
|
position: absolute;
|
|
z-index:555;
|
|
top:0;
|
|
left:254rpx;
|
|
width: 442rpx;
|
|
}
|
|
.place-list-box .apartment-info-box .title{
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
margin-left:0;
|
|
}
|
|
.place-list-box .apartment-info-box .introduce{
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 22rpx;
|
|
margin-top:20rpx;
|
|
width: 400rpx;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.place-list-box .apartment-info-box .house-type{
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
color: #AAAAAA;
|
|
font-size:22rpx;
|
|
margin-top:20rpx;
|
|
}
|
|
.place-list-box .apartment-img-box{
|
|
width: 270rpx;
|
|
border-radius: 20rpx 20rpx 0 20rpx;
|
|
background:#000;
|
|
}
|
|
.place-list-box .apartment-img-box .apartment-img{
|
|
width: 270rpx;
|
|
height: 187rpx;
|
|
border-radius:20rpx 20rpx 0 20rpx;
|
|
background:#fff;
|
|
position: absolute;
|
|
top:0;
|
|
left:0;
|
|
z-index:666;
|
|
}
|
|
.place-list-box .apartment-img-box .apartment-img .img{
|
|
width:254rpx;
|
|
height:190rpx;
|
|
border-radius:20rpx 20rpx 0 20rpx;
|
|
background:#ccc;
|
|
}
|
|
.place-list-box .apartment-img-box .apartment-title-text{
|
|
height:60rpx;
|
|
width: 240rpx;
|
|
text-align: center;
|
|
line-height:60rpx;
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 24rpx;
|
|
color: #FDDA55;
|
|
}
|
|
|
|
.place-list-box .place-list-confirm-img{
|
|
width:140rpx;
|
|
height:140rpx;
|
|
position: absolute;
|
|
top:-8rpx;
|
|
right:-10rpx;
|
|
z-index: 666;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.place-list-box .title {
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 30rpx;
|
|
color: #000000;
|
|
width: 400rpx;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
-o-text-overflow: ellipsis;
|
|
margin-left:15rpx;
|
|
}
|
|
|
|
.place-list-box .title-tab {
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 26rpx;
|
|
color: #FDDF6D;
|
|
background: #000;
|
|
border-radius: 8rpx;
|
|
text-align: center;
|
|
padding: 4rpx 15rpx;
|
|
}
|
|
.place-list-box .place-list-info-box{
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 30rpx;
|
|
}
|
|
.place-list-box .place-img{
|
|
width: 140rpx;
|
|
height: 163rpx;
|
|
border-radius:14rpx;
|
|
object-fit: contain;
|
|
/* margin-top:20rpx; */
|
|
/* background:#555555; */
|
|
}
|
|
.place-list-box .video-box{
|
|
width: 140rpx;
|
|
height: 163rpx;
|
|
position: absolute;
|
|
top:0;
|
|
left:0;
|
|
z-index:333;
|
|
background-color: rgba(51, 51, 51, 0.733333333333333);
|
|
border-radius:20rpx;
|
|
}
|
|
.place-list-box .video-img{
|
|
width:60rpx;
|
|
height:60rpx;
|
|
}
|
|
.place-list-box .place-info{
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
height:163rpx;
|
|
}
|
|
.place-list-box .tab-text{
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 24rpx;
|
|
color: #555555;
|
|
}
|
|
.place-list-box .currency{
|
|
font-family: 'Arial-Black', 'Arial Black', sans-serif;
|
|
font-weight: 900;
|
|
color: #000000;
|
|
font-size:24rpx;
|
|
line-height:46rpx;
|
|
}
|
|
.place-list-box .price{
|
|
font-family: 'Arial-Black', 'Arial Black', sans-serif;
|
|
font-weight: 900;
|
|
font-size: 32rpx;
|
|
color: #F95D5D;
|
|
line-height:38rpx;
|
|
margin-left:10rpx;
|
|
}
|
|
.place-list-box .interval-time{
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 21rpx;
|
|
color: #555555;
|
|
line-height:43rpx;
|
|
margin-left:10rpx;
|
|
}
|
|
.place-list-box .place-info .release-info-img{
|
|
width:30rpx;
|
|
height:30rpx;
|
|
border-radius:15rpx;
|
|
}
|
|
.place-list-box .place-info .release-info-text{
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 26rpx;
|
|
color: #555555;
|
|
margin-left:10rpx;
|
|
}
|
|
.place-list-box .place-info .release-info-btn{
|
|
padding:0 10rpx;
|
|
height: 40rpx;
|
|
background: inherit;
|
|
background-color: rgba(242, 242, 242, 0);
|
|
box-sizing: border-box;
|
|
border-width: 1rpx;
|
|
border-style: solid;
|
|
border-color: rgba(215, 215, 215, 1);
|
|
border-radius: 23rpx;
|
|
-moz-box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 22rpx;
|
|
color: #555555;
|
|
margin-left:20rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
.place-list-box .place-info .confirm-intermediary-img{
|
|
width:120rpx;
|
|
height:30rpx;
|
|
margin-left:30rpx;
|
|
}
|
|
|
|
.place-pop-box{
|
|
width:100vw;
|
|
height:100vh;
|
|
z-index: 220;
|
|
overflow-y: scroll;
|
|
background:#f6f6f6;
|
|
}
|
|
.place-pop-box-title{
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 35rpx;
|
|
margin:0 auto;
|
|
}
|
|
.place-pop-box .place-information{
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
color: #555555;
|
|
font-style: normal;
|
|
font-size: 24rpx;
|
|
height:86rpx;
|
|
padding:0 30rpx;
|
|
}
|
|
.btm-tps-text{
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 23rpx;
|
|
color: #7F7F7F;
|
|
margin-top:60rpx;
|
|
}
|
|
.btm-tps-img{
|
|
width:28rpx;
|
|
height:28rpx;
|
|
margin:0 10rpx;
|
|
}
|
|
.btm-tps-btn{
|
|
width: 280rpx;
|
|
height: 67rpx;
|
|
background: inherit;
|
|
background-color: rgba(217, 236, 255, 1);
|
|
border: none;
|
|
border-radius: 82rpx;
|
|
-moz-box-shadow: 0px 0px 16rpx rgba(98, 177, 255, 0.0784313725490196);
|
|
-webkit-box-shadow: 0px 0px 16rpx rgba(98, 177, 255, 0.0784313725490196);
|
|
box-shadow: 0px 0px 16rpx rgba(98, 177, 255, 0.0784313725490196);
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 28rpx;
|
|
color: #62B1FF;
|
|
text-align: center;
|
|
line-height:67rpx;
|
|
margin:30rpx 0 60rpx 0;
|
|
}
|
|
.inEnd {
|
|
color: #aaaaaa;
|
|
margin: 0 auto;
|
|
font-size: 21rpx;
|
|
}
|