hotel.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. .scrollswiper {
  2. width: 100%;
  3. position: relative;
  4. }
  5. .titleFixed {
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. z-index: 99;
  10. padding-top: 0;
  11. }
  12. .van-nav-bar {
  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 {
  19. height: 300rpx;
  20. }
  21. .swiper-item {
  22. display: block;
  23. height: 100%!important;
  24. line-height: 300rpx;
  25. text-align: center;
  26. }
  27. .tip {
  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 {
  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 {
  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. /* background-color: #909399 */
  54. }
  55. .active {
  56. color: #F76260;
  57. }
  58. .typeItem {
  59. width: 25%;
  60. display: inline-block;
  61. text-align: center;
  62. }
  63. .iconClass {
  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 {
  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 {
  89. width: 95%;
  90. left: 2.5%;
  91. position: fixed;
  92. bottom: 2.5%;
  93. }
  94. .titeTop {
  95. display: -webkit-box;
  96. display: -webkit-flex;
  97. display: flex;
  98. -webkit-box-pack: justify;
  99. -webkit-justify-content: space-between;
  100. justify-content: space-between;
  101. -webkit-box-align: center;
  102. -webkit-align-items: center;
  103. align-items: center;
  104. position: absolute;
  105. top: 10rpx;
  106. width: 100%;
  107. }
  108. .topleft {
  109. }
  110. .topright {
  111. }
  112. .input-view {
  113. width: 85%;
  114. display: -webkit-box;
  115. display: -webkit-flex;
  116. display: flex;
  117. height: 30px;
  118. border-radius: 15px;
  119. padding: 0 4%;
  120. -webkit-flex-wrap: nowrap;
  121. flex-wrap: nowrap;
  122. margin: 7px 0;
  123. line-height: 30px;
  124. margin: 24rpx auto;
  125. background:rgba(0,0,0,1);
  126. border-radius:15px;
  127. opacity:0.4;
  128. }
  129. .input-view .uni-icon {
  130. line-height: 30px !important;
  131. }
  132. .input-view .input {
  133. height: 30px;
  134. line-height: 30px;
  135. width: 94%;
  136. padding: 0 3%;
  137. }
  138. .activeColor {
  139. background: #fff!important;
  140. position: fixed;
  141. background-color: #fff;
  142. top: 50rpx;
  143. z-index: 99;
  144. }
  145. .listType {
  146. }