/* mycustomer/pages/morecase/morecase.wxss */ .caseShowBox { width: 100%; display: flex; flex-wrap: wrap; padding: 20rpx 20rpx 0rpx; } .caseShowBox>view { width: 49%; box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(0, 0, 0, 0.1); border-radius: 15rpx; overflow: hidden; margin-right: 2%; margin-bottom: 20rpx; box-sizing: border-box; padding: 0rpx 0rpx 20rpx; } .caseImage { width: 100%; height: 240rpx; background-color: #ccc; position: relative; overflow: hidden; } .cover_image { width: 100%; height: 100%; } .swiperImage { width: 100%; } .caseShowNum { width: 100%; height: 40rpx; background-color: rgba(0, 0, 0, 0.1); position: absolute; bottom: 0rpx; left: 0rpx; z-index: 3; box-sizing: border-box; padding: 0rpx 15rpx; } .caseShareIcon { width: 40rpx; height: 40rpx; position: absolute; top: 10rpx; right: 10rpx; z-index: 99 !important; } .caseHouse { width: 100%; line-height: 40rpx; box-sizing: border-box; padding: 20rpx 10rpx 0rpx; font-size: 28rpx; font-weight: bold; color: #333333; } .caseArea { width: 100%; line-height: 40rpx; box-sizing: border-box; padding: 0rpx 10rpx; font-size: 24rpx; color: #999999; display: flex; justify-content: space-between; } .mr0 { margin-right: 0rpx !important; } .visitIcon { width: 24rpx; margin-right: 10rpx; } .vrIconStyle { width: 32rpx; } .recommendimg{ display: block; width: 47rpx; height: 51rpx; position: absolute; top: 0; left: 1px; z-index: 8; }