hotel.wxss 2.6 KB

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