hotel.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. /* pages/hotel/hotel.wxss */
  2. page{
  3. padding: 0;
  4. }
  5. swiper{
  6. height: 200px;
  7. }
  8. .content{
  9. height: auto;
  10. }
  11. .top{
  12. background: #fff;
  13. padding: 20rpx;
  14. }
  15. .tt{
  16. font-size: 32rpx;
  17. margin-bottom: 30rpx;
  18. }
  19. .top text{
  20. display: block;
  21. font-size: 26rpx;
  22. color: #666;
  23. margin-bottom: 20rpx;
  24. }
  25. .content{
  26. height: calc(100vh - 80rpx);
  27. overflow: auto;
  28. padding: 30rpx;
  29. }
  30. .list{
  31. /* box-shadow: 0px 2rpx 9rpx 0px rgba(0, 0, 0, 0.2); */
  32. border-radius: 20rpx;
  33. display: flex;
  34. /* padding: 20rpx; */
  35. /* box-shadow: 0 0 15rpx 0px rgba(0, 0, 0, 0.2); */
  36. /* margin: 0 20rpx 40rpx; */
  37. padding: 28rpx;
  38. background: #fff;
  39. position: relative;
  40. margin-bottom: 40rpx;
  41. }
  42. .list image{
  43. width: 25%;
  44. height: 210rpx;
  45. }
  46. .list>view{
  47. width: 75%;
  48. padding-left: 20rpx;
  49. vertical-align: middle;
  50. }
  51. .list .title{
  52. margin-bottom: 20rpx;
  53. text-overflow: ellipsis;
  54. overflow: hidden;
  55. white-space: nowrap;
  56. font-size: 28rpx;
  57. }
  58. .list text{
  59. color: #999;
  60. display: block;
  61. font-size: 26rpx;
  62. text-overflow: ellipsis;
  63. overflow: hidden;
  64. white-space: nowrap;
  65. margin-bottom: 20rpx;
  66. }
  67. .btn{
  68. width: 132rpx;
  69. height: 56rpx;
  70. background: #3780CD;
  71. border-radius: 6px;
  72. text-align: center;
  73. line-height: 56rpx;
  74. color: #fff;
  75. font-size: 26rpx;
  76. position: absolute;
  77. bottom: 28rpx;
  78. right: 28rpx;
  79. }
  80. .bg{
  81. position: fixed;
  82. width: 100%;
  83. height: 100vh;
  84. top: 0;
  85. left: 0;
  86. z-index: 99;
  87. background: rgba(0,0,0,.5);
  88. padding: 50rpx 0;
  89. overflow: auto;
  90. }
  91. .room{
  92. background: #fff;
  93. border-radius: 10rpx;
  94. padding: 30rpx;
  95. display: block;
  96. position: relative;
  97. width: 90%;
  98. margin: auto;
  99. }
  100. .room_title{
  101. display: block;
  102. text-align: center;
  103. margin-bottom: 10px;
  104. }
  105. .room image{
  106. width: 100%;
  107. border-radius: 10rpx;
  108. }
  109. .room_item{
  110. background: #f5f5f5;
  111. padding: 10rpx;
  112. margin: 10rpx 0;
  113. border-radius: 10rpx;
  114. color: #333;
  115. font-size: 24rpx;
  116. }
  117. .room_item view{
  118. display: flex;
  119. flex-wrap: wrap;
  120. padding: 3px 0;
  121. }
  122. .room_item text{
  123. width: 50%;
  124. font-size: 24rpx;
  125. color: #666;
  126. }
  127. .room_item input{
  128. width: 50%;
  129. display: inline-block;
  130. height: 30px;
  131. }
  132. .room_item label{
  133. line-height: 30px;
  134. display: inline-block;
  135. vertical-align: top;
  136. margin-right: 5px;
  137. font-size: 24rpx;
  138. color: #999;
  139. }
  140. picker{
  141. font-size: 24rpx;
  142. width: 50%;
  143. position: relative;
  144. top: 1px;
  145. }
  146. .order{
  147. display: block;
  148. width: 100%;
  149. height: 56rpx;
  150. background: #3780CD;
  151. border-radius: 6px;
  152. text-align: center;
  153. line-height: 60rpx;
  154. color: #fff;
  155. font-size: 26rpx;
  156. }
  157. .form_info{
  158. color: #333;
  159. font-size: 26rpx;
  160. display: block;
  161. line-height: 50rpx;
  162. margin-bottom: 50rpx;
  163. }
  164. .end{
  165. background: #fff;
  166. text-align: center;
  167. padding: 50px;
  168. }
  169. .post{
  170. width: 100% !important;
  171. background: #0580D3;
  172. color: #fff;
  173. display: block;
  174. font-size: 34rpx;
  175. height: 90rpx;
  176. line-height: 90rpx;
  177. padding: 0;
  178. border-radius: 18rpx;
  179. }
  180. .icon-small{
  181. float: right;
  182. }
  183. .rs{
  184. display: inline-block;
  185. width: 80%;
  186. }