payment.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. page{
  2. width: 100%;
  3. background: #F4F4F4;
  4. }
  5. .box{
  6. width: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. padding-bottom: 100rpx;
  11. }
  12. .box .title{
  13. display: flex;
  14. flex-direction: column;
  15. align-items: center;
  16. }
  17. .box .title text:nth-of-type(1){
  18. font-size:32rpx;
  19. font-family:PingFang-SC-Regular;
  20. font-weight:400;
  21. color:rgba(42,42,42,1);
  22. margin-top:29rpx;
  23. margin-bottom: 15rpx;
  24. }
  25. .box .title text:nth-of-type(2){
  26. width:140rpx;
  27. height:4rpx;
  28. background:rgba(24,213,185,1);
  29. }
  30. .box .list{
  31. width: 100%;
  32. display: flex;
  33. flex-direction: column;
  34. margin-top: 19rpx;
  35. background: white;
  36. border-radius: 20rpx;
  37. align-items: center;
  38. }
  39. .box .list view{
  40. display: flex;
  41. width: 85%;
  42. justify-content: space-between;
  43. margin-bottom: 20rpx;
  44. position: relative;
  45. }
  46. .box .list view .notice{
  47. position: absolute;
  48. left: 110rpx;
  49. width: 28rpx;
  50. height: 28rpx;
  51. top: 4rpx;
  52. }
  53. .box .list view text{
  54. font-size:24rpx;
  55. font-family:PingFang-SC-Regular;
  56. font-weight:400;
  57. color:rgba(42,42,42,1);
  58. }
  59. .box .mode{
  60. width: 100%;
  61. display: flex;
  62. flex-direction: column;
  63. margin-top: 20rpx;
  64. align-items: center;
  65. border-radius: 20rpx;
  66. background: white;
  67. padding-top: 20rpx;
  68. }
  69. .box .mode .view{
  70. display: flex;
  71. align-items: center;
  72. justify-content: space-between;
  73. width: 85%;
  74. }
  75. .box .mode .view .left{
  76. display: flex;
  77. align-items: center;
  78. }
  79. .box .mode .view .left image{
  80. margin-right: 24rpx;
  81. }
  82. .box .mode .view .left text{
  83. font-size:24rpx;
  84. font-family:PingFang-SC-Regular;
  85. color:rgba(42,42,42,1);
  86. }
  87. .box .mode .view .right text{
  88. font-size:24rpx;
  89. font-family:PingFang-SC-Regular;
  90. font-weight:400;
  91. color:rgba(153,153,153,1);
  92. }
  93. .box .mode .view .right1{
  94. display: flex;
  95. align-items: center;
  96. font-size:24rpx;
  97. font-family:PingFang-SC-Regular;
  98. font-weight:400;
  99. color:rgba(153,153,153,1);
  100. margin-right: -20rpx;
  101. }
  102. .box .mode .view:nth-of-type(1){
  103. padding-bottom: 25rpx;
  104. border-bottom: 2rpx solid #F4F4F4;
  105. }
  106. .box .mode .view:nth-of-type(2){
  107. padding-top: 20rpx;
  108. padding-bottom: 20rpx;
  109. border-bottom: 2rpx solid #F4F4F4;
  110. }
  111. .box .mode .view:nth-of-type(3){
  112. padding-top: 20rpx;
  113. padding-bottom: 20rpx;
  114. border-bottom: 2rpx solid #F4F4F4;
  115. }
  116. .box .mode .view:nth-of-type(4){
  117. padding-top: 20rpx;
  118. padding-bottom: 20rpx;
  119. border-bottom: 2rpx solid #F4F4F4;
  120. }
  121. .box .payment{
  122. width: 100%;
  123. display: flex;
  124. align-items: center;
  125. height: 100rpx;
  126. background: white;
  127. border-radius: 20rpx;
  128. margin-top: 20rpx;
  129. justify-content: space-between;
  130. position: relative;
  131. font-size: 24rpx;
  132. font-family: PingFang-SC-Regular;
  133. font-weight: 400;
  134. }
  135. .box .payment image{
  136. position: absolute;
  137. right: 5%;
  138. }
  139. .box .money{
  140. font-size:24rpx;
  141. font-family:PingFang-SC-Regular;
  142. font-weight:400;
  143. color:rgba(42,42,42,1);
  144. padding-left: 42rpx;
  145. }
  146. .box .money text{
  147. font-size: 44rpx;
  148. font-weight: 800;
  149. }
  150. .box .coupon_money{
  151. width: 87%;
  152. display: flex;
  153. align-items: center;
  154. font-size:22rpx;
  155. font-family:PingFang SC;
  156. font-weight:400;
  157. }
  158. .box .system_off_lock{
  159. width:100%;
  160. height:100rpx;
  161. background:#FAF8DC;
  162. display: flex;
  163. align-items: center;
  164. justify-content: center;
  165. z-index: 999;
  166. position: fixed;
  167. bottom: 100rpx;
  168. left: 0rpx;
  169. color: #D58548;
  170. font-size: 26rpx;
  171. }
  172. .box .payment_type{
  173. position: fixed;
  174. z-index: 9999;
  175. left: 0rpx;
  176. width: 100%;
  177. bottom: 0rpx;
  178. margin: 0 !important;
  179. border-radius: 20rpx 30rpx 0rpx 0rpx !important;
  180. padding-bottom: 30rpx;
  181. }
  182. .box .cancel{
  183. position: absolute;
  184. right: 35rpx;
  185. top: 28rpx;
  186. }
  187. .box .payment_type .view1{
  188. width: 85%;
  189. display: flex;
  190. align-items: center;
  191. justify-content: center;
  192. background: red;
  193. font-size: 28rpx;
  194. height: 80rpx;
  195. border-radius: 40rpx;
  196. color: white;
  197. }
  198. .box .payment_type .view:nth-of-type(1){
  199. padding-bottom: 30rpx !important;
  200. }
  201. .box .payment_type .view:nth-of-type(2){
  202. padding: 40rpx 0rpx !important;
  203. }
  204. .box .payment_type .view:nth-of-type(3){
  205. padding-top: 40rpx !important;
  206. padding-bottom: 70rpx !important;
  207. border: none !important;
  208. }
  209. .box .payment_type .top{
  210. font-size:34rpx;
  211. font-family:PingFang SC;
  212. font-weight:bold;
  213. color:rgba(42,42,42,1);
  214. padding-top: 34rpx;
  215. width: 85%;
  216. padding-bottom: 30rpx;
  217. }
  218. .box .fixed{
  219. width:100%;
  220. height:100rpx;
  221. background:white;
  222. display: flex;
  223. align-items: center;
  224. justify-content: space-between;
  225. z-index: 999;
  226. position: fixed;
  227. bottom: 0rpx;
  228. left: 0rpx;
  229. border-top: 2rpx solid #f4f4f4;
  230. }
  231. .box .fixed .btn{
  232. width:240rpx;
  233. height:70rpx;
  234. background:rgba(24,213,185,1);
  235. border-radius:10rpx;
  236. display: flex;
  237. align-items: center;
  238. justify-content: center;
  239. font-size:32rpx;
  240. font-family:PingFang-SC-Regular;
  241. font-weight:400;
  242. color:rgba(255,254,254,1);
  243. margin-right: 42rpx;
  244. }
  245. .box .di{
  246. display: flex;
  247. align-items: center;
  248. margin-top: 30rpx;
  249. }
  250. .box .di text{
  251. font-size:28rpx;
  252. font-family:PingFang-SC-Regular;
  253. font-weight:400;
  254. color:rgba(24,213,185,1);
  255. padding-left: 10rpx;
  256. }
  257. .retry {
  258. width: 162rpx;
  259. height: 58rpx;
  260. display: flex;
  261. align-items: center;
  262. justify-content: center;
  263. background-image: url('http://resource.bike.hanyiyun.com/weapp/intro.png');
  264. background-size: 100% 100%;
  265. margin-top:54rpx;
  266. margin-bottom: -110rpx;
  267. z-index: 100;
  268. }
  269. .retry .introCon {
  270. font-size:24rpx;
  271. font-family:PingFang SC;
  272. color:rgba(255,255,255,1);
  273. position: absolute;
  274. letter-spacing: 5rpx;
  275. z-index: 1111;
  276. padding-bottom: 10rpx;
  277. padding-left: 20rpx;
  278. display: flex;
  279. justify-content: space-around;
  280. }
  281. .repair{
  282. position: fixed;
  283. right: 0rpx;
  284. bottom: 40%;
  285. }
  286. .maskLayer{
  287. z-index: 8887;
  288. position: fixed;
  289. top: 0rpx;
  290. left: 0rpx;
  291. right: 0rpx;
  292. bottom: 0rpx;
  293. width: 100%;
  294. height: 100%;
  295. background: #333;
  296. opacity: .5;
  297. }
  298. .choose{
  299. z-index: 99999;
  300. position: fixed;
  301. bottom: 0rpx;
  302. width: 100%;
  303. display: flex;
  304. flex-wrap: wrap;
  305. border-radius:20rpx 20rpx 0px 0px;
  306. background: #F1F1F1;
  307. }
  308. .choose .top{
  309. width: 100%;
  310. display: flex;
  311. flex-direction: column;
  312. align-items: center;
  313. background: white;
  314. border-radius:20rpx 20rpx 0px 0px;
  315. padding-bottom: 20rpx;
  316. position: relative;
  317. }
  318. .choose .hideModal{
  319. position: absolute;
  320. top: 18rpx;
  321. right: 20rpx;
  322. z-index: 9999;
  323. }
  324. .choose .top .title1{
  325. font-size:34rpx;
  326. font-family:PingFang SC;
  327. font-weight:bold;
  328. color:rgba(42,42,42,1);
  329. padding-top: 34rpx;
  330. width: 92%;
  331. padding-bottom: 30rpx;
  332. }
  333. .choose .top .coupon{
  334. width: 100%;
  335. display: flex;
  336. align-items: center;
  337. }
  338. .choose .top .coupon .view{
  339. width: 50%;
  340. display: flex;
  341. flex-direction: column;
  342. align-items: center;
  343. font-size:28rpx;
  344. font-family:PingFang SC;
  345. font-weight:500;
  346. color:rgba(42,42,42,1);
  347. }
  348. .choose .top .coupon .view .active{
  349. width:86rpx;
  350. height:17rpx;
  351. background:linear-gradient(53deg,rgba(255,81,33,1) ,rgba(249,129,12,1),white);
  352. margin-top: 15rpx;
  353. }
  354. .choose .top .coupon .view text:nth-of-type(2){
  355. width:86rpx;
  356. height:17rpx;
  357. margin-top: 15rpx;
  358. }
  359. .choose .couponList{
  360. background:#F1F1F1;
  361. width: 100%;
  362. padding-bottom: 130rpx;
  363. height: 466rpx;
  364. }
  365. .choose .couponList .item{
  366. background-image: url('http://resource.bike.hanyiyun.com/weapp/coupon.png');
  367. background-size: 100% 100%;
  368. width: 690rpx;
  369. height: 166rpx;
  370. margin-top: 22rpx !important;
  371. display: flex;
  372. align-items: center;
  373. margin: 0 auto;
  374. position: relative;
  375. }
  376. .choose .couponList .item .right_top{
  377. width: 64rpx;
  378. height: 64rpx;
  379. position: absolute;
  380. top: 0rpx;
  381. right: 0rpx;
  382. }
  383. .choose .couponList .item1{
  384. background-image: url('http://resource.bike.hanyiyun.com/weapp/invalid_coupon.png') !important;
  385. position: relative;
  386. }
  387. .choose .couponList .item1 .overdue{
  388. position: absolute;
  389. width: 102rpx;
  390. height: 102rpx;
  391. right: 40rpx;
  392. }
  393. .choose .couponList .item .left{
  394. font-size:42rpx;
  395. font-family:Source Han Sans SC;
  396. font-weight:800;
  397. color:rgba(255,255,255,1);
  398. display: flex;
  399. align-items: center;
  400. justify-content: center;
  401. width: 33.5%;
  402. }
  403. .choose .couponList .item .right{
  404. display: flex;
  405. flex-direction: column;
  406. position: absolute;
  407. left: 282rpx;
  408. top: 50rpx;
  409. }
  410. .choose .couponList .item .right view{
  411. display: flex;
  412. align-items: center;
  413. padding-top: 18rpx;
  414. }
  415. .choose .couponList .item .right view text{
  416. font-size:24rpx;
  417. font-family:PingFang SC;
  418. font-weight:400;
  419. color:rgba(42,42,42,1);
  420. opacity:0.6;
  421. }
  422. .choose .choose_botton{
  423. width: 100%;
  424. display: flex;
  425. align-items: center;
  426. justify-content: center;
  427. background: white;
  428. position: absolute;
  429. bottom: 0rpx;
  430. left: 0rpx;
  431. height: 100rpx;
  432. }
  433. .choose .choose_botton view{
  434. width: 92%;
  435. display: flex;
  436. align-items: center;
  437. justify-content: center;
  438. font-size: 28rpx;
  439. color: white;
  440. background: red;
  441. height: 80rpx;
  442. border-radius: 40rpx;
  443. }
  444. .box .box_bottom{
  445. width: 100%;
  446. border-radius: 20rpx;
  447. background: white;
  448. display: flex;
  449. flex-direction: column;
  450. align-items: center;
  451. margin-top: 20rpx;
  452. padding-top: 30rpx;
  453. }
  454. .box .box_bottom view{
  455. width: 85%;
  456. display: flex;
  457. align-items: center;
  458. justify-content: space-between;
  459. font-size: 24rpx;
  460. position: relative;
  461. }
  462. .box .box_bottom view:nth-of-type(1){
  463. padding: 0rpx 0rpx 25rpx 0rpx;
  464. }
  465. .box .box_bottom view{
  466. padding: 20rpx 0rpx;
  467. border-bottom: 2rpx solid #F4F4F4;
  468. }
  469. .box .box_bottom image{
  470. margin-right: -20rpx;
  471. }
  472. .box .box_bottom .right{
  473. position: absolute;
  474. right: 0;
  475. }
  476. .box .notice_background{
  477. z-index: 8887;
  478. position: fixed;
  479. top: 0rpx;
  480. left: 0rpx;
  481. right: 0rpx;
  482. bottom: 0rpx;
  483. width: 100%;
  484. height: 100%;
  485. background: #333;
  486. opacity: .5;
  487. }
  488. .box .notice_model{
  489. background-color: #fff;
  490. left: 15%;
  491. margin-top: -260rpx;
  492. position: fixed;
  493. top: 50%;
  494. width: 260px;
  495. /* height: 260px; */
  496. padding-bottom: 30rpx;
  497. z-index: 8888;
  498. display: flex;
  499. flex-direction: column;
  500. align-items: center;
  501. border-radius: 15rpx;
  502. }
  503. .box .notice_model .btn{
  504. display: flex;
  505. align-items: center;
  506. justify-content: center;
  507. background: red;
  508. border-radius: 40rpx;
  509. height: 70rpx;
  510. color: white;
  511. width: 80%;
  512. font-size: 26rpx;
  513. margin-top: 70rpx;
  514. }
  515. .box .no_dataYes{
  516. width: 100%;
  517. height: 100%;
  518. display: flex;
  519. flex-direction: column;
  520. align-items: center;
  521. justify-content: center;
  522. font-size:26rpx;
  523. font-family:PingFang SC;
  524. font-weight:500;
  525. color:rgba(101,103,103,1);
  526. }
  527. .box .notice_model .title1{
  528. font-size:32rpx;
  529. font-family:PingFang SC;
  530. font-weight:bold;
  531. color:rgba(31,31,31,1);
  532. width: 90%;
  533. padding: 30rpx 0rpx;
  534. display: flex;
  535. justify-content: center;
  536. }
  537. .box .notice_model .content{
  538. font-size: 26rpx;
  539. color: #333;
  540. width: 90%;
  541. display: flex;
  542. flex-direction: column;
  543. }
  544. .box .notice_model .content text{
  545. padding-top: 30rpx;
  546. }