recharge.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /* uni.scss */
  10. /* 页面左右间距 */
  11. /* 文字尺寸 */
  12. /* 文字尺寸 */
  13. /*文字颜色*/
  14. /* 边框颜色 */
  15. /* 图片加载中颜色 */
  16. /* 行为相关颜色 */
  17. /* 颜色变量 */
  18. /* 项目主色 */
  19. /* 文字基本颜色 */
  20. .red {
  21. color: #f60808;
  22. }
  23. .green {
  24. color: #15ab54;
  25. }
  26. .yellow {
  27. color: #f0ad4e;
  28. }
  29. .blue {
  30. color: #1f96f6;
  31. }
  32. .blank {
  33. color: #000;
  34. }
  35. .white {
  36. color: #fff;
  37. }
  38. .promain {
  39. color: #025b58;
  40. }
  41. .prosecond {
  42. color: #ed742f;
  43. }
  44. .textmain {
  45. color: #333;
  46. }
  47. .textgrey {
  48. color: #999;
  49. }
  50. .fuColor {
  51. color: #c6cadb;
  52. }
  53. .fontssm {
  54. font-size: 22rpx;
  55. }
  56. .fontsm {
  57. font-size: 24rpx;
  58. }
  59. .fontmid {
  60. font-size: 28rpx;
  61. }
  62. .fontbase {
  63. font-size: 30rpx;
  64. }
  65. /* 背景颜色 */
  66. /* 边框颜色 */
  67. /* input 样式 */
  68. .input-placeholder {
  69. color: #999999;
  70. }
  71. .navigator-hover {
  72. background: transparent !important;
  73. opacity: 1;
  74. }
  75. .uni-page-head-transparent .uni-page-head-btn {
  76. background: transparent !important;
  77. }
  78. uni-toast {
  79. z-index: 99999;
  80. }
  81. button {
  82. background: transparent;
  83. }
  84. button::after {
  85. border: 0;
  86. }
  87. page {
  88. background-color: #f5f5f5;
  89. }
  90. @charset "UTF-8";
  91. /**
  92. * 这里是uni-app内置的常用样式变量
  93. *
  94. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  95. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  96. *
  97. */
  98. /* uni.scss */
  99. /* 页面左右间距 */
  100. /* 文字尺寸 */
  101. /* 文字尺寸 */
  102. /*文字颜色*/
  103. /* 边框颜色 */
  104. /* 图片加载中颜色 */
  105. /* 行为相关颜色 */
  106. /* 颜色变量 */
  107. /* 项目主色 */
  108. /* 文字基本颜色 */
  109. .red.data-v-50fd3826 {
  110. color: #f60808;
  111. }
  112. .green.data-v-50fd3826 {
  113. color: #15ab54;
  114. }
  115. .yellow.data-v-50fd3826 {
  116. color: #f0ad4e;
  117. }
  118. .blue.data-v-50fd3826 {
  119. color: #1f96f6;
  120. }
  121. .blank.data-v-50fd3826 {
  122. color: #000;
  123. }
  124. .white.data-v-50fd3826 {
  125. color: #fff;
  126. }
  127. .promain.data-v-50fd3826 {
  128. color: #025b58;
  129. }
  130. .prosecond.data-v-50fd3826 {
  131. color: #ed742f;
  132. }
  133. .textmain.data-v-50fd3826 {
  134. color: #333;
  135. }
  136. .textgrey.data-v-50fd3826 {
  137. color: #999;
  138. }
  139. .fuColor.data-v-50fd3826 {
  140. color: #c6cadb;
  141. }
  142. .fontssm.data-v-50fd3826 {
  143. font-size: 22rpx;
  144. }
  145. .fontsm.data-v-50fd3826 {
  146. font-size: 24rpx;
  147. }
  148. .fontmid.data-v-50fd3826 {
  149. font-size: 28rpx;
  150. }
  151. .fontbase.data-v-50fd3826 {
  152. font-size: 30rpx;
  153. }
  154. /* 背景颜色 */
  155. /* 边框颜色 */
  156. /* input 样式 */
  157. .input-placeholder.data-v-50fd3826 {
  158. color: #999999;
  159. }
  160. .navigator-hover.data-v-50fd3826 {
  161. background: transparent !important;
  162. opacity: 1;
  163. }
  164. .uni-page-head-transparent .uni-page-head-btn.data-v-50fd3826 {
  165. background: transparent !important;
  166. }
  167. uni-toast.data-v-50fd3826 {
  168. z-index: 99999;
  169. }
  170. button.data-v-50fd3826 {
  171. background: transparent;
  172. }
  173. button.data-v-50fd3826::after {
  174. border: 0;
  175. }
  176. .container.data-v-50fd3826 {
  177. padding: 45rpx 30rpx;
  178. background-color: #fff;
  179. }
  180. .container .button_money.data-v-50fd3826 {
  181. display: flex;
  182. flex-direction: column;
  183. align-items: center;
  184. justify-content: center;
  185. }
  186. .container .box.data-v-50fd3826 {
  187. font-size: 36rpx;
  188. font-family: PingFangSC-Semibold, PingFang SC;
  189. font-weight: 600;
  190. }
  191. .container .custom-style.data-v-50fd3826 {
  192. background: #ed742e;
  193. width: 690rpx;
  194. margintop: 600rpx;
  195. color: #fff;
  196. margin-top: 40rpx;
  197. }
  198. .container .list.data-v-50fd3826 {
  199. padding: 40rpx 0rpx 120rpx;
  200. flex-wrap: wrap;
  201. }
  202. .container .list.data-v-50fd3826:nth-of-type(3) {
  203. margin-right: 0;
  204. }
  205. .container .list .li.data-v-50fd3826 {
  206. width: 218rpx;
  207. height: 110rpx;
  208. background: #ffffff;
  209. border-radius: 9rpx;
  210. color: #0bb291;
  211. font-size: 38rpx;
  212. font-family: PingFang SC;
  213. font-weight: bold;
  214. margin-right: 18rpx;
  215. margin-bottom: 22rpx;
  216. border: 1px solid #0bb291;
  217. }
  218. .container .list .li.data-v-50fd3826:nth-of-type(3n) {
  219. margin-right: 0;
  220. }
  221. .container .list .sel.data-v-50fd3826 {
  222. background: rgba(11, 178, 145, 0.1);
  223. border: 1px solid #0bb291;
  224. }
  225. .container .list input.data-v-50fd3826 {
  226. margin-top: 42rpx;
  227. width: 690rpx;
  228. height: 86rpx;
  229. line-height: 86rpx;
  230. padding: 0 30rpx;
  231. border: 1px solid #dfdfdf;
  232. }
  233. .container .cen.data-v-50fd3826 {
  234. margin-bottom: 40rpx;
  235. }
  236. .container .cen .pay-item.data-v-50fd3826 {
  237. background: #ffffff;
  238. width: 100%;
  239. margin-top: 20rpx;
  240. padding: 30rpx 0;
  241. }
  242. .container .cen .pay-item .left-icon.data-v-50fd3826 {
  243. width: 68rpx;
  244. height: 68rpx;
  245. }
  246. .container .cen .pay-item .pay-til.data-v-50fd3826 {
  247. font-size: 32rpx;
  248. color: #333333;
  249. margin-left: 18rpx;
  250. flex: 1;
  251. }
  252. .container .cen .pay-item .right-icon.data-v-50fd3826 {
  253. width: 36rpx;
  254. height: 36rpx;
  255. }
  256. .container .tips.data-v-50fd3826 {
  257. width: 100%;
  258. padding: 26rpx 30rpx;
  259. text-align: left;
  260. }