index.less 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  1. .orderPage {
  2. .orderBox {
  3. width: 100%;
  4. height: calc(100% - 44px);
  5. overflow: auto;
  6. overflow-x: hidden;
  7. .main3 {
  8. width: 100%;
  9. height: 54px;
  10. background: rgba(255, 255, 255, 1) url("../../assets/home/line.png") bottom center no-repeat;
  11. background-size: 100% auto;
  12. margin-bottom: 21px;
  13. .outer1 {
  14. width: 100%;
  15. .group4 {
  16. width: 100%;
  17. height: 17px;
  18. padding: 0 14px;
  19. .ImageText1 {
  20. height: 16px;
  21. margin-top: 1px;
  22. width: 87px;
  23. .outer2 {
  24. width: 87px;
  25. height: 16px;
  26. .block1 {
  27. width: 14px;
  28. height: 16px;
  29. background: url("../../assets/home/titleIcon.png") top center no-repeat;
  30. background-size: 100%;
  31. }
  32. .TextGroup1 {
  33. height: 14px;
  34. margin-top: 2px;
  35. width: 65px;
  36. .txt1 {
  37. width: 65px;
  38. height: 14px;
  39. overflow-wrap: break-word;
  40. color: rgba(64, 77, 116, 1);
  41. font-size: 15px;
  42. font-family: PingFangSC-Semibold;
  43. text-align: left;
  44. white-space: nowrap;
  45. line-height: 15px;
  46. display: block;
  47. }
  48. }
  49. }
  50. }
  51. .ImageText2 {
  52. height: 16px;
  53. width: 39px;
  54. .group5 {
  55. width: 39px;
  56. height: 16px;
  57. .icon2 {
  58. width: 14px;
  59. height: 14px;
  60. margin-top: 1px;
  61. }
  62. .TextGroup2 {
  63. height: 16px;
  64. width: 22px;
  65. .txt2 {
  66. width: 22px;
  67. height: 16px;
  68. overflow-wrap: break-word;
  69. color: rgba(64, 77, 116, 1);
  70. font-size: 11px;
  71. text-align: center;
  72. white-space: nowrap;
  73. line-height: 16px;
  74. display: block;
  75. }
  76. }
  77. }
  78. }
  79. }
  80. }
  81. }
  82. .outer5 {
  83. background: url("../../assets/home/outer.png") top center no-repeat;
  84. background-size: 100% 100%;
  85. width: 100%;
  86. margin-top: 20px;
  87. .block5 {
  88. width: 100%;
  89. padding: 0 30px;
  90. .outerBox {
  91. margin: 21px 0;
  92. }
  93. .main4 {
  94. width: 33%;
  95. height: 58px;
  96. .main5 {
  97. width: 100%;
  98. height: 30px;
  99. .word8 {
  100. width: 14px;
  101. height: 20px;
  102. overflow-wrap: break-word;
  103. color: rgba(223, 94, 76, 1);
  104. font-size: 14px;
  105. font-family: PingFangSC-Semibold;
  106. text-align: center;
  107. white-space: nowrap;
  108. line-height: 20px;
  109. margin-top: 8px;
  110. display: block;
  111. }
  112. .word9 {
  113. // width: 49px;
  114. height: 30px;
  115. overflow-wrap: break-word;
  116. color: rgba(223, 94, 76, 1);
  117. font-size: 22px;
  118. font-family: PingFangSC-Semibold;
  119. text-align: center;
  120. white-space: nowrap;
  121. line-height: 30px;
  122. margin-left: -1px;
  123. display: block;
  124. }
  125. }
  126. .info5 {
  127. width: 100%;
  128. height: 17px;
  129. overflow-wrap: break-word;
  130. color: rgba(135, 135, 166, 1);
  131. font-size: 12px;
  132. text-align: center;
  133. white-space: nowrap;
  134. line-height: 17px;
  135. display: block;
  136. margin-top: 11px;
  137. }
  138. }
  139. .TextGroup7 {
  140. height: 58px;
  141. width: 33%;
  142. .mod3 {
  143. width: 100%;
  144. height: 58px;
  145. align-items: center;
  146. .txt8 {
  147. height: 30px;
  148. overflow-wrap: break-word;
  149. color: rgba(223, 94, 76, 1);
  150. font-size: 22px;
  151. font-family: PingFangSC-Semibold;
  152. text-align: center;
  153. white-space: nowrap;
  154. line-height: 30px;
  155. display: block;
  156. }
  157. .info6 {
  158. height: 17px;
  159. overflow-wrap: break-word;
  160. color: rgba(135, 135, 166, 1);
  161. font-size: 12px;
  162. text-align: center;
  163. white-space: nowrap;
  164. line-height: 17px;
  165. margin-top: 11px;
  166. display: block;
  167. }
  168. }
  169. }
  170. .TextGroup8 {
  171. height: 58px;
  172. width: 33%;
  173. .outer6 {
  174. width: 100%;
  175. height: 58px;
  176. align-items: center;
  177. .txt9 {
  178. height: 30px;
  179. overflow-wrap: break-word;
  180. color: rgba(223, 94, 76, 1);
  181. font-size: 22px;
  182. font-family: PingFangSC-Semibold;
  183. text-align: center;
  184. white-space: nowrap;
  185. line-height: 30px;
  186. display: block;
  187. }
  188. .word10 {
  189. height: 17px;
  190. overflow-wrap: break-word;
  191. color: rgba(135, 135, 166, 1);
  192. font-size: 12px;
  193. text-align: center;
  194. white-space: nowrap;
  195. line-height: 17px;
  196. margin-top: 11px;
  197. display: block;
  198. }
  199. }
  200. }
  201. }
  202. }
  203. .group7 {
  204. height: 54px;
  205. margin-top: 10px;
  206. width: 100%;
  207. background: rgba(255, 255, 255, 1) url("../../assets/home/line.png") bottom center no-repeat;
  208. background-size: 100% auto;
  209. .main9 {
  210. width: 100%;
  211. .wrap1 {
  212. width: 100%;
  213. height: 19px;
  214. padding: 0 14px;
  215. .ImageText7 {
  216. height: 18px;
  217. margin-top: 1px;
  218. width: 79px;
  219. .mod5 {
  220. width: 79px;
  221. height: 18px;
  222. .block3 {
  223. width: 16px;
  224. height: 18px;
  225. background: url('../../assets/order/orderIcon.png') top center no-repeat;
  226. background-size: 100%;
  227. }
  228. .TextGroup7 {
  229. height: 14px;
  230. margin-top: 3px;
  231. width: 56px;
  232. .info3 {
  233. width: 56px;
  234. height: 14px;
  235. overflow-wrap: break-word;
  236. color: rgba(64, 77, 116, 1);
  237. font-size: 14px;
  238. font-family: PingFangSC-Semibold;
  239. text-align: left;
  240. white-space: nowrap;
  241. line-height: 14px;
  242. display: block;
  243. }
  244. }
  245. }
  246. }
  247. .ImageText8 {
  248. height: 16px;
  249. .bd3 {
  250. height: 16px;
  251. .info4 {
  252. height: 16px;
  253. overflow-wrap: break-word;
  254. color: rgba(64, 77, 116, 1);
  255. font-size: 11px;
  256. text-align: center;
  257. white-space: nowrap;
  258. line-height: 16px;
  259. display: block;
  260. }
  261. .outer3 {
  262. width: 16px;
  263. height: 16px;
  264. background: url('../../assets/order/gotoRight.png') top center no-repeat;
  265. background-size: 100%;
  266. }
  267. }
  268. }
  269. }
  270. }
  271. }
  272. .section1 {
  273. width: 100%;
  274. .group8 {
  275. background-color: rgba(255, 255, 255, 1);
  276. margin-top: -1px;
  277. width: 100%;
  278. position: relative;
  279. .section4 {
  280. width: 100%;
  281. margin-top: 13px;
  282. .section5 {
  283. width: 100%;
  284. padding: 14px;
  285. position: relative;
  286. .sugerPhto {
  287. width: 20%;
  288. }
  289. .sugerImg {
  290. width: 100%;
  291. }
  292. .main10 {
  293. width: 16px;
  294. height: 16px;
  295. background: url('../../assets/order/time.png') top center no-repeat;
  296. background-size: 100%;
  297. }
  298. .TextGroup9 {
  299. height: 71px;
  300. width: 236px;
  301. margin: 31px 0 0 -70px;
  302. .outer4 {
  303. width: 236px;
  304. height: 71px;
  305. .txt10 {
  306. width: 236px;
  307. height: 13px;
  308. overflow-wrap: break-word;
  309. color: rgba(64, 77, 116, 1);
  310. font-size: 14px;
  311. text-align: left;
  312. white-space: nowrap;
  313. line-height: 14px;
  314. display: block;
  315. }
  316. }
  317. }
  318. .txt11 {
  319. overflow-wrap: break-word;
  320. color: rgba(135, 135, 166, 1);
  321. font-size: 13px;
  322. text-align: left;
  323. white-space: nowrap;
  324. display: block;
  325. margin-left: 6px;
  326. }
  327. .pricBox {
  328. padding-right: 20px;
  329. &.orderError {
  330. .info5 {
  331. color: #df5e4c;
  332. }
  333. .word12 {
  334. color: #df5e4c;
  335. }
  336. .word14 {
  337. color: #df5e4c;
  338. }
  339. }
  340. }
  341. .txt9 {
  342. height: 13px;
  343. overflow-wrap: break-word;
  344. color: rgba(64, 77, 116, 1);
  345. font-size: 14px;
  346. text-align: left;
  347. white-space: nowrap;
  348. line-height: 14px;
  349. display: block;
  350. }
  351. .info5 {
  352. height: 20px;
  353. overflow-wrap: break-word;
  354. color: rgba(77, 193, 147, 1);
  355. font-size: 14px;
  356. font-family: PingFangSC-Semibold;
  357. text-align: center;
  358. white-space: nowrap;
  359. line-height: 20px;
  360. display: block;
  361. padding-right: 0.5em;
  362. }
  363. .word12 {
  364. height: 30px;
  365. overflow-wrap: break-word;
  366. color: rgba(77, 193, 147, 1);
  367. font-size: 22px;
  368. font-family: PingFangSC-Semibold;
  369. text-align: left;
  370. white-space: nowrap;
  371. line-height: 30px;
  372. display: block;
  373. }
  374. .word14 {
  375. width: 65px;
  376. height: 13px;
  377. overflow-wrap: break-word;
  378. color: rgba(229, 154, 109, 1);
  379. font-size: 14px;
  380. font-family: PingFangSC-Medium;
  381. text-align: left;
  382. white-space: nowrap;
  383. line-height: 14px;
  384. display: block;
  385. }
  386. .word11 {
  387. height: 13px;
  388. overflow-wrap: break-word;
  389. color: rgba(64, 77, 116, 1);
  390. font-size: 14px;
  391. text-align: left;
  392. white-space: nowrap;
  393. line-height: 14px;
  394. margin-top: 30px;
  395. margin-bottom: 10px;
  396. display: block;
  397. }
  398. .word13 {
  399. height: 14px;
  400. width: 50%;
  401. overflow-wrap: break-word;
  402. color: rgba(64, 77, 116, 1);
  403. font-size: 14px;
  404. text-align: left;
  405. // white-space: nowrap;
  406. line-height: 14px;
  407. display: block;
  408. margin-top: 30px;
  409. margin-bottom: 10px;
  410. margin-left: 20px;
  411. overflow: hidden;
  412. text-overflow: ellipsis;
  413. white-space: nowrap;
  414. }
  415. .main11 {
  416. position: absolute;
  417. top: 10px;
  418. right: 10px;
  419. width: 60px;
  420. height: 60px;
  421. &.orderSuccess {
  422. background: url('../../assets/order/paySuccess.png') top center no-repeat;
  423. background-size: 100%;
  424. }
  425. &.orderError {
  426. background: url('../../assets/order/payError.png') top center no-repeat;
  427. background-size: 100%;
  428. }
  429. &.refunding {
  430. background: url('../../assets/order/refunding.png') top center no-repeat;
  431. background-size: 100%;
  432. }
  433. &.refunded {
  434. background: url('../../assets/order/refunded.png') top center no-repeat;
  435. background-size: 100%;
  436. }
  437. }
  438. }
  439. .section6 {
  440. width: 100%;
  441. height: 1px;
  442. background: url('../../assets/order/itemLine.png') top center no-repeat;
  443. background-size: 100%;
  444. }
  445. .section7 {
  446. width: 338px;
  447. height: 44px;
  448. margin: 13px 0 0 14px;
  449. .group9 {
  450. width: 236px;
  451. height: 38px;
  452. margin-top: 6px;
  453. .outer5 {
  454. width: 140px;
  455. height: 16px;
  456. .layer7 {
  457. width: 16px;
  458. height: 16px;
  459. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngf0fedb3fc3dbdc10a886621868873208ec0ecef570507ef8726e6b5d46cc8da2) 100% no-repeat;
  460. }
  461. .word15 {
  462. width: 119px;
  463. height: 13px;
  464. overflow-wrap: break-word;
  465. color: rgba(135, 135, 166, 1);
  466. font-size: 13px;
  467. text-align: left;
  468. white-space: nowrap;
  469. line-height: 13px;
  470. margin-top: 1px;
  471. display: block;
  472. }
  473. }
  474. .word16 {
  475. width: 236px;
  476. height: 13px;
  477. overflow-wrap: break-word;
  478. color: rgba(64, 77, 116, 1);
  479. font-size: 14px;
  480. text-align: left;
  481. white-space: nowrap;
  482. line-height: 14px;
  483. margin-top: 9px;
  484. display: block;
  485. }
  486. }
  487. .group10 {
  488. background-color: rgba(255, 255, 255, 1);
  489. border-radius: 50%;
  490. height: 40px;
  491. border: 1px solid rgba(77, 193, 147, 1);
  492. width: 40px;
  493. .outer6 {
  494. background-color: rgba(255, 255, 255, 1);
  495. border-radius: 50%;
  496. width: 36px;
  497. height: 36px;
  498. border: 1px solid rgba(77, 193, 147, 0.5);
  499. margin: 2px 0 0 2px;
  500. }
  501. }
  502. }
  503. .section8 {
  504. width: 337px;
  505. height: 14px;
  506. margin: 10px 0 0 14px;
  507. .info6 {
  508. width: 134px;
  509. height: 13px;
  510. overflow-wrap: break-word;
  511. color: rgba(64, 77, 116, 1);
  512. font-size: 14px;
  513. text-align: left;
  514. white-space: nowrap;
  515. line-height: 14px;
  516. display: block;
  517. }
  518. .info7 {
  519. width: 182px;
  520. height: 13px;
  521. overflow-wrap: break-word;
  522. color: rgba(64, 77, 116, 1);
  523. font-size: 14px;
  524. text-align: left;
  525. white-space: nowrap;
  526. line-height: 14px;
  527. margin-top: 1px;
  528. display: block;
  529. }
  530. }
  531. .section9 {
  532. width: 298px;
  533. height: 30px;
  534. margin: 4px 0 0 14px;
  535. .word17 {
  536. width: 70px;
  537. height: 13px;
  538. overflow-wrap: break-word;
  539. color: rgba(64, 77, 116, 1);
  540. font-size: 14px;
  541. text-align: left;
  542. white-space: nowrap;
  543. line-height: 14px;
  544. margin-top: 11px;
  545. display: block;
  546. }
  547. .info8 {
  548. width: 14px;
  549. height: 20px;
  550. overflow-wrap: break-word;
  551. color: rgba(77, 193, 147, 1);
  552. font-size: 14px;
  553. font-family: PingFangSC-Semibold;
  554. text-align: center;
  555. white-space: nowrap;
  556. line-height: 20px;
  557. display: block;
  558. margin: 8px 0 0 2px;
  559. }
  560. .txt12 {
  561. width: 53px;
  562. height: 30px;
  563. overflow-wrap: break-word;
  564. color: rgba(77, 193, 147, 1);
  565. font-size: 22px;
  566. font-family: PingFangSC-Semibold;
  567. text-align: left;
  568. white-space: nowrap;
  569. line-height: 30px;
  570. display: block;
  571. }
  572. .txt13 {
  573. width: 73px;
  574. height: 13px;
  575. overflow-wrap: break-word;
  576. color: rgba(229, 154, 109, 1);
  577. font-size: 14px;
  578. font-family: PingFangSC-Medium;
  579. text-align: left;
  580. white-space: nowrap;
  581. line-height: 14px;
  582. display: block;
  583. margin: 11px 0 0 86px;
  584. }
  585. }
  586. .section10 {
  587. width: 375px;
  588. height: 1px;
  589. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng8947935ab81635fdedd8124b11e305eef66286421b69c84fef22233014a3fa9a) 0px -1px no-repeat;
  590. margin-top: 20px;
  591. }
  592. .section11 {
  593. width: 338px;
  594. height: 102px;
  595. margin: 13px 0 0 14px;
  596. .group11 {
  597. width: 16px;
  598. height: 16px;
  599. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngf0fedb3fc3dbdc10a886621868873208ec0ecef570507ef8726e6b5d46cc8da2) 100% no-repeat;
  600. margin-top: 6px;
  601. }
  602. .word18 {
  603. width: 56px;
  604. height: 13px;
  605. overflow-wrap: break-word;
  606. color: rgba(64, 77, 116, 1);
  607. font-size: 14px;
  608. text-align: left;
  609. white-space: nowrap;
  610. line-height: 14px;
  611. display: block;
  612. margin: 83px 0 0 -16px;
  613. }
  614. .TextGroup10 {
  615. height: 71px;
  616. width: 236px;
  617. margin: 31px 0 0 -56px;
  618. .group12 {
  619. width: 236px;
  620. height: 71px;
  621. .info9 {
  622. width: 236px;
  623. height: 13px;
  624. overflow-wrap: break-word;
  625. color: rgba(64, 77, 116, 1);
  626. font-size: 14px;
  627. text-align: left;
  628. white-space: nowrap;
  629. line-height: 14px;
  630. display: block;
  631. }
  632. .info10 {
  633. width: 134px;
  634. height: 13px;
  635. overflow-wrap: break-word;
  636. color: rgba(64, 77, 116, 1);
  637. font-size: 14px;
  638. text-align: left;
  639. white-space: nowrap;
  640. line-height: 14px;
  641. margin-top: 10px;
  642. display: block;
  643. }
  644. .word19 {
  645. width: 49px;
  646. height: 30px;
  647. overflow-wrap: break-word;
  648. color: rgba(223, 94, 76, 1);
  649. font-size: 22px;
  650. font-family: PingFangSC-Semibold;
  651. text-align: left;
  652. white-space: nowrap;
  653. line-height: 30px;
  654. display: block;
  655. margin: 5px 0 0 68px;
  656. }
  657. }
  658. }
  659. .word20 {
  660. width: 119px;
  661. height: 13px;
  662. overflow-wrap: break-word;
  663. color: rgba(135, 135, 166, 1);
  664. font-size: 13px;
  665. text-align: left;
  666. white-space: nowrap;
  667. line-height: 13px;
  668. display: block;
  669. margin: 7px 0 0 -215px;
  670. }
  671. .word21 {
  672. width: 14px;
  673. height: 20px;
  674. overflow-wrap: break-word;
  675. color: rgba(223, 94, 76, 1);
  676. font-size: 14px;
  677. font-family: PingFangSC-Semibold;
  678. text-align: center;
  679. white-space: nowrap;
  680. line-height: 20px;
  681. display: block;
  682. margin: 80px 0 0 -86px;
  683. }
  684. .txt14 {
  685. width: 182px;
  686. height: 13px;
  687. overflow-wrap: break-word;
  688. color: rgba(64, 77, 116, 1);
  689. font-size: 14px;
  690. text-align: left;
  691. white-space: nowrap;
  692. line-height: 14px;
  693. display: block;
  694. margin: 55px 0 0 87px;
  695. }
  696. .word22 {
  697. width: 65px;
  698. height: 13px;
  699. overflow-wrap: break-word;
  700. color: rgba(223, 94, 76, 1);
  701. font-size: 14px;
  702. font-family: PingFangSC-Medium;
  703. text-align: left;
  704. white-space: nowrap;
  705. line-height: 14px;
  706. display: block;
  707. margin: 83px 0 0 -112px;
  708. }
  709. .group13 {
  710. background-color: rgba(255, 255, 255, 1);
  711. border-radius: 50%;
  712. height: 40px;
  713. border: 1px solid rgba(223, 94, 76, 1);
  714. margin-left: 8px;
  715. width: 40px;
  716. .group14 {
  717. background-color: rgba(255, 255, 255, 1);
  718. border-radius: 50%;
  719. width: 36px;
  720. height: 36px;
  721. border: 1px solid rgba(223, 94, 76, 0.5);
  722. margin: 2px 0 0 2px;
  723. }
  724. }
  725. }
  726. .section12 {
  727. width: 375px;
  728. height: 1px;
  729. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng8947935ab81635fdedd8124b11e305eef66286421b69c84fef22233014a3fa9a) 0px -1px no-repeat;
  730. margin-top: 20px;
  731. }
  732. }
  733. .section14 {
  734. background-color: rgba(255, 255, 255, 1);
  735. border-radius: 1px;
  736. z-index: 131;
  737. height: 27px;
  738. border: 1px solid rgba(77, 193, 147, 1);
  739. width: 50px;
  740. position: absolute;
  741. left: 307px;
  742. top: 156px;
  743. .txt15 {
  744. width: 42px;
  745. height: 23px;
  746. overflow-wrap: break-word;
  747. color: rgba(77, 193, 147, 1);
  748. font-size: 10px;
  749. text-align: left;
  750. line-height: 14px;
  751. overflow: hidden;
  752. text-overflow: ellipsis;
  753. display: block;
  754. margin: 2px 0 0 4px;
  755. }
  756. }
  757. .section15 {
  758. background-color: rgba(255, 255, 255, 1);
  759. border-radius: 1px;
  760. z-index: 148;
  761. height: 27px;
  762. border: 1px solid rgba(223, 94, 76, 1);
  763. width: 50px;
  764. position: absolute;
  765. left: 307px;
  766. top: 292px;
  767. .word24 {
  768. width: 32px;
  769. height: 21px;
  770. overflow-wrap: break-word;
  771. color: rgba(223, 94, 76, 1);
  772. font-size: 10px;
  773. text-align: left;
  774. line-height: 14px;
  775. overflow: hidden;
  776. text-overflow: ellipsis;
  777. display: block;
  778. margin: 3px 0 0 8px;
  779. }
  780. }
  781. }
  782. }
  783. }
  784. .refundBox {
  785. width: 100%;
  786. .section1 {
  787. background-color: rgba(255, 255, 255, 1);
  788. border-radius: 8px 8px 0px 0px;
  789. height: 395px;
  790. width: 100%;
  791. .group3 {
  792. width: 100%;
  793. height: 335px;
  794. padding: 30px 15px;
  795. .TextGroup1 {
  796. height: 71px;
  797. width: 100%;
  798. .outer1 {
  799. width: 98px;
  800. height: 71px;
  801. .txt4 {
  802. width: 98px;
  803. height: 13px;
  804. overflow-wrap: break-word;
  805. color: rgba(64, 77, 116, 1);
  806. font-size: 14px;
  807. font-family: PingFangSC-Medium;
  808. text-align: left;
  809. white-space: nowrap;
  810. line-height: 14px;
  811. display: block;
  812. }
  813. .info1 {
  814. width: 28px;
  815. height: 13px;
  816. overflow-wrap: break-word;
  817. color: rgba(64, 77, 116, 1);
  818. font-size: 14px;
  819. font-family: PingFangSC-Medium;
  820. text-align: left;
  821. white-space: nowrap;
  822. line-height: 14px;
  823. display: block;
  824. margin: 10px 0 0 35px;
  825. }
  826. .txt5 {
  827. width: 68px;
  828. height: 30px;
  829. overflow-wrap: break-word;
  830. color: rgba(223, 94, 76, 1);
  831. font-size: 22px;
  832. font-family: PingFangSC-Semibold;
  833. text-align: center;
  834. white-space: nowrap;
  835. line-height: 30px;
  836. display: block;
  837. margin: 5px 0 0 15px;
  838. }
  839. }
  840. }
  841. .layer1 {
  842. background-color: rgba(215, 215, 226, 1);
  843. border-radius: 2px;
  844. width: 100%;
  845. height: 1px;
  846. margin-top: 18px;
  847. }
  848. .layer2 {
  849. width: 250px;
  850. height: 18px;
  851. margin: 30px 0 0 15px;
  852. .info2 {
  853. width: 52px;
  854. height: 18px;
  855. overflow-wrap: break-word;
  856. color: rgba(135, 135, 166, 1);
  857. font-size: 13px;
  858. text-align: left;
  859. white-space: nowrap;
  860. line-height: 18px;
  861. display: block;
  862. }
  863. .txt6 {
  864. width: 158px;
  865. height: 18px;
  866. overflow-wrap: break-word;
  867. color: rgba(64, 77, 116, 1);
  868. font-size: 13px;
  869. text-align: left;
  870. white-space: nowrap;
  871. line-height: 18px;
  872. display: block;
  873. }
  874. }
  875. .layer3 {
  876. width: 183px;
  877. height: 18px;
  878. margin: 8px 0 0 15px;
  879. .word2 {
  880. width: 26px;
  881. height: 18px;
  882. overflow-wrap: break-word;
  883. color: rgba(135, 135, 166, 1);
  884. font-size: 13px;
  885. text-align: left;
  886. white-space: nowrap;
  887. line-height: 18px;
  888. display: block;
  889. }
  890. .info3 {
  891. width: 91px;
  892. height: 18px;
  893. overflow-wrap: break-word;
  894. color: rgba(64, 77, 116, 1);
  895. font-size: 13px;
  896. text-align: left;
  897. white-space: nowrap;
  898. line-height: 18px;
  899. display: block;
  900. }
  901. }
  902. .layer4 {
  903. width: 251px;
  904. height: 18px;
  905. margin: 8px 0 0 15px;
  906. .word3 {
  907. width: 52px;
  908. height: 18px;
  909. overflow-wrap: break-word;
  910. color: rgba(135, 135, 166, 1);
  911. font-size: 13px;
  912. text-align: left;
  913. white-space: nowrap;
  914. line-height: 18px;
  915. display: block;
  916. }
  917. .word4 {
  918. width: 159px;
  919. height: 18px;
  920. overflow-wrap: break-word;
  921. color: rgba(64, 77, 116, 1);
  922. font-size: 13px;
  923. text-align: left;
  924. white-space: nowrap;
  925. line-height: 18px;
  926. display: block;
  927. }
  928. }
  929. .layer5 {
  930. width: 131px;
  931. height: 18px;
  932. margin: 8px 0 0 15px;
  933. .txt7 {
  934. width: 26px;
  935. height: 18px;
  936. overflow-wrap: break-word;
  937. color: rgba(135, 135, 166, 1);
  938. font-size: 13px;
  939. text-align: left;
  940. white-space: nowrap;
  941. line-height: 18px;
  942. display: block;
  943. }
  944. .word5 {
  945. width: 39px;
  946. height: 18px;
  947. overflow-wrap: break-word;
  948. color: rgba(64, 77, 116, 1);
  949. font-size: 13px;
  950. text-align: left;
  951. white-space: nowrap;
  952. line-height: 18px;
  953. display: block;
  954. }
  955. }
  956. .layer6 {
  957. width: 144px;
  958. height: 18px;
  959. margin: 8px 0 0 15px;
  960. .word6 {
  961. width: 52px;
  962. height: 18px;
  963. overflow-wrap: break-word;
  964. color: rgba(135, 135, 166, 1);
  965. font-size: 13px;
  966. text-align: left;
  967. white-space: nowrap;
  968. line-height: 18px;
  969. display: block;
  970. }
  971. .word7 {
  972. width: 52px;
  973. height: 18px;
  974. overflow-wrap: break-word;
  975. color: rgba(64, 77, 116, 1);
  976. font-size: 13px;
  977. text-align: left;
  978. white-space: nowrap;
  979. line-height: 18px;
  980. display: block;
  981. }
  982. }
  983. .layer7 {
  984. width: 221px;
  985. height: 18px;
  986. margin: 8px 0 0 15px;
  987. .word8 {
  988. width: 52px;
  989. height: 18px;
  990. overflow-wrap: break-word;
  991. color: rgba(135, 135, 166, 1);
  992. font-size: 13px;
  993. text-align: left;
  994. white-space: nowrap;
  995. line-height: 18px;
  996. display: block;
  997. }
  998. .info4 {
  999. width: 129px;
  1000. height: 18px;
  1001. overflow-wrap: break-word;
  1002. color: rgba(64, 77, 116, 1);
  1003. font-size: 13px;
  1004. text-align: left;
  1005. white-space: nowrap;
  1006. line-height: 18px;
  1007. display: block;
  1008. }
  1009. }
  1010. .Button1 {
  1011. background-color: rgba(77, 106, 221, 1);
  1012. border-radius: 17px;
  1013. height: 34px;
  1014. width: 120px;
  1015. margin: 33px 0 0 113px;
  1016. text-align: center;
  1017. .info5 {
  1018. width: 60px;
  1019. overflow-wrap: break-word;
  1020. color: rgba(255, 255, 255, 1);
  1021. font-size: 15px;
  1022. font-family: PingFangSC-Medium;
  1023. text-align: center;
  1024. white-space: nowrap;
  1025. line-height: 34px;
  1026. display: block;
  1027. }
  1028. }
  1029. }
  1030. }
  1031. }
  1032. .cust_vantBorder {
  1033. display: flex;
  1034. justify-content: flex-end; /* 水平方向上右对齐 */
  1035. align-items: center; /* 垂直方向上居中对齐 */
  1036. flex-direction: column; /* 垂直方向上排列子元素 */
  1037. .inputAmount {
  1038. width: 100%;
  1039. }
  1040. }
  1041. }