152 lines
2.4 KiB
Plaintext
152 lines
2.4 KiB
Plaintext
/* pages/restOfWorld/houseItem/houseItem.wxss */
|
|
.item{
|
|
border-bottom: 1px solid #e8e8e8;
|
|
padding: 44rpx 30rpx;
|
|
background: #fff;
|
|
}
|
|
.item.search-item{
|
|
border-bottom-width: 1px;
|
|
}
|
|
.top{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.top .l{
|
|
display: inline-flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
}
|
|
.top .l .title{
|
|
display: block;
|
|
color: #000;
|
|
font-size: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
line-height: 1.8em;
|
|
text-align: justify;
|
|
word-break: break-word;
|
|
|
|
}
|
|
.top .info{
|
|
display: block;
|
|
color: #999;
|
|
font-size:0;
|
|
}
|
|
.top .info .i{
|
|
font-size: 24rpx;
|
|
display: inline-block;
|
|
|
|
}
|
|
.top .info .i:not(:last-child)::after{
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
content: "";
|
|
width: 6rpx;
|
|
height: 6rpx;
|
|
margin: 0 18rpx;
|
|
background: #ccc;
|
|
border-radius: 50%;
|
|
|
|
}
|
|
.top .r{
|
|
width: 280rpx;
|
|
height: 200rpx;
|
|
border-radius: 10rpx;
|
|
margin-top: 8rpx;
|
|
max-height: 200rpx;
|
|
}
|
|
.footer{
|
|
font-size: 28rpx;
|
|
margin-top: 28rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
}
|
|
.footer .l{
|
|
display: inline-flex;
|
|
align-items: flex-end
|
|
}
|
|
|
|
.currency{
|
|
/* font-size: 24rpx; */
|
|
}
|
|
.price{
|
|
/* font-size: 28rpx; */
|
|
color: #C63E3A;
|
|
display: inline-block;
|
|
margin: 0 6rpx;
|
|
|
|
}
|
|
.unit{
|
|
/* font-size: 20rpx; */
|
|
}
|
|
.agent{
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
background: #f2f2f2;
|
|
border-radius: 20rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
color: #999;
|
|
font-size: 22rpx;
|
|
padding: 0 16rpx;
|
|
|
|
}
|
|
.footer{
|
|
font-size: 28rpx;
|
|
margin-top: 30rpx;
|
|
align-items: center;
|
|
}
|
|
.footer .r{
|
|
right: 0;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
font-size: 22rpx;
|
|
|
|
}
|
|
.footer .see image {
|
|
width: 23rpx;
|
|
height: 15rpx;
|
|
margin-right: 4px;
|
|
|
|
}
|
|
.see{
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
.stars{
|
|
margin-left: 16rpx;
|
|
display: inline-flex;
|
|
align-items: center
|
|
|
|
}
|
|
|
|
.stars image{
|
|
width: 21rpx;
|
|
height: 20rpx;
|
|
margin-right: 4px;
|
|
|
|
}
|
|
.apartment{
|
|
margin-right: 8rpx;
|
|
display: inline-block;
|
|
width:124rpx;
|
|
height:28rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.newbtn{
|
|
width:57rpx;
|
|
height: 19rpx;
|
|
display: inline-block;
|
|
margin-right: 8rpx;
|
|
/*margin-right: 10rpx;*/
|
|
vertical-align: middle;
|
|
}
|
|
.hotbtn{
|
|
width:49rpx;
|
|
height:19rpx;
|
|
display: inline-block;
|
|
margin-right: 8rpx;
|
|
vertical-align: middle;
|
|
|
|
} |