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.

130 lines
2.4 KiB

5 years ago
/* pages/list/six/index.wxss */
.bannerImg {
5 years ago
width: 100%;
5 years ago
display: block;
}
.topbg {
position: absolute;
width: 100%;
display: block;
left: 0;
height: 271rpx;
}
.types-box {
display: flex;
align-items: center;
justify-content: space-between;
5 years ago
position: absolute;
left: 50rpx;
margin-top: -80rpx;
color: #fff;
5 years ago
}
.types-box .picker {
display: flex;
align-items: center;
width: 280rpx;
height: 54rpx;
border: 1rpx solid #ccc;
border-radius: 4rpx;
5 years ago
border-radius: 27rpx;
5 years ago
}
.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;
5 years ago
margin-bottom: 30rpx;
5 years ago
}
.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;
5 years ago
}
.new-title {
margin: 0 25rpx;
margin-top: 50rpx;
font-size: 33rpx;
font-weight: bold;
margin-bottom: 40rpx;
}
.new-icons {
display: flex;
justify-content: space-between;
text-align: center;
margin: 0 25rpx;
font-size: 27rpx;
}
.new-icons image {
display: block;
width: 100rpx;
height: 100rpx;
border-radius: 50%;
background: white;
box-shadow: 3rpx 6rpx 18rpx 5rpx rgba(227, 127, 61, 0.24);
margin: 0 auto;
margin-bottom: 20rpx;
}
.new-icon {
width: 131rpx;
margin-bottom: 20rpx;
}
.new-icon image.green-shadow {
box-shadow: 3rpx 6rpx 18rpx 5rpx rgba(41, 176, 100, 0.24);
}
.new-icon image.purple-shadow {
box-shadow: 3rpx 6rpx 18rpx 5rpx rgba(128, 76, 220, 0.24);
}
.new-icon image.blue-shadow {
box-shadow: 3rpx 6rpx 18rpx 5rpx rgba(57, 92, 219, 0.24);
}
.new-icon image.red-shadow {
box-shadow: 3rpx 6rpx 18rpx 5rpx rgba(234, 92, 92, 0.24);
}
.new-icon image.yellow-shadow {
box-shadow: 3rpx 6rpx 18rpx 5rpx rgba(194, 123, 20, 0.24);
5 years ago
}