| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /* 头部广告 */
- .advImg{
- height: 282px;
- background: url(../imgs/homestayAdv.jpg) no-repeat center;
- background-size: cover;
- }
- .hotelList .hotelItem{
- height: 158px;
- margin-bottom: 30px;
- }
- .hotelList .hotelItem img{
- float: left;
- width: 224px;
- height: 162px;
- }
- .hotelItem .hotelDetial{
- margin-left: 255px;
- }
- .hotelItem .hotelDetial h2{
- padding: 16px 0 5px;
- color: #000;
- font-size: 14px;
- }
- .hotelItem .hotelDetial .address{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 33px;
- }
- .hotelItem .hotelDetial .price{
- line-height: 55px;
- text-align: right;
- font-weight: 700;
- letter-spacing: 1px;
- }
- .hotelItem .hotelDetial .price span{
- font-size: 20px;
- font-weight: 700;
- }
- .hotelItem .hotelDetial .date{
- font-size: 14px;
- }
- .hotelItem .hotelDetial .date span{
- font-size: 12px;
- }
|