You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
1.4 KiB
83 lines
1.4 KiB
/* pages/list/six/index.wxss */
|
|
.bannerImg {
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
.topbg {
|
|
position: absolute;
|
|
width: 100%;
|
|
display: block;
|
|
left: 0;
|
|
height: 271rpx;
|
|
}
|
|
.types-box {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 30rpx 48rpx;
|
|
}
|
|
.types-box .picker {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 280rpx;
|
|
height: 54rpx;
|
|
border: 1rpx solid #ccc;
|
|
border-radius: 4rpx;
|
|
}
|
|
.types-box .picker .iconfont {
|
|
width: 60rpx;
|
|
line-height: 54rpx;
|
|
text-align: center;
|
|
border-left: 1rpx solid #ccc;
|
|
flex-shrink: 0;
|
|
}
|
|
.picker .areatext {
|
|
flex: 1;
|
|
margin-left: 27rpx;
|
|
}
|
|
.list {
|
|
display: flex;
|
|
margin: 25rpx;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.item {
|
|
width: 312rpx;
|
|
height: 447rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 0rpx 16rpx 0px rgba(6, 0, 1, 0.1);
|
|
border-radius: 10rpx;
|
|
padding: 12rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.main-img {
|
|
width: 312rpx;
|
|
height: 236rpx;
|
|
border-radius: 10rpx;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.item .title {
|
|
font-size: 31rpx;
|
|
color: #333;
|
|
font-weight: 500;
|
|
line-height: 43rpx;
|
|
height: 86rpx;
|
|
}
|
|
.location {
|
|
color: #a3a3a3;
|
|
font-size: 24rpx;
|
|
margin: 10rpx 0;
|
|
}
|
|
.item .price {
|
|
color: #8D8D8D;
|
|
font-size: 20rpx;
|
|
}
|
|
.item .price .unit {
|
|
color: #D62828;
|
|
font-size: 24rpx;
|
|
}
|
|
.item .price .number {
|
|
color: #D62828;
|
|
font-size: 33rpx;
|
|
font-weight: 500;
|
|
}
|