pay.acss 9.6 KB

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