recharge.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. background: #ffffff;
  14. }
  15. .top_box {
  16. padding: 20rpx 26rpx 20rpx 47rpx;
  17. display: flex;
  18. align-items: center;
  19. justify-content: space-between;
  20. }
  21. .top_box .yue-tit {
  22. font-size: 28rpx;
  23. font-family: PingFang SC;
  24. font-weight: 500;
  25. color: #333333;
  26. }
  27. .top_box .yue-num {
  28. font-size: 30rpx;
  29. font-family: PingFang SC;
  30. font-weight: bold;
  31. color: #ff6f0f;
  32. }
  33. .line_box {
  34. width: 100%;
  35. height: 20rpx;
  36. background: #f8f8f8;
  37. }
  38. .cz_box {
  39. padding: 40rpx 20rpx 20rpx;
  40. }
  41. .cz_box .cz_wrap {
  42. display: flex;
  43. align-items: center;
  44. justify-content: space-between;
  45. padding-bottom: 20rpx;
  46. border-bottom: 1px solid #e6e6e6;
  47. }
  48. .cz_box .cz_wrap .cz_tit {
  49. font-size: 32rpx;
  50. font-family: PingFang SC;
  51. font-weight: 500;
  52. }
  53. .cz_box .cz_wrap .cz_input {
  54. text-align: right;
  55. font-size: 32rpx;
  56. font-family: PingFang SC;
  57. font-weight: 500;
  58. }
  59. .cz_box .zc_list_box {
  60. display: flex;
  61. flex-wrap: wrap;
  62. }
  63. .cz_box .zc_list_box .zc_list_price {
  64. width: 202rpx;
  65. height: 60rpx;
  66. background: #f0f0f0;
  67. border-radius: 8rpx;
  68. margin-top: 36rpx;
  69. margin-right: 50rpx;
  70. display: flex;
  71. align-items: center;
  72. justify-content: center;
  73. }
  74. .cz_box .zc_list_box .zc_list_price:nth-child(3n) {
  75. margin-right: 0;
  76. }
  77. .cz_box .zc_list_box .seletPrice {
  78. background: linear-gradient(180deg, #08c4e6, #50ead2);
  79. color: #ffffff;
  80. }
  81. .recha-box {
  82. padding: 50rpx 30rpx 0;
  83. display: flex;
  84. flex-wrap: wrap;
  85. }
  86. .recha-box .recha-frame {
  87. width: 210rpx;
  88. height: 181rpx;
  89. border: 1px solid #dbdede;
  90. border-radius: 20rpx;
  91. display: flex;
  92. align-items: center;
  93. flex-direction: column;
  94. justify-content: center;
  95. margin-right: 30rpx;
  96. margin-bottom: 30rpx;
  97. }
  98. .recha-box .recha-frame:nth-child(3n) {
  99. margin-right: 0;
  100. }
  101. .recha-box .recha-frame .recha-top {
  102. display: flex;
  103. align-items: center;
  104. }
  105. .recha-box .recha-frame .recha-top .recha-img {
  106. width: 64rpx;
  107. height: 62rpx;
  108. }
  109. .recha-box .recha-frame .recha-top .recha-tit {
  110. margin-left: 10rpx;
  111. font-size: 36rpx;
  112. font-family: PingFang SC;
  113. font-weight: bold;
  114. color: #333333;
  115. }
  116. .recha-box .recha-frame .recha-song {
  117. margin-top: 20rpx;
  118. font-size: 28rpx;
  119. font-family: PingFang SC;
  120. font-weight: bold;
  121. color: #ff9900;
  122. }
  123. .recha-box .select-frame {
  124. border: 1px solid #ef041f;
  125. }
  126. .rechar-box {
  127. padding: 30rpx 20rpx 0;
  128. }
  129. .rechar-box .rechar-title {
  130. font-size: 32rpx;
  131. font-family: PingFang SC;
  132. font-weight: bold;
  133. color: #333333;
  134. margin-bottom: 10rpx;
  135. }
  136. .rechar-box .rechar-text {
  137. font-size: 28rpx;
  138. font-family: PingFang SC;
  139. font-weight: bold;
  140. color: #333333;
  141. }
  142. .cz-type {
  143. margin-top: 22rpx;
  144. display: flex;
  145. justify-content: space-between;
  146. padding: 32rpx;
  147. align-items: center;
  148. }
  149. .cz-type .type-left {
  150. display: flex;
  151. align-items: center;
  152. }
  153. .cz-type .type-left .icon {
  154. height: 38rpx;
  155. }
  156. .cz-type .type-left .icon image {
  157. width: 48rpx;
  158. height: 38rpx;
  159. }
  160. .cz-type .type-left .iconweixin {
  161. color: #36cb59;
  162. }
  163. .cz-type .type-left .tit {
  164. margin-left: 12rpx;
  165. font-size: 30rpx;
  166. color: #333333;
  167. }
  168. .cz-type .type-right image {
  169. width: 36rpx;
  170. height: 36rpx;
  171. }
  172. .add-btn {
  173. display: flex;
  174. align-items: center;
  175. justify-content: center;
  176. width: 560rpx;
  177. height: 80rpx;
  178. margin: 0 auto;
  179. margin-top: 120rpx;
  180. font-size: 32rpx;
  181. background: linear-gradient(90deg, #08C4E6, #50EAD2);
  182. box-shadow: 0px 12rpx 45rpx 5rpx rgba(36, 17, 2, 0.04);
  183. border-radius: 8rpx;
  184. }
  185. .add-btn.modified {
  186. color: #2ed8db;
  187. }
  188. .add-btn.up {
  189. color: #fff;
  190. }
  191. .row-box {
  192. margin-top: 30rpx;
  193. padding: 20rpx 30rpx;
  194. background: #fff;
  195. }
  196. .row-box .title {
  197. font-size: 30rpx;
  198. color: #303133;
  199. }
  200. .row-box .row {
  201. display: flex;
  202. align-items: center;
  203. position: relative;
  204. height: 80rpx;
  205. }
  206. .row-box .row .tit {
  207. flex-shrink: 0;
  208. width: 40rpx;
  209. font-size: 30rpx;
  210. color: #303133;
  211. }
  212. .row-box .row .input {
  213. flex: 1;
  214. font-size: 30rpx;
  215. color: #303133;
  216. }
  217. .row-box .row .iconlocation {
  218. font-size: 36rpx;
  219. color: #909399;
  220. }
  221. .row-box .row .buttom {
  222. color: #5dbc7c;
  223. font-size: 28rpx;
  224. }
  225. .list {
  226. padding-left: 30rpx;
  227. margin-top: 30rpx;
  228. background-color: #ffffff;
  229. }
  230. .list .box {
  231. display: flex;
  232. align-items: center;
  233. width: 100%;
  234. height: 120rpx;
  235. border-bottom: 1px solid #ebeef5;
  236. padding-right: 25rpx;
  237. }
  238. .list .box .icon {
  239. font-size: 48rpx;
  240. padding-right: 20rpx;
  241. display: flex;
  242. }
  243. .list .box .yongjing {
  244. width: 48rpx;
  245. height: 48rpx;
  246. }
  247. .list .box .iconweixin1 {
  248. color: #18bf16;
  249. }
  250. .list .box .iconzhifubao {
  251. color: #08aaec;
  252. }
  253. .list .box .title-box {
  254. flex-grow: 1;
  255. text-align: left;
  256. }
  257. .list .box .title-box .title {
  258. font-size: 30rpx;
  259. color: #606266;
  260. }
  261. .list .box .title-box .node {
  262. font-size: 24rpx;
  263. color: #909399;
  264. }
  265. .uni-radio-input {
  266. width: 45rpx;
  267. height: 45rpx;
  268. }
  269. .active-bg {
  270. background-color: #999999 !important;
  271. }