You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

229 lines
3.6 KiB

  1. .model {
  2. position: absolute;
  3. left: 0;
  4. top: 0;
  5. right: 0;
  6. bottom: 0;
  7. /*-webkit-filter: blur(6px);
  8. filter: blur(6px);*/
  9. background-color: rgba(0, 0, 0, 0.25);
  10. z-index: 100;
  11. }
  12. .model_room_count {
  13. position: absolute;
  14. left: 0;
  15. top: 0;
  16. right: 0;
  17. bottom: 0;
  18. /*-webkit-filter: blur(6px);
  19. filter: blur(6px);*/
  20. background-color: rgba(0, 0, 0, 0.25);
  21. z-index: 100;
  22. }
  23. .model_box {
  24. position: absolute;
  25. top: 1.3rem;
  26. left: 0.52rem;
  27. right: 0.52rem;
  28. background-color: #fff;
  29. border-radius: 8px;
  30. }
  31. .model_box_room_count {
  32. position: fixed;
  33. height: 2.3rem;
  34. bottom: 0;
  35. left: 0;
  36. right: 0;
  37. background-color: #fff;
  38. -webkit-border-top-left-radius: 8px;
  39. -webkit-border-top-right-radius: 8px;
  40. }
  41. .model_la {
  42. width: 0.37rem;
  43. height: 0.05rem;
  44. border-radius: 4px;
  45. background-color: rgba(0, 0, 0, 0.2);
  46. margin-top: 0.06rem;
  47. }
  48. .ui_p_t08 {
  49. padding-top: 0.08rem;
  50. }
  51. .ui_p_b08 {
  52. padding-bottom: 0.08rem;
  53. }
  54. .text_c_80 {
  55. color: #80889a;
  56. }
  57. .text_c_2b {
  58. color: #2b3857;
  59. }
  60. .bor_b_e5 {
  61. border-bottom: 0.5px solid #e5e5e5;
  62. }
  63. .select_gou {
  64. background-image: url(../../images/duihao.png);
  65. width: 0.22rem;
  66. height: 0.22rem;
  67. background-repeat: no-repeat;
  68. background-size: 100% 100%;
  69. }
  70. .select_quan {
  71. background-image: url(../../images/quan.png);
  72. width: 0.22rem;
  73. height: 0.22rem;
  74. background-repeat: no-repeat;
  75. background-size: 100% 100%;
  76. }
  77. .select_kong {
  78. width: 0.22rem;
  79. height: 0.22rem;
  80. }
  81. .ui_p_t12 {
  82. padding-top: 0.12rem;
  83. }
  84. .ui_p_b12 {
  85. padding-bottom: 0.12rem;
  86. }
  87. .select_hei {
  88. overflow: scroll;
  89. height: 3.8rem;
  90. }
  91. .search_r {
  92. width: 0.15rem;
  93. height: 0.15rem;
  94. background-image: url(../../images/clear.png);
  95. background-repeat: no-repeat;
  96. background-size: 100% 100%;
  97. }
  98. .ui_p_b14 {
  99. padding-bottom: 0.14rem;
  100. }
  101. .ui_p_t14 {
  102. padding-top: 0.14rem;
  103. }
  104. .weixin {
  105. width: 0.19rem;
  106. height: 0.17rem;
  107. background-image: url(../../images/weixin_s.png);
  108. background-repeat: no-repeat;
  109. background-size: 100% 100%;
  110. }
  111. .zhifubao {
  112. width: 0.19rem;
  113. height: 0.17rem;
  114. background-image: url(../../images/zhifubao_s.png);
  115. background-repeat: no-repeat;
  116. background-size: 100% 100%;
  117. }
  118. .text_c_ef {
  119. color: #ef5b4c;
  120. }
  121. .ui_m_t08 {
  122. margin-top: 0.08rem;
  123. }
  124. .box_sha {
  125. box-shadow: inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.1);
  126. }
  127. .ui_m_t03 {
  128. margin-top: 0.03rem;
  129. }
  130. .pay_w_icon_sel {
  131. width: 0.24rem;
  132. height: 0.2rem;
  133. background-image: url(../../images/weixin_sel.png);
  134. background-repeat: no-repeat;
  135. background-size: 100% 100%;
  136. }
  137. .pay_z_icon_sel {
  138. width: 0.24rem;
  139. height: 0.2rem;
  140. background-image: url(../../images/zhifubao_sel.png);
  141. background-repeat: no-repeat;
  142. background-size: 100% 100%;
  143. }
  144. .pay_advance_icon_sel {
  145. width: 0.24rem;
  146. height: 0.2rem;
  147. background-image: url(../../images/advance_sel.png);
  148. background-repeat: no-repeat;
  149. background-size: 100% 100%;
  150. }
  151. .pay_w_icon_unsel {
  152. width: 0.24rem;
  153. height: 0.2rem;
  154. background-image: url(../../images/weixin.png);
  155. background-repeat: no-repeat;
  156. background-size: 100% 100%;
  157. }
  158. .pay_z_icon_unsel {
  159. width: 0.24rem;
  160. height: 0.2rem;
  161. background-image: url(../../images/zhifubao.png);
  162. background-repeat: no-repeat;
  163. background-size: 100% 100%;
  164. }
  165. .pay_advance_icon_unsel {
  166. width: 0.24rem;
  167. height: 0.2rem;
  168. background-image: url(../../images/advance.png);
  169. background-repeat: no-repeat;
  170. background-size: 100% 100%;
  171. }
  172. .text_c_38 {
  173. color: #38528a;
  174. }
  175. .bor_pay_un {
  176. border-radius: 4px;
  177. border: solid 0.5px #e0e0ea;
  178. padding: 0.1rem 0;
  179. }
  180. .bor_pay {
  181. background-color: #f1f4f9;
  182. box-shadow: 0 4px 8px 0 rgba(56, 81, 138, 0.16);
  183. padding: 0.1rem 0;
  184. border-radius: 4px;
  185. border: solid 0.5px #666699;
  186. }
  187. .go_pay {
  188. position: fixed;
  189. bottom: 0;
  190. width: 100%;
  191. }
  192. .bg_c_2d {
  193. background-color: #2d2f3b;
  194. }