/* pages/hotel/hotel.wxss */ page{ padding: 0; } .content{ height: auto; } .top{ background: #fff; padding: 20rpx; } .tt{ font-size: 32rpx; margin-bottom: 30rpx; } .top text{ display: block; font-size: 26rpx; color: #666; margin-bottom: 20rpx; } .content{ height: calc(100vh - 80rpx); overflow: auto; padding: 30rpx; } .list{ /* box-shadow: 0px 2rpx 9rpx 0px rgba(0, 0, 0, 0.2); */ border-radius: 20rpx; display: flex; /* padding: 20rpx; */ /* box-shadow: 0 0 15rpx 0px rgba(0, 0, 0, 0.2); */ /* margin: 0 20rpx 40rpx; */ padding: 28rpx; background: #fff; position: relative; margin-bottom: 40rpx; } .list image{ width: 25%; height: 210rpx; } .list>view{ width: 75%; padding-left: 20rpx; vertical-align: middle; } .list .title{ margin-bottom: 20rpx; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 28rpx; } .list text{ color: #999; display: block; font-size: 26rpx; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 20rpx; } .btn{ width: 132rpx; height: 56rpx; background: #3780CD; border-radius: 6px; text-align: center; line-height: 56rpx; color: #fff; font-size: 26rpx; position: absolute; bottom: 28rpx; right: 28rpx; }