hotel.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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: 300rpx;
  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: 20%;
  50. min-width: 20%;
  51. max-width: 20%;
  52. margin: 24rpx 0 25rpx 4%;
  53. }
  54. .active.data-v-5ac9c6cd {
  55. color: #F76260;
  56. }
  57. .typeItem.data-v-5ac9c6cd {
  58. width: 25%;
  59. display: inline-block;
  60. text-align: center;
  61. }
  62. .iconClass.data-v-5ac9c6cd {
  63. display: -webkit-box;
  64. display: -webkit-flex;
  65. display: flex;
  66. -webkit-box-orient: horizontal;
  67. -webkit-box-direction: normal;
  68. -webkit-flex-direction: row;
  69. flex-direction: row;
  70. -webkit-box-align: center;
  71. -webkit-align-items: center;
  72. align-items: center;
  73. -webkit-box-pack: center;
  74. -webkit-justify-content: center;
  75. justify-content: center;
  76. }
  77. .hotlItem.data-v-5ac9c6cd {
  78. padding: 22rpx 30rpx;
  79. border-bottom: 1px solid #EEEEEE;
  80. display: -webkit-box;
  81. display: -webkit-flex;
  82. display: flex;
  83. -webkit-box-pack: justify;
  84. -webkit-justify-content: space-between;
  85. justify-content: space-between;
  86. }
  87. .bottomButton.data-v-5ac9c6cd {
  88. width: 95%;
  89. left: 2.5%;
  90. position: fixed;
  91. bottom: 2.5%;
  92. }
  93. .titeTop.data-v-5ac9c6cd {
  94. display: -webkit-box;
  95. display: -webkit-flex;
  96. display: flex;
  97. /* justify-content: space-between; */
  98. -webkit-box-align: center;
  99. -webkit-align-items: center;
  100. align-items: center;
  101. position: absolute;
  102. top: 10rpx;
  103. width: 100%;
  104. }
  105. .topleft.data-v-5ac9c6cd {
  106. }
  107. .topright.data-v-5ac9c6cd {
  108. }
  109. .input-view.data-v-5ac9c6cd {
  110. width: 85%;
  111. display: -webkit-box;
  112. display: -webkit-flex;
  113. display: flex;
  114. height: 30px;
  115. border-radius: 15px;
  116. padding: 0 4%;
  117. -webkit-flex-wrap: nowrap;
  118. flex-wrap: nowrap;
  119. margin: 7px 0;
  120. line-height: 30px;
  121. margin: 24rpx auto;
  122. background:rgba(0,0,0,1);
  123. border-radius:15px;
  124. opacity:0.4;
  125. }
  126. .input-view .uni-icon.data-v-5ac9c6cd {
  127. line-height: 30px !important;
  128. }
  129. .input-view .input.data-v-5ac9c6cd {
  130. height: 30px;
  131. line-height: 30px;
  132. width: 94%;
  133. padding: 0 3%;
  134. }
  135. .activeColor.data-v-5ac9c6cd {
  136. background: #fff!important;
  137. position: fixed;
  138. background-color: #fff;
  139. top: 50rpx;
  140. z-index: 99;
  141. }
  142. .listType.data-v-5ac9c6cd {
  143. }