|
|
@ -112,7 +112,97 @@ page { |
|
|
|
box-sizing: border-box; |
|
|
|
padding: 100rpx 0 0 |
|
|
|
} |
|
|
|
.f-wr .housePrice-list { |
|
|
|
overflow-y: scroll; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-hader{ |
|
|
|
display: flex; |
|
|
|
padding: 20rpx 61rpx; |
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-hader .active_btn{ |
|
|
|
background: #dc1e20; |
|
|
|
color: #fff; |
|
|
|
border: 1px solid #dc1e20; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .search-box{ |
|
|
|
display: flex; |
|
|
|
margin-top: 20rpx; |
|
|
|
height: 60rpx; |
|
|
|
line-height: 60rpx; |
|
|
|
align-items: center; |
|
|
|
padding: 0 30rpx; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-content{ |
|
|
|
width: 100%; |
|
|
|
height: 440rpx; |
|
|
|
border-radius: 5%; |
|
|
|
margin-top: 20rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-content view{ |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-content .housePrice-header{ |
|
|
|
display: flex; |
|
|
|
background-color: #fff; |
|
|
|
box-sizing: border-box; |
|
|
|
padding: 10rpx 0 10rpx 0; |
|
|
|
border-radius: 5rpx 5rpx 0 0 ; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-content .housePrice-body{ |
|
|
|
padding: 0 20rpx; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-content .housePrice-header image{ |
|
|
|
width: 100rpx; |
|
|
|
height: 100rpx; |
|
|
|
border-radius: 50%; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-content .housePrice-header .housePrice-header-name { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: center; |
|
|
|
padding:0 20rpx; |
|
|
|
flex: 1; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .search-img{ |
|
|
|
width:40rpx; |
|
|
|
height:40rpx; |
|
|
|
object-fit: cover; |
|
|
|
margin: 0 7rpx 0 25rpx; |
|
|
|
position: absolute; |
|
|
|
z-index: 5; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .search-box .search-input{ |
|
|
|
background: #fff; |
|
|
|
border-radius: 25rpx; |
|
|
|
padding-left: 24rpx; |
|
|
|
width:100%; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .search-box .search-img{ |
|
|
|
position: absolute; |
|
|
|
right: 38rpx; |
|
|
|
width: 29rpx; |
|
|
|
height: 32rpx; |
|
|
|
top:12rpx ; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-hader view{ |
|
|
|
width: 166rpx; |
|
|
|
height: 56rpx; |
|
|
|
line-height: 56rpx; |
|
|
|
background: #FFFFFF; |
|
|
|
border: 1px solid #828282a9; |
|
|
|
border-radius: 28rpx; |
|
|
|
text-align: center; |
|
|
|
color: #333333; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
.title-right, |
|
|
|
.title-wr { |
|
|
|
display: flex; |
|
|
@ -408,38 +498,7 @@ page { |
|
|
|
left: 75%; |
|
|
|
transition: left 0.5s ease; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list { |
|
|
|
overflow-y: scroll; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-hader{ |
|
|
|
display: flex; |
|
|
|
padding: 20rpx 61rpx; |
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-hader .active_btn{ |
|
|
|
background: #dc1e20; |
|
|
|
color: #fff; |
|
|
|
border: 1px solid #dc1e20; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .search-box{ |
|
|
|
display: flex; |
|
|
|
margin-top: 20rpx; |
|
|
|
height: 60rpx; |
|
|
|
line-height: 60rpx; |
|
|
|
align-items: center; |
|
|
|
padding: 0 30rpx; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-content{ |
|
|
|
width: 100%; |
|
|
|
height: 440rpx; |
|
|
|
border-radius: 5%; |
|
|
|
margin-top: 20rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
.housePrice-images{ |
|
|
|
display: flex; |
|
|
|
justify-content: left; |
|
|
@ -455,31 +514,7 @@ page { |
|
|
|
height: 207rpx; |
|
|
|
width: 202rpx; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-content view{ |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-content .housePrice-header{ |
|
|
|
display: flex; |
|
|
|
background-color: #fff; |
|
|
|
box-sizing: border-box; |
|
|
|
padding: 10rpx 0 10rpx 0; |
|
|
|
border-radius: 5rpx 5rpx 0 0 ; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-content .housePrice-body{ |
|
|
|
padding: 0 20rpx; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-content .housePrice-header image{ |
|
|
|
width: 100rpx; |
|
|
|
height: 100rpx; |
|
|
|
border-radius: 50%; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-content .housePrice-header .housePrice-header-name { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: center; |
|
|
|
padding:0 20rpx; |
|
|
|
flex: 1; |
|
|
|
} |
|
|
|
|
|
|
|
.housePrice-header-top{ |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
@ -518,40 +553,7 @@ page { |
|
|
|
.housePrice-header-name .price{ |
|
|
|
color: #e74636; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .search-img{ |
|
|
|
width:40rpx; |
|
|
|
height:40rpx; |
|
|
|
object-fit: cover; |
|
|
|
margin: 0 7rpx 0 25rpx; |
|
|
|
position: absolute; |
|
|
|
z-index: 5; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .search-box .search-input{ |
|
|
|
background: #fff; |
|
|
|
border-radius: 25rpx; |
|
|
|
padding-left: 24rpx; |
|
|
|
width:100%; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .search-box .search-img{ |
|
|
|
position: absolute; |
|
|
|
right: 38rpx; |
|
|
|
width: 29rpx; |
|
|
|
height: 32rpx; |
|
|
|
top:12rpx ; |
|
|
|
} |
|
|
|
.f-wr .housePrice-list .housePrice-hader view{ |
|
|
|
width: 166rpx; |
|
|
|
height: 56rpx; |
|
|
|
line-height: 56rpx; |
|
|
|
background: #FFFFFF; |
|
|
|
border: 1px solid #828282a9; |
|
|
|
border-radius: 28rpx; |
|
|
|
text-align: center; |
|
|
|
color: #333333; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
|
|
|
|
.img_btn{ |
|
|
|
width: 134rpx; |
|
|
|
height: 134rpx; |
|
|
|