hotelDetail.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /* 头部广告 */
  2. .advImg{
  3. height: 282px;
  4. background: url(../imgs/homestayAdv.jpg) no-repeat center;
  5. background-size: cover;
  6. }
  7. input.layui-input{
  8. height: 38px;
  9. line-height: 38px;
  10. }
  11. .photos{
  12. height: 344px;
  13. }
  14. .photos .swiper-slide img{
  15. width: 142px;
  16. height: 108px;
  17. }
  18. /* 轮播按钮位置 */
  19. div.swiper-button-next{
  20. right: 50%;
  21. /* transform: rotate(90deg); */
  22. bottom: 11px;
  23. width: 32px;
  24. height: 32px;
  25. top: auto;
  26. margin-right: -12px;
  27. }
  28. div.swiper-button-prev{
  29. left: 50%;
  30. /* transform: rotate(90deg); */
  31. width: 32px;
  32. height:32px;
  33. top: 26px;
  34. margin-left: -12px;
  35. }
  36. div.swiper-button-next{
  37. background-image: url(../imgs/arrowsNext.png);
  38. background-size: 32px 32px;
  39. }
  40. div.swiper-button-prev{
  41. background-image: url(../imgs/arrowsPrev.png);
  42. background-size: 32px 32px;
  43. }
  44. .magnifyDiv{
  45. width: 366px;
  46. height: 337px;
  47. background-color: #eee;
  48. border: 1px solid #c6c6c6;
  49. background-image: url(../imgs/dorm/dorm1.jpg);
  50. background-repeat: no-repeat;
  51. background-size: cover;
  52. background-position: center;
  53. margin-left: 15px;
  54. }
  55. .magnifyDiv >img{
  56. width: 100%;
  57. height: 100%;
  58. }
  59. .introduce{
  60. margin-left: 60px;
  61. }
  62. .introduce h2{
  63. padding-top: 30px;
  64. line-height: 42px;
  65. font-size: 14px;
  66. color: #000;
  67. }
  68. .introduce p{
  69. line-height: 30px;
  70. color: #6c6c6c;
  71. }
  72. .introduce .price{
  73. line-height: 80px;
  74. font-size: 16px;
  75. font-weight: 700;
  76. letter-spacing: 4px;
  77. padding-bottom: 8px;
  78. }
  79. .introduce .price strong{
  80. font-size: 30px;
  81. }
  82. /* 详细说明 */
  83. .cutTitle{
  84. line-height: 50px;
  85. background: #f4f4f4;
  86. font-size: 16px;
  87. letter-spacing: 3px;
  88. padding-left: 20px;
  89. margin: 20px 0;
  90. }
  91. .currMap{
  92. height: 300px;
  93. background: #eee;
  94. }
  95. .txtDescription{
  96. margin-top: 10px;
  97. line-height: 35px;
  98. letter-spacing: 2px;
  99. }
  100. .caption {
  101. color: #171717;
  102. font-size: 14px;
  103. font-weight: 700;
  104. line-height: 46px;
  105. }