cash.wxss 4.9 KB

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