.box { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 20rpx; font-size: 24rpx; } .box .hotel { width: 48%; padding: 10rpx; margin-top: 20rpx; background: #ffffff; border-radius: 20rpx; } .box .hotel .hotel-image { width: 100%; height: 240rpx; text-align: center; border-radius: 20rpx; } .box .hotel .hotel-name { margin-top: 10rpx; min-height: 80rpx; font-size: 30rpx; color: #222222; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .box .hotel .hotel-describe { margin-top: 10rpx; height: 80rpx; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .box .hotel .price { display: flex; color: #F01740; margin-top: 10rpx; } .box .hotel .price .hotel-price { margin: 0 10rpx 0 0; } .box .hotel .price .hotel-price-num { font-size: 28rpx; font-weight: 600; } .box .hotel .performance { display: flex; color: #F01740; margin-top: 10rpx; } .box .hotel .performance .hotel-performance { margin: 0 0rpx 0 10rpx; } .box .hotel .address { margin-top: 10rpx; display: flex; } .box .hotel .address .hotel-address { color: #666666; }