.room-card { padding: 60rpx 0; border-bottom: 2rpx solid rgba(234,234,234,1); .head { margin-bottom: 20rpx; .title { font-size: 36rpx; line-height: 52rpx; color: #333; } .subtitle { float: right; } } .body { display: flex; .thumb { width: 73.5%; height: 280rpx; flex: none; overflow: hidden; position: relative; border-radius: 8rpx; image { width: 100%; height: 100%; border-radius: 8rpx; } } .content { margin-left: 20rpx; flex: auto; } .price { font-size: 40rpx; color: #FF2B00; } .persons { font-weight: 500; font-size: 28rpx; color: #666; line-height: 36rpx; } .tags { margin-top: 8rpx; } .tag { color: #9D876D; font-size: 20rpx; line-height: 32rpx; text-align: center; border: 1rpx solid rgba(187,156,121,1); border-radius: 4rpx; width: fit-content; padding: 0 10rpx; & + .tag { margin-top: 10rpx; } } } .gray-text { font-size: 24rpx; color: #666; line-height: 34rpx; } }