apply.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. @charset "UTF-8";
  2. .text-center.data-v-5ac2dc9a {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-5ac2dc9a {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-5ac2dc9a {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-5ac2dc9a {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-5ac2dc9a {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-5ac2dc9a {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-5ac2dc9a {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-5ac2dc9a {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-5ac2dc9a {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .success.data-v-5ac2dc9a {
  39. position: absolute;
  40. left: 0;
  41. top: 0;
  42. width: 100%;
  43. height: 100%;
  44. background-color: #fff;
  45. text-align: center;
  46. }
  47. .success .success-text.data-v-5ac2dc9a {
  48. margin: -20rpx auto 30rpx;
  49. color: #353535;
  50. font-size: 40rpx;
  51. }
  52. .success image.data-v-5ac2dc9a {
  53. height: 270rpx;
  54. width: 380rpx;
  55. margin: 120rpx auto 60rpx;
  56. }
  57. .success .app-button.data-v-5ac2dc9a {
  58. margin: 24rpx auto;
  59. width: 320rpx;
  60. }
  61. .pay.data-v-5ac2dc9a {
  62. font-size: 36rpx;
  63. color: #353535;
  64. text-align: center;
  65. position: absolute;
  66. top: 0;
  67. left: 0;
  68. width: 100%;
  69. height: 100%;
  70. background-color: #fff;
  71. }
  72. .pay .pay-view.data-v-5ac2dc9a {
  73. position: relative;
  74. margin-top: -324rpx;
  75. color: #fff;
  76. font-size: 26rpx;
  77. }
  78. .pay .pay-view .money-icon.data-v-5ac2dc9a {
  79. width: 93rpx;
  80. height: 93rpx;
  81. border-radius: 50%;
  82. margin-bottom: 20rpx;
  83. }
  84. .pay .pay-view .money-name.data-v-5ac2dc9a {
  85. font-size: 34rpx;
  86. margin-bottom: 10rpx;
  87. }
  88. .pay .pay-view .pay-price.data-v-5ac2dc9a {
  89. margin-top: 150rpx;
  90. color: #353535;
  91. font-size: 50rpx;
  92. }
  93. .pay .pay-view .pay-price text.data-v-5ac2dc9a {
  94. font-size: 70rpx;
  95. }
  96. .refuse.data-v-5ac2dc9a {
  97. font-size: 36rpx;
  98. color: #353535;
  99. text-align: center;
  100. top: 0;
  101. left: 0;
  102. width: 100%;
  103. height: 100%;
  104. background-color: #fff;
  105. position: absolute;
  106. }
  107. .refuse image.data-v-5ac2dc9a {
  108. height: 160rpx;
  109. width: 160rpx;
  110. margin: 80rpx auto 40rpx;
  111. }
  112. .refuse view.data-v-5ac2dc9a {
  113. margin-bottom: 25rpx;
  114. }
  115. .refuse .refuse-reason.data-v-5ac2dc9a {
  116. margin: 10rpx 0 76rpx;
  117. }
  118. .refuse .refuse-info.data-v-5ac2dc9a {
  119. font-size: 28rpx;
  120. color: #999;
  121. border-top: 1rpx solid #e2e2e2;
  122. width: 520rpx;
  123. margin: 0 auto;
  124. margin-bottom: 0;
  125. padding-top: 30rpx;
  126. padding-left: 20rpx;
  127. text-align: left;
  128. }
  129. .refuse .refuse-info text.data-v-5ac2dc9a {
  130. color: #666;
  131. }
  132. .refuse .app-button.data-v-5ac2dc9a {
  133. margin: 24rpx auto;
  134. width: 320rpx;
  135. }
  136. .wait.data-v-5ac2dc9a {
  137. color: #666;
  138. font-size: 32rpx;
  139. text-align: center;
  140. position: absolute;
  141. top: 0;
  142. left: 0;
  143. width: 100%;
  144. height: 100%;
  145. background-color: #fff;
  146. }
  147. .wait view.data-v-5ac2dc9a {
  148. margin-bottom: 68rpx;
  149. }
  150. .wait image.data-v-5ac2dc9a {
  151. height: 270rpx;
  152. width: 380rpx;
  153. margin: 120rpx auto 60rpx;
  154. }
  155. .wait .app-button.data-v-5ac2dc9a {
  156. margin: 24rpx auto;
  157. width: 320rpx;
  158. }
  159. .title.data-v-5ac2dc9a {
  160. font-size: 26rpx;
  161. color: #fff;
  162. margin-top: -360rpx;
  163. text-align: center;
  164. height: 160rpx;
  165. padding-top: 30rpx;
  166. position: relative;
  167. }
  168. .title .big-title-text.data-v-5ac2dc9a {
  169. font-size: 34rpx;
  170. margin: 0 0 12rpx;
  171. }
  172. .popup.data-v-5ac2dc9a {
  173. position: fixed;
  174. background: rgba(0, 0, 0, 0.5);
  175. padding: 50rpx;
  176. top: 0;
  177. left: 0;
  178. right: 0;
  179. bottom: 0;
  180. z-index: 2000;
  181. }
  182. .popup .textarea.data-v-5ac2dc9a {
  183. width: 100%;
  184. background: #fff;
  185. border: 1rpx solid #ccc;
  186. z-index: 1;
  187. padding: 24rpx;
  188. border-radius: 5rpx;
  189. }
  190. .popup .c.data-v-5ac2dc9a {
  191. position: fixed;
  192. left: 0;
  193. top: 0;
  194. right: 0;
  195. bottom: 0;
  196. z-index: 0;
  197. }
  198. .h-100.data-v-5ac2dc9a {
  199. height: 100%;
  200. }
  201. .app-button.data-v-5ac2dc9a {
  202. margin: 40rpx 24rpx;
  203. color: #fff;
  204. }
  205. .app-button text.data-v-5ac2dc9a {
  206. color: #fff !important;
  207. }
  208. .address-input.data-v-5ac2dc9a {
  209. width: 580rpx;
  210. font-size: 28rpx;
  211. color: #353535;
  212. }
  213. .area-left.data-v-5ac2dc9a {
  214. text-align: text;
  215. margin-left: auto;
  216. }
  217. .app-view.data-v-5ac2dc9a {
  218. background-color: #ffffff;
  219. position: relative;
  220. z-index: 10;
  221. width: 702rpx;
  222. margin: 0 auto;
  223. border-radius: 16rpx;
  224. }
  225. .app-view .app-line.data-v-5ac2dc9a {
  226. height: 118rpx;
  227. line-height: 118rpx;
  228. padding: 0 32rpx 0 0;
  229. }
  230. .app-view .app-line text.app-text.data-v-5ac2dc9a {
  231. font-size: 28rpx;
  232. color: #353535;
  233. width: 140rpx;
  234. margin-right: 20rpx;
  235. text-align: right;
  236. -webkit-flex-shrink: 0;
  237. flex-shrink: 0;
  238. }
  239. .app-view .c-address.data-v-5ac2dc9a {
  240. padding-right: 24rpx;
  241. font-size: 28rpx;
  242. color: #353535;
  243. width: 500rpx;
  244. height: 100%;
  245. }
  246. .app-view .c-address.placeholder.data-v-5ac2dc9a {
  247. color: #cdcdcd;
  248. }
  249. .app-view .icon-arrow-image.data-v-5ac2dc9a {
  250. width: 12rpx;
  251. height: 24rpx;
  252. }
  253. .app-view .tip.data-v-5ac2dc9a {
  254. padding: 0 24rpx 24rpx 24rpx;
  255. background: #ffffff;
  256. color: #b7b7b7;
  257. }