recharge.wxss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. page{
  2. height: 100%;
  3. background: #F4F4F4;
  4. }
  5. .box{
  6. width: 100%;
  7. /* height: 100%; */
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. padding-bottom: 20rpx;
  12. }
  13. .box .top{
  14. width: 92%;
  15. display: flex;
  16. flex-direction: column;
  17. font-size: 28rpx;
  18. color: darkgray;
  19. }
  20. .box .top text:nth-of-type(1){
  21. font-size:48rpx;
  22. font-family:PingFang SC;
  23. font-weight:bold;
  24. color:rgba(42,42,42,1);
  25. padding: 50rpx 0rpx 30rpx 0rpx;
  26. }
  27. .box .top text:nth-of-type(2){
  28. font-size:32rpx;
  29. font-family:PingFang SC;
  30. font-weight:400;
  31. color:rgba(153,153,153,1);
  32. padding-bottom: 6rpx;
  33. }
  34. .box .hot{
  35. width:690rpx;
  36. height:256rpx;
  37. background:rgba(255,255,255,1);
  38. border-radius:20rpx;
  39. background-size: 100% 100%;
  40. display: flex;
  41. flex-direction: column;
  42. justify-content: center;
  43. box-sizing: border-box;
  44. padding-left: 47rpx;
  45. margin-top: 30rpx;
  46. }
  47. .box .hot .title{
  48. font-size:38rpx;
  49. font-family:PingFang SC;
  50. font-weight:bold;
  51. color:rgba(42,42,42,1);
  52. }
  53. .box .hot .frequency{
  54. font-size:32rpx;
  55. font-family:PingFang SC;
  56. color:rgba(153,153,153,1);
  57. }
  58. .box .hot .info{
  59. display: flex;
  60. align-items: flex-end;
  61. padding: 19rpx 0rpx;
  62. }
  63. .box .hot .info text:nth-of-type(1){
  64. font-size:46rpx;
  65. font-family:PingFang SC;
  66. font-weight:bold;
  67. color:rgba(42,42,42,1);
  68. }
  69. .box .hot .info text:nth-of-type(2){
  70. font-size:26rpx;
  71. font-family:PingFang SC;
  72. color:rgba(153,153,153,1);
  73. padding-left: 19rpx;
  74. padding-bottom: 6rpx;
  75. text-decoration: line-through;
  76. }
  77. .box .hot .buy{
  78. width:140rpx;
  79. height:50rpx;
  80. background:#5E5D5D;
  81. border-radius:40rpx;
  82. display: flex;
  83. align-items: center;
  84. justify-content: center;
  85. font-size:26rpx;
  86. font-family:PingFang SC;
  87. color:rgba(255,255,255,1);
  88. }
  89. .list{
  90. display: flex;
  91. flex-direction: column;
  92. margin-top: 10rpx;
  93. }
  94. .list .view{
  95. width:690rpx;
  96. height:176rpx;
  97. background:rgba(255,255,255,1);
  98. border-radius:20rpx;
  99. margin-top: 20rpx;
  100. position: relative;
  101. display: flex;
  102. flex-direction: column;
  103. justify-content: center;
  104. box-sizing: border-box;
  105. padding-left: 48rpx;
  106. }
  107. .list .view .text{
  108. font-size:32rpx;
  109. font-family:PingFang SC;
  110. color:rgba(94,93,93,1);
  111. padding-bottom: 20rpx;
  112. }
  113. .list .view .money{
  114. display: flex;
  115. align-items: flex-end;
  116. }
  117. .list .view .money text:nth-of-type(1){
  118. font-size:46rpx;
  119. font-family:PingFang SC;
  120. font-weight:bold;
  121. color:rgba(42,42,42,1);
  122. }
  123. .list .view .money text:nth-of-type(2){
  124. font-size:26rpx;
  125. font-family:PingFang SC;
  126. color:rgba(153,153,153,1);
  127. padding-left: 34rpx;
  128. padding-bottom: 6rpx;
  129. text-decoration: line-through;
  130. }
  131. .list .view .buy{
  132. width:140rpx;
  133. height:50rpx;
  134. background:#5E5D5D;
  135. border-radius:40rpx;
  136. display: flex;
  137. align-items: center;
  138. justify-content: center;
  139. font-size:26rpx;
  140. font-family:PingFang SC;
  141. color:rgba(255,255,255,1);
  142. position: absolute;
  143. top: 88rpx;
  144. right: 20rpx;
  145. }
  146. .list .view .position{
  147. width:186rpx;
  148. height:42rpx;
  149. background:rgba(24,213,185,1);
  150. border-radius:0px 20rpx 0px 39rpx;
  151. display: flex;
  152. align-items: center;
  153. justify-content: center;
  154. font-size:26rpx;
  155. font-family:PingFang SC;
  156. color:rgba(255,255,255,1);
  157. position: absolute;
  158. top: 0rpx;
  159. right: 0rpx;
  160. }
  161. .box .btn{
  162. width:100%;
  163. height:160rpx;
  164. background:rgba(255,255,255,1);
  165. box-shadow:0px 0px 52rpx 0px rgba(210,210,210,1);
  166. display: flex;
  167. align-items: center;
  168. justify-content: space-between;
  169. position: fixed;
  170. bottom: 0rpx;
  171. left: 0rpx;
  172. }
  173. .btn .money{
  174. display: flex;
  175. align-items: flex-end;
  176. margin-left: 30rpx;
  177. }
  178. .btn .money text:nth-of-type(1){
  179. font-size:60rpx;
  180. font-family:PingFang SC;
  181. font-weight:800;
  182. color:rgba(42,42,42,1);
  183. }
  184. .btn .money text:nth-of-type(2){
  185. font-size:30rpx;
  186. font-family:PingFang-SC-Medium;
  187. font-weight:Medium;
  188. color:#2A2A2A;
  189. padding-left: 20rpx;
  190. padding-bottom: 6rpx;
  191. }
  192. .btn .form{
  193. width:214rpx;
  194. height:70rpx;
  195. background:rgba(24,213,185,1);
  196. border-radius:35rpx 35rpx 35rpx 35rpx;
  197. display: flex;
  198. align-items: center;
  199. justify-content: center;
  200. font-size:36rpx;
  201. font-family:PingFang SC;
  202. color:rgba(255,255,255,1);
  203. margin-right: 30rpx;
  204. }
  205. .box .rule{
  206. width: 92%;
  207. display: flex;
  208. flex-direction: column;
  209. }
  210. .rule .title{
  211. font-size:46rpx;
  212. font-family:PingFang SC;
  213. font-weight:bold;
  214. color:rgba(42,42,42,1);
  215. padding: 106rpx 0rpx 46rpx 0rpx;
  216. }
  217. .rule view{
  218. display: flex;
  219. flex-direction: column;
  220. height: 548rpx;
  221. justify-content: space-between;
  222. padding-bottom: 66rpx;
  223. }
  224. .rule view text{
  225. font-size:28rpx;
  226. font-family:PingFang-SC-Regular;
  227. font-weight:Regular;
  228. color:#5E5D5D;
  229. }
  230. .background{
  231. width: 100%;
  232. height: 100%;
  233. position: fixed;
  234. top: 0;
  235. left: 0;
  236. right: 0;
  237. bottom: 0;
  238. background: #000000;
  239. opacity: .6;
  240. z-index: 88;
  241. }
  242. .model{
  243. width: 100%;
  244. height: 62%;
  245. position: fixed;
  246. left: 0;
  247. bottom: 0;
  248. z-index: 99;
  249. background: white;
  250. }
  251. .model .view{
  252. width: 100%;
  253. height: 100%;
  254. position: relative;
  255. padding-top: 80rpx;
  256. padding-bottom: 120rpx;
  257. box-sizing: border-box;
  258. }
  259. .model .view .title{
  260. position: absolute;
  261. top: 0rpx;
  262. height: 80rpx;
  263. line-height: 80rpx;
  264. text-align: center;
  265. width: 100%;
  266. border-bottom: 2rpx solid #F4F4F4;
  267. z-index: 99;
  268. }
  269. .model .view .btn1{
  270. position: absolute;
  271. bottom: 0rpx;
  272. width: 100%;
  273. display: flex;
  274. align-items: center;
  275. justify-content: center;
  276. height: 120rpx;
  277. background: #F4F4F4;
  278. z-index: 99;
  279. }
  280. .model .view .btn1 text{
  281. width: 80%;
  282. height: 80rpx;
  283. line-height: 80rpx;
  284. text-align: center;
  285. color: white;
  286. font-size: 28rpx;
  287. background: #18D5B9;
  288. border-radius: 40rpx;
  289. }
  290. .model .view .content{
  291. height: 100%;
  292. overflow-y: scroll;
  293. display: flex;
  294. flex-direction: column;
  295. width: 95%;
  296. margin: 0 auto;
  297. }
  298. .model .view .content text{
  299. padding-top: 20rpx;
  300. font-size: 26rpx;
  301. }
  302. .model .view .content .title1{
  303. font-size: 30rpx;
  304. font-weight: 800;
  305. }
  306. .model .view .content .count_a{
  307. display: flex;
  308. align-items: center;
  309. }
  310. .model .view .content .count_a text:nth-of-type(1){
  311. font-size: 32rpx;
  312. font-weight: 800;
  313. }
  314. .model .view .content .count_a text:nth-of-type(2){
  315. font-size: 26rpx;
  316. color: #5E5D5D;
  317. padding-left: 14rpx;
  318. }
  319. .model .view .content .count_b{
  320. display: flex;
  321. align-items: flex-end;
  322. }
  323. .model .view .content .count_b text:nth-of-type(1){
  324. font-size: 34rpx;
  325. font-weight: 800;
  326. color: red;
  327. }
  328. .model .view .content .count_b text:nth-of-type(2){
  329. font-size: 26rpx;
  330. padding-left: 10rpx;
  331. text-decoration: line-through;
  332. }
  333. .over1{
  334. position: fixed;
  335. top: 39%;
  336. right: 5%;
  337. z-index: 99;
  338. }
  339. .none{
  340. display: flex;
  341. flex-direction: column;
  342. align-items: center;
  343. justify-content: center;
  344. width: 100%;
  345. height: 90%;
  346. }
  347. .none image{
  348. margin-left: 70rpx;
  349. }
  350. .none text{
  351. /* padding-right: 70rpx; */
  352. padding-top: 20rpx;
  353. }