| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- /* 头部广告 */
- .advImg{
- height: 282px;
- background: url(../imgs/homestayAdv.jpg) no-repeat center;
- background-size: cover;
- }
- input.layui-input{
- height: 38px;
- line-height: 38px;
- }
- .photos{
- height: 344px;
- }
- .photos .swiper-slide img{
- width: 142px;
- height: 108px;
- }
- /* 轮播按钮位置 */
- div.swiper-button-next{
- right: 50%;
- /* transform: rotate(90deg); */
- bottom: 11px;
- width: 32px;
- height: 32px;
- top: auto;
- margin-right: -12px;
- }
- div.swiper-button-prev{
- left: 50%;
- /* transform: rotate(90deg); */
- width: 32px;
- height:32px;
- top: 26px;
- margin-left: -12px;
- }
- div.swiper-button-next{
- background-image: url(../imgs/arrowsNext.png);
- background-size: 32px 32px;
- }
- div.swiper-button-prev{
- background-image: url(../imgs/arrowsPrev.png);
- background-size: 32px 32px;
- }
- .magnifyDiv{
- width: 366px;
- height: 337px;
- background-color: #eee;
- border: 1px solid #c6c6c6;
- background-image: url(../imgs/dorm/dorm1.jpg);
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center;
- margin-left: 15px;
- }
- .magnifyDiv >img{
- width: 100%;
- height: 100%;
- }
- .introduce{
- margin-left: 60px;
- }
- .introduce h2{
- padding-top: 30px;
- line-height: 42px;
- font-size: 14px;
- color: #000;
- }
- .introduce p{
- line-height: 30px;
- color: #6c6c6c;
- }
- .introduce .price{
- line-height: 80px;
- font-size: 16px;
- font-weight: 700;
- letter-spacing: 4px;
- padding-bottom: 8px;
- }
- .introduce .price strong{
- font-size: 30px;
- }
- /* 详细说明 */
- .cutTitle{
- line-height: 50px;
- background: #f4f4f4;
- font-size: 16px;
- letter-spacing: 3px;
- padding-left: 20px;
- margin: 20px 0;
- }
- .currMap{
- height: 300px;
- background: #eee;
- }
- .txtDescription{
- margin-top: 10px;
- line-height: 35px;
- letter-spacing: 2px;
- }
- .caption {
- color: #171717;
- font-size: 14px;
- font-weight: 700;
- line-height: 46px;
- }
|