2025-04-18 19:03:57 +08:00

203 lines
3.4 KiB
Plaintext

/* pages/restOfWorld/restOfWorld.wxss */
@import '/pages/common/common.wxss';
.xin-head-swiper {
display: block;
margin-top: 20rpx;
margin-bottom: 30rpx;
}
.header-search {
padding-bottom: 0;
}
.hot-text {
padding: 40rpx 30rpx;
display: flex;
flex-wrap: wrap;
}
.hot-text .item {
display: inline-flex;
padding: 16rpx 20rpx;
margin: 20rpx 20rpx 0 0;
box-sizing: border-box;
border-radius: 8rpx;
background: rgb(245, 245, 245);
border: 1px solid rgb(245, 245, 245);
font-size: 22rpx;
color: #999;
align-items: center;
justify-content: center;
}
.hot-text .item.active {
color: #74cdc1;
border-color: #74cdc1;
background: #fff;
}
.hot-text-box {
min-height: 1px;
}
.triangle {
display: inline-flex;
width: 40rpx;
height: 40rpx;
}
.triangle.descend {
transform: rotateZ(180deg)
}
.list {
padding-bottom: 40rpx;
}
.nocontent {
text-align: center;
font-size: 28rpx;
padding: 200rpx 0;
color: #999
}
.nocontent .file {
width: 40rpx;
height: 46rpx;
display: block;
margin: 0 auto 20rpx;
}
.ask-housing-btn {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
background-color: rgba(253, 218, 98, 1);
position: fixed;
right: 10rpx;
bottom: 350rpx;
font-size: 25rpx;
color: #000000;
flex-direction: column;
}
.ask-housing-btn .ask-housing-btn-icon {
width: 28rpx;
height: 28rpx;
margin-bottom: 4rpx;
box-shadow: 0 0 12rpx rgba(0, 0, 0, 0.0784313725490196);
}
.list-operations {
position: sticky;
z-index: 1000;
}
.list-operations.list-operations-top {
background-color: #fff;
border-bottom: 1rpx solid #ebebeb;
}
.certifying-agent-pop {
flex-direction: column;
height: 100rpx;
position: fixed;
bottom: 0;
width: 100vw;
background-color: red;
}
.list.new-list {
border-radius: 60rpx 60rpx 0 0;
background-color: rgb(246, 246, 246);
padding-top: 36rpx;
box-shadow: rgba(0, 0, 0, 0.157) 0 0 12rpx;
min-height: 70vh;
}
.inEnd {
color: #aaaaaa;
margin: 0 auto;
font-size: 21rpx;
}
.mengcheng {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 15555;
}
.totalSum {
color: #555555;
font-size: 24rpx;
margin-bottom: 38rpx;
}
.totalSum .num {
color: #000000;
font-weight: 650;
margin: 0 8rpx;
font-family: 'Arial-Black';
}
.consult-btn {
position: fixed;
bottom: 500rpx;
right: 10rpx;
background-color: #50e3c2;
width: 96rpx;
height: 96rpx;
border-radius: 50%;
box-shadow: 0px 0px 12rpx rgba(0, 0, 0, 0.0784313725490196);
z-index: 1000;
}
.consult-btn .consult-inside {
flex-direction: column;
width: 81rpx;
height: 81rpx;
font-size: 22.5rpx;
border-radius: 50%;
position: relative;
}
.consult-btn .consult-inside-bj {
width: 81rpx;
height: 81rpx;
top: 0;
left: 0;
position: absolute;
}
.consult-btn .consult-icon {
width: 30rpx;
height: 27rpx;
z-index: 1111;
}
.consult-btn .consult-text {
z-index: 1111;
}
.consult-btn .consult-semicircle {
width: 81rpx;
height: 40.5rpx;
position: absolute;
top: 0;
transform-origin: 50% 100%;
transform: rotate(45deg);
z-index: 2;
}
.other-nearby-listings-box {
height: 48rpx;
color: #525151;
background-color: #f5fbff;
font-size: 25rpx;
margin: 0 28rpx 24rpx;
border-radius: 24rpx;
}