houseItems.wxss 947 B

1
  1. .house-items{width:100%;padding:30rpx;background:#fff;border-radius:16rpx;box-sizing:border-box;position:relative;box-shadow:0 1px 12px rgba(3,3,3,.08);margin-bottom:30rpx}.house-items .house-level{position:absolute;top:50rpx;right:50rpx;color:#fa8c16;font-weight:700;background:hsla(0,0%,100%,.7);width:80rpx;text-align:center;height:40rpx;line-height:40rpx;border-radius:40rpx}.house-items .house-image{height:300rpx;width:100%;overflow:hidden;border-radius:8px}.house-items .title{font-size:32rpx;font-weight:500;padding:20rpx 0 10rpx 0}.house-items .space{font-weight:300;color:#8c8c8c}.house-items .tag{font-size:24rpx;font-weight:300;color:#8c8c8c;padding:12rpx 0}.house-items .pirce{color:#08979c}.house-items .pirce .number{font-weight:600;font-size:48rpx}.house-items .pirce .label{font-size:24rpx}.house-items .house-btn{background:#08979c;height:68rpx;text-align:center;line-height:68rpx;color:#fff;border-radius:68rpx;margin-top:30rpx}