index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .top .uni-navbar__header-btns {
  2. width: 77%!important;
  3. }
  4. .top .uni-navbar__header-container {
  5. width: 50%!important;
  6. }
  7. .content {
  8. background: #fff;
  9. }
  10. .city {
  11. width: 100%;
  12. height: 100%;
  13. white-space:nowrap;
  14. overflow:hidden;
  15. text-overflow:ellipsis;
  16. }
  17. .logo {
  18. height: 200rpx;
  19. width: 200rpx;
  20. margin-top: 200rpx;
  21. margin-left: auto;
  22. margin-right: auto;
  23. margin-bottom: 50rpx;
  24. }
  25. .text-area {
  26. display: -webkit-box;
  27. display: -webkit-flex;
  28. display: flex;
  29. -webkit-box-pack: center;
  30. -webkit-justify-content: center;
  31. justify-content: center;
  32. }
  33. .title {
  34. font-size: 36rpx;
  35. color: #8f8f94;
  36. }
  37. .van-cell--borderless {
  38. background-color: #e7e7e7!important;
  39. }
  40. .searchType .input-view {
  41. width: 85%;
  42. display: -webkit-box;
  43. display: -webkit-flex;
  44. display: flex;
  45. background-color: #e7e7e7;
  46. height: 30px;
  47. border-radius: 15px;
  48. padding: 0 4%;
  49. -webkit-flex-wrap: nowrap;
  50. flex-wrap: nowrap;
  51. margin: 7px 0;
  52. line-height: 30px;
  53. margin: 24rpx auto;
  54. }
  55. .searchType .input-view .uni-icon {
  56. line-height: 30px !important;
  57. }
  58. .searchType .input-view .input {
  59. height: 30px;
  60. line-height: 30px;
  61. width: 94%;
  62. padding: 0 3%;
  63. }
  64. .uni-navbar--border::after {
  65. background: #fff!important;
  66. }
  67. .swiper {
  68. height: 300rpx;
  69. }
  70. .swiper-item {
  71. display: block;
  72. height: 300rpx;
  73. line-height: 300rpx;
  74. text-align: center;
  75. }
  76. .scrollswiper {
  77. width: 90%;
  78. margin: 20rpx auto;
  79. }
  80. .tips {
  81. color: #303133;
  82. font-size: 28rpx;
  83. text-align: center;
  84. margin: 24rpx 0;
  85. }
  86. .hotelList {
  87. display: -webkit-box;
  88. display: -webkit-flex;
  89. display: flex;
  90. -webkit-box-orient: horizontal;
  91. -webkit-box-direction: normal;
  92. -webkit-flex-direction: row;
  93. flex-direction: row;
  94. padding: 24rpx 32rpx;
  95. }
  96. .hotleLeft {
  97. width: 214rpx;
  98. height: 152rpx;
  99. }
  100. .hotelright {
  101. padding-left: 16rpx;
  102. display: -webkit-box;
  103. display: -webkit-flex;
  104. display: flex;
  105. -webkit-box-orient: vertical;
  106. -webkit-box-direction: normal;
  107. -webkit-flex-direction: column;
  108. flex-direction: column;
  109. width: 100%;
  110. }
  111. .undertip {
  112. display: -webkit-box;
  113. display: -webkit-flex;
  114. display: flex;
  115. -webkit-box-orient: horizontal;
  116. -webkit-box-direction: normal;
  117. -webkit-flex-direction: row;
  118. flex-direction: row;
  119. -webkit-box-align: center;
  120. -webkit-align-items: center;
  121. align-items: center;
  122. }
  123. .tipsTop {
  124. border: 2rpx solid #606266;
  125. margin-right: 12rpx;
  126. color: #606266;
  127. padding: 4rpx;
  128. font-size: 24rpx;
  129. border-radius: 4rpx;
  130. padding: 0 3rpx;
  131. }