cash.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. @charset "UTF-8";
  2. .text-center.data-v-37739b12 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-37739b12 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-37739b12 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-37739b12 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-37739b12 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-37739b12 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-37739b12 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-37739b12 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-37739b12 {
  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-37739b12 {
  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-37739b12 {
  47. width: 12rpx;
  48. height: 24rpx;
  49. display: block;
  50. margin-left: 12rpx;
  51. }
  52. .cash-info.data-v-37739b12 {
  53. margin-top: 20rpx;
  54. }
  55. .info.data-v-37739b12 {
  56. background-color: #fff;
  57. padding: 32rpx 24rpx;
  58. border-bottom: 1rpx solid #e2e2e2;
  59. color: #353535;
  60. }
  61. .info.input-money.data-v-37739b12 {
  62. border-bottom: 0;
  63. }
  64. .info.cash-type.data-v-37739b12 {
  65. margin: 20rpx 0;
  66. padding: 32rpx 0;
  67. }
  68. .last.data-v-37739b12 {
  69. font-size: 40rpx;
  70. margin-bottom: 15rpx;
  71. }
  72. .last-info.data-v-37739b12 {
  73. font-size: 24rpx;
  74. color: #666;
  75. }
  76. .last-info view.data-v-37739b12 {
  77. float: left;
  78. height: 44rpx;
  79. line-height: 44rpx;
  80. }
  81. .last-info .show-tip.data-v-37739b12 {
  82. color: #666;
  83. display: inline-block;
  84. background-color: #fff;
  85. font-size: 24rpx;
  86. padding: 0 12rpx;
  87. height: 44rpx;
  88. line-height: 44rpx;
  89. border-radius: 22rpx;
  90. border: 1rpx solid #e2e2e2;
  91. }
  92. .last-info button.data-v-37739b12::after {
  93. border: 0;
  94. }
  95. .price.data-v-37739b12 {
  96. height: 80rpx;
  97. line-height: 80rpx;
  98. font-size: 46rpx;
  99. position: absolute;
  100. left: 0;
  101. top: 0;
  102. color: #ff4544;
  103. }
  104. .all.data-v-37739b12 {
  105. color: #666;
  106. }
  107. .input.data-v-37739b12 {
  108. font-size: 36rpx;
  109. height: 80rpx;
  110. line-height: 80rpx;
  111. width: 70%;
  112. padding-left: 50rpx;
  113. position: relative;
  114. }
  115. .input input.data-v-37739b12 {
  116. height: 80rpx;
  117. line-height: 80rpx;
  118. }
  119. .about.data-v-37739b12 {
  120. font-size: 24rpx;
  121. padding: 32rpx 24rpx 12rpx;
  122. color: #666;
  123. }
  124. .icon.data-v-37739b12 {
  125. height: 40rpx;
  126. width: 40rpx;
  127. margin-right: 16rpx;
  128. display: -webkit-box;
  129. display: -webkit-flex;
  130. display: flex;
  131. -webkit-box-pack: center;
  132. -webkit-justify-content: center;
  133. justify-content: center;
  134. }
  135. .mode-item.data-v-37739b12 {
  136. width: 200rpx;
  137. border: 1rpx solid #999;
  138. text-align: center;
  139. padding: 0 24rpx;
  140. height: 66rpx;
  141. line-height: 66rpx;
  142. border-radius: 33rpx;
  143. display: -webkit-box;
  144. display: -webkit-flex;
  145. display: flex;
  146. -webkit-box-align: center;
  147. -webkit-align-items: center;
  148. align-items: center;
  149. margin: 10rpx 24rpx;
  150. font-size: 30rpx;
  151. position: relative;
  152. }
  153. .mode-title.data-v-37739b12 {
  154. margin-bottom: 25rpx;
  155. padding-left: 24rpx;
  156. font-size: 34rpx;
  157. }
  158. .enter.data-v-37739b12 {
  159. color: #353535;
  160. float: left;
  161. width: 100rpx;
  162. height: 56rpx;
  163. line-height: 56rpx;
  164. font-size: 32rpx;
  165. }
  166. .content.data-v-37739b12 {
  167. height: 120rpx;
  168. }
  169. .info-input.data-v-37739b12 {
  170. font-size: 32rpx;
  171. height: 56rpx;
  172. padding: 0 32rpx;
  173. }
  174. .on-active.data-v-37739b12 {
  175. height: 32rpx;
  176. width: 32rpx;
  177. position: absolute;
  178. right: 0;
  179. bottom: 0;
  180. }
  181. .submit.data-v-37739b12 {
  182. margin-top: 40rpx;
  183. }
  184. .submit button.data-v-37739b12 {
  185. height: 80rpx;
  186. border-radius: 40rpx;
  187. line-height: 80rpx;
  188. width: 90%;
  189. margin: 0 auto;
  190. color: #fff;
  191. font-size: 32rpx;
  192. background-color: #ff4544;
  193. }
  194. .bg.data-v-37739b12 {
  195. position: fixed;
  196. top: 0;
  197. left: 0;
  198. height: 100%;
  199. width: 100%;
  200. background-color: rgba(0, 0, 0, 0.3);
  201. z-index: 10;
  202. }
  203. .dialog.data-v-37739b12 {
  204. position: fixed;
  205. top: 400rpx;
  206. left: 0;
  207. right: 0;
  208. height: 300rpx;
  209. width: 640rpx;
  210. margin: 0 auto;
  211. z-index: 21;
  212. background-color: #fff;
  213. border-radius: 10px;
  214. text-align: center;
  215. font-size: 30rpx;
  216. }
  217. .dialog-title.data-v-37739b12 {
  218. margin: 40rpx auto 35rpx;
  219. }
  220. .dialog-btn.data-v-37739b12 {
  221. height: 88rpx;
  222. width: 640rpx;
  223. border-top: 1rpx solid #e2e2e2;
  224. line-height: 88rpx;
  225. position: absolute;
  226. bottom: 0;
  227. left: 0;
  228. }
  229. .dialog-close.data-v-37739b12, .dialog-submit.data-v-37739b12 {
  230. width: 50%;
  231. }
  232. .line.data-v-37739b12 {
  233. height: 44rpx;
  234. margin-top: 22rpx;
  235. width: 1rpx;
  236. background-color: #e2e2e2;
  237. }
  238. .dialog-submit.data-v-37739b12 {
  239. color: #ff4544;
  240. }
  241. .bg.data-v-37739b12 {
  242. position: fixed;
  243. top: 0;
  244. left: 0;
  245. right: 0;
  246. height: 100%;
  247. width: 100%;
  248. z-index: 20;
  249. background-color: rgba(0, 0, 0, 0.3);
  250. }
  251. .dialog.data-v-37739b12 {
  252. position: fixed;
  253. top: 400rpx;
  254. left: 0;
  255. right: 0;
  256. height: 300rpx;
  257. width: 640rpx;
  258. margin: 0 auto;
  259. z-index: 21;
  260. background-color: #fff;
  261. border-radius: 10px;
  262. text-align: center;
  263. font-size: 30rpx;
  264. }
  265. .close-button.data-v-37739b12 {
  266. height: 88rpx;
  267. width: 640rpx;
  268. border-top: 1rpx solid #e2e2e2;
  269. line-height: 88rpx;
  270. color: #ff4544;
  271. position: absolute;
  272. bottom: 0;
  273. left: 0;
  274. }
  275. .dialog-title.data-v-37739b12 {
  276. margin: 40rpx auto 35rpx;
  277. }
  278. .classic-red-border.data-v-37739b12 {
  279. border-color: #ff4544;
  280. }
  281. .vibrant-yellow-border.data-v-37739b12 {
  282. border-color: #fcc600;
  283. }
  284. .romantic-powder-border.data-v-37739b12 {
  285. border-color: #ff547b;
  286. }
  287. .streamer-gold-border.data-v-37739b12 {
  288. border-color: #ddb766;
  289. }
  290. .elegant-purple-border.data-v-37739b12 {
  291. border-color: #7783ea;
  292. }
  293. .taste-red-border.data-v-37739b12 {
  294. border-color: #ff4544;
  295. }
  296. .fresh-green-border.data-v-37739b12 {
  297. border-color: #63be72;
  298. }
  299. .business-blue-border.data-v-37739b12 {
  300. border-color: #4a90e2;
  301. }
  302. .pure-black-border.data-v-37739b12 {
  303. border-color: #333333;
  304. }
  305. .passionate-red-border.data-v-37739b12 {
  306. border-color: #ff4544;
  307. }