hotel.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. .scrollswiper.data-v-5ac9c6cd {
  2. width: 100%;
  3. position: relative;
  4. }
  5. .titleFixed.data-v-5ac9c6cd {
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. z-index: 99;
  10. padding-top: 0;
  11. }
  12. .van-nav-bar.data-v-5ac9c6cd {
  13. padding-top: 0!important;
  14. /* background: #000000!important; */
  15. /* opacity: 0.2; */
  16. background:rgba(0,0,0,0.2)!important;
  17. }
  18. .swiper.data-v-5ac9c6cd {
  19. height: 380rpx;
  20. }
  21. .swiper-item.data-v-5ac9c6cd {
  22. display: block;
  23. height: 100%!important;
  24. line-height: 300rpx;
  25. text-align: center;
  26. }
  27. .tip.data-v-5ac9c6cd {
  28. display: -webkit-box;
  29. display: -webkit-flex;
  30. display: flex;
  31. -webkit-box-pack: justify;
  32. -webkit-justify-content: space-between;
  33. justify-content: space-between;
  34. padding: 36rpx 32rpx;
  35. }
  36. .giveList.data-v-5ac9c6cd {
  37. padding: 10rpx 12rpx;
  38. display: -webkit-box;
  39. display: -webkit-flex;
  40. display: flex;
  41. -webkit-flex-wrap: wrap;
  42. flex-wrap: wrap;
  43. }
  44. .giveItem.data-v-5ac9c6cd {
  45. height: 120rpx;
  46. -webkit-box-flex: 1;
  47. -webkit-flex: 1;
  48. flex: 1;
  49. width: 16%;
  50. min-width: 16%;
  51. max-width: 16%;
  52. /* margin: 24rpx 0 25rpx 4%; */
  53. margin: 24rpx 2%;
  54. }
  55. .active.data-v-5ac9c6cd {
  56. color: #F76260;
  57. }
  58. .typeItem.data-v-5ac9c6cd {
  59. width: 25%;
  60. display: inline-block;
  61. text-align: center;
  62. }
  63. .iconClass.data-v-5ac9c6cd {
  64. display: -webkit-box;
  65. display: -webkit-flex;
  66. display: flex;
  67. -webkit-box-orient: horizontal;
  68. -webkit-box-direction: normal;
  69. -webkit-flex-direction: row;
  70. flex-direction: row;
  71. -webkit-box-align: center;
  72. -webkit-align-items: center;
  73. align-items: center;
  74. -webkit-box-pack: center;
  75. -webkit-justify-content: center;
  76. justify-content: center;
  77. }
  78. .hotlItem.data-v-5ac9c6cd {
  79. padding: 22rpx 30rpx;
  80. border-bottom: 1px solid #EEEEEE;
  81. display: -webkit-box;
  82. display: -webkit-flex;
  83. display: flex;
  84. -webkit-box-pack: justify;
  85. -webkit-justify-content: space-between;
  86. justify-content: space-between;
  87. }
  88. .bottomButton.data-v-5ac9c6cd {
  89. width: 95%;
  90. left: 2.5%;
  91. position: fixed;
  92. bottom: 2.5%;
  93. }
  94. .titeTop.data-v-5ac9c6cd {
  95. display: -webkit-box;
  96. display: -webkit-flex;
  97. display: flex;
  98. /* justify-content: space-between; */
  99. -webkit-box-align: center;
  100. -webkit-align-items: center;
  101. align-items: center;
  102. position: absolute;
  103. top: 10rpx;
  104. width: 100%;
  105. }
  106. .topleft.data-v-5ac9c6cd {
  107. }
  108. .topright.data-v-5ac9c6cd {
  109. }
  110. .input-view.data-v-5ac9c6cd {
  111. width: 85%;
  112. display: -webkit-box;
  113. display: -webkit-flex;
  114. display: flex;
  115. height: 30px;
  116. border-radius: 15px;
  117. padding: 0 4%;
  118. -webkit-flex-wrap: nowrap;
  119. flex-wrap: nowrap;
  120. margin: 7px 0;
  121. line-height: 30px;
  122. margin: 24rpx auto;
  123. background:rgba(0,0,0,1);
  124. border-radius:15px;
  125. opacity:0.4;
  126. }
  127. .input-view .uni-icon.data-v-5ac9c6cd {
  128. line-height: 30px !important;
  129. }
  130. .input-view .input.data-v-5ac9c6cd {
  131. height: 30px;
  132. line-height: 30px;
  133. width: 94%;
  134. padding: 0 3%;
  135. }
  136. .activeColor.data-v-5ac9c6cd {
  137. background: #fff!important;
  138. position: fixed;
  139. background-color: #fff;
  140. top: 65rpx;
  141. left: 0;
  142. z-index: 99;
  143. }
  144. .listType.data-v-5ac9c6cd {
  145. }