/* 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; position: absolute; left: 50rpx; margin-top: -80rpx; color: #fff; } .types-box .picker { display: flex; align-items: center; width: 280rpx; height: 54rpx; border: 1rpx solid #ccc; border-radius: 4rpx; border-radius: 27rpx; } .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; position: relative; } .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; } .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; margin-right: 15rpx; } .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); } .common-empty1 { display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 28rpx; color: #999; text-align: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; height:328rpx; margin-bottom:40rpx ; } .common-empty1 image { width: 328rpx; margin-bottom: 20rpx; }