462 lines
7.4 KiB
Plaintext
462 lines
7.4 KiB
Plaintext
/**index.wxss**/
|
|
.bold {
|
|
font-weight: bold
|
|
}
|
|
|
|
.container {
|
|
padding-bottom: 150rpx;
|
|
}
|
|
|
|
.header {
|
|
text-align: center;
|
|
font-size: 72rpx;
|
|
color: #eb7b78;
|
|
padding: 80rpx 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.scrollx-box {
|
|
/* width: 120vw; */
|
|
overflow: scroll;
|
|
-webkit-overflow-scrolling: touch
|
|
}
|
|
|
|
.scrollx {
|
|
padding: 34rpx 24rpx 0;
|
|
font-size: 0;
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 116vw;
|
|
|
|
}
|
|
|
|
.scrollx .label {
|
|
background: #f2f2f2;
|
|
border-radius: 46rpx;
|
|
line-height: 92rpx;
|
|
height: 92rpx;
|
|
/* width: calc(100% / 3 - 40rpx); */
|
|
/* margin-right: 10rpx; */
|
|
display: inline-flex;
|
|
font-size: 28rpx;
|
|
padding: 0 30rpx 0 20rpx;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
width: 21vw;
|
|
|
|
}
|
|
|
|
.scrollx .label .span {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
}
|
|
|
|
.scrollx .label .tobottom {
|
|
position: absolute;
|
|
right: 14rpx;
|
|
top: 42rpx;
|
|
}
|
|
|
|
.scrollx .search {
|
|
width: 92rpx;
|
|
padding: 0;
|
|
text-align: center;
|
|
position: absolute;
|
|
right: 24rpx;
|
|
margin: 0;
|
|
}
|
|
|
|
/* .plus{
|
|
overflow: hidden
|
|
} */
|
|
.search-btn {
|
|
position: fixed;
|
|
left: 10rpx;
|
|
top: 50px;
|
|
}
|
|
|
|
.nocontent {
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
padding: 200rpx 0 0;
|
|
color: #999
|
|
}
|
|
|
|
.nocontent .file {
|
|
width: 40rpx;
|
|
height: 46rpx;
|
|
display: block;
|
|
margin: 0 auto 20rpx;
|
|
}
|
|
|
|
|
|
.condition-box {
|
|
display: flex;
|
|
/* padding: 50rpx 30rpx 40rpx; */
|
|
padding: 0 30rpx;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
/* border-bottom: 15rpx solid #f5f5f5; */
|
|
border-bottom: 15rpx solid #eee;
|
|
|
|
height: 113rpx;
|
|
background: #fff;
|
|
position: sticky;
|
|
z-index: 1002;
|
|
}
|
|
|
|
.condition-box .condition-tab {
|
|
display: flex;
|
|
flex: 1;
|
|
height: 80rpx;
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 10rpx;
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.condition-box .condition-tab .divide {
|
|
display: inline-flex;
|
|
flex: 0 0 2rpx;
|
|
height: 26rpx;
|
|
background: rgb(225, 225, 225)
|
|
}
|
|
|
|
.condition-box .tab .tobottom {
|
|
width: 12rpx;
|
|
height: 7rpx;
|
|
margin-left: 8rpx;
|
|
/* transform: rotateZ(180deg) */
|
|
}
|
|
|
|
.condition-box .tab .filtrate {
|
|
width: 16rpx;
|
|
height: 18rpx;
|
|
margin-left: 8rpx;
|
|
}
|
|
|
|
.condition-box .tab .order {
|
|
width: 18rpx;
|
|
height: 20rpx;
|
|
margin-left: 8rpx;
|
|
}
|
|
|
|
.condition-box .tab.active .tobottom {
|
|
transform: rotateZ(0)
|
|
}
|
|
|
|
.condition-box .tab {
|
|
display: inline-flex;
|
|
position: relative;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #666;
|
|
font-size: 24rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.condition-box .tab.active {
|
|
font-weight: bold;
|
|
color: #333;
|
|
font-size: 22rpx;
|
|
}
|
|
|
|
.triangle {
|
|
display: inline-flex;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
.triangle.descend {
|
|
transform: rotateZ(180deg)
|
|
}
|
|
|
|
.condition-box .more {
|
|
display: inline-flex;
|
|
flex: 0 0 138rpx;
|
|
height: 80rpx;
|
|
align-items: center;
|
|
justify-content: center;
|
|
/* background: #f2f2f2; */
|
|
border-radius: 80rpx;
|
|
font-size: 30rpx;
|
|
box-sizing: border-box;
|
|
border: 1px solid #e8e8e8;
|
|
}
|
|
|
|
.condition-box .more image {
|
|
display: inline-flex;
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
margin-left: 4rpx;
|
|
}
|
|
|
|
.condition-box .more.hascondition {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.condition-box .search {
|
|
display: inline-flex;
|
|
width: 80rpx;
|
|
flex: 0 0 80rpx;
|
|
height: 80rpx;
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 50%;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.condition-box .search image {
|
|
display: inline-flex;
|
|
flex: 0 0 24rpx;
|
|
height: 24rpx;
|
|
}
|
|
|
|
|
|
.location {
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
.play {
|
|
position: fixed;
|
|
right: 16rpx;
|
|
bottom: 16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 124rpx;
|
|
height: 124rpx;
|
|
border-radius: 50%;
|
|
background: #eb7b78;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-shadow: 1px 1px 8px 3px #e8e8e8;
|
|
color: #fff;
|
|
letter-spacing: 1px;
|
|
z-index: 1000
|
|
}
|
|
|
|
.play image {
|
|
display: inline-flex;
|
|
flex: 0 0 34rpx;
|
|
height: 34rpx;
|
|
width: 34rpx;
|
|
margin-bottom: 4rpx;
|
|
}
|
|
|
|
.hot-text-box {
|
|
min-height: 1px;
|
|
}
|
|
|
|
.hot-text {
|
|
padding: 18rpx 22rpx 38rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
/* border-bottom: 1px solid #e8e8e8; */
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.hot-text .item {
|
|
display: inline-flex;
|
|
padding: 20rpx 26rpx;
|
|
margin: 20rpx 15rpx 0 0;
|
|
box-sizing: border-box;
|
|
border-radius: 15rpx;
|
|
background: #fff;
|
|
border: 2rpx solid #e4e4e4;
|
|
font-size: 22rpx;
|
|
color: #7a7a7a;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
height: 65rpx;
|
|
}
|
|
|
|
.hot-text .item.active {
|
|
color: #ffc05f;
|
|
border-color: #ffc05f;
|
|
background: #fff;
|
|
}
|
|
|
|
.conditionFixed {
|
|
position: fixed;
|
|
left: 0;
|
|
background: #fff;
|
|
width: 100vw;
|
|
z-index: 12
|
|
}
|
|
|
|
.authentication-icon {
|
|
width: 125rpx;
|
|
height: 34rpx;
|
|
}
|
|
|
|
.info-list .footer {
|
|
align-items: center;
|
|
}
|
|
|
|
.personalList .region {
|
|
height: 44rpx;
|
|
padding: 0 14rpx;
|
|
border-radius: 18rpx;
|
|
background-color: #f2f2f2;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 22rpx;
|
|
color: #555555;
|
|
}
|
|
|
|
.personalList .tips {
|
|
margin-top: 28rpx;
|
|
color: #555555;
|
|
font-size: 22rpx;
|
|
}
|
|
|
|
.personalList .footer {
|
|
color: #343434;
|
|
}
|
|
|
|
.personalList .money {
|
|
margin-top: 32rpx;
|
|
font-size: 26rpx;
|
|
line-height: 26rpx;
|
|
}
|
|
|
|
.personalList {
|
|
border-bottom: 15rpx solid #eee;
|
|
}
|
|
|
|
.personalList .footer {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
border-top: 1rpx dotted #d0d0d0;
|
|
padding-left: 30rpx;
|
|
padding-right: 30rpx;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.personalList .submit-form {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
padding-bottom: 0;
|
|
padding-top: 38rpx;
|
|
}
|
|
|
|
.personalList .personalList-top {
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.personalList .personalList-avatar {
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
border-radius: 50rpx;
|
|
}
|
|
|
|
.personalList .l {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
.personalList .personalList-name {
|
|
font-size: 24rpx;
|
|
padding: 0 24rpx 0 20rpx;
|
|
}
|
|
|
|
.personalList .agent {
|
|
color: #343434;
|
|
background-color: #fff;
|
|
border: 2rpx solid #d3d3d3;
|
|
display: flex;
|
|
font-size: 20rpx;
|
|
align-items: center;
|
|
line-height: 30rpx;
|
|
height: 30rpx;
|
|
padding: 0 10rpx;
|
|
}
|
|
|
|
.personalList .footer-right {
|
|
height: 36rpx;
|
|
line-height: 36rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 18rpx;
|
|
border-radius: 8rpx;
|
|
background-color: #e8f4ff;
|
|
color: #5eb1ff;
|
|
}
|
|
|
|
.personalList .housingInfo {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.personalList .housingSite {
|
|
flex: 1;
|
|
}
|
|
|
|
.personalList .housingMedia {
|
|
width: 200rpx;
|
|
height: 150rpx;
|
|
margin-left: 10rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.personalList .housingMedia image {
|
|
width: 200rpx;
|
|
height: 150rpx;
|
|
border-radius: 15rpx;
|
|
}
|
|
|
|
.personalList .orientation {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.personalList .tips .i:not(:last-child):after {
|
|
background-color: #555555;
|
|
}
|
|
|
|
.personalList .title {
|
|
font-weight: bold;
|
|
line-height: 38rpx;
|
|
}
|
|
|
|
.personalList .housingVideo {
|
|
width: 200rpx;
|
|
height: 150rpx;
|
|
margin-left: 10rpx;
|
|
border-radius: 15rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.personalList .housingVideo .playBtn-bj {
|
|
position: absolute;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 200rpx;
|
|
height: 150rpx;
|
|
background: rgba(0,0,0,0.5);
|
|
}
|
|
|
|
.personalList .housingVideo .playBtn {
|
|
width: 46rpx;
|
|
height: 46rpx;
|
|
border-radius: 50rpx;
|
|
} |