carIntroduce.css 16 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022
  1. .container {
  2. }
  3. .top-box {
  4. margin-top: 100rpx;
  5. }
  6. .top-item {
  7. position: relative;
  8. height: 380rpx;
  9. /* margin-top: -118rpx; */
  10. }
  11. .top-item >img {
  12. width: 100%;
  13. height: 380rpx;
  14. /* background: url('https://qiniu.bms16.com/FguJzvAGtd4AdhDKXVLUo7XiMxWQ') no-repeat;
  15. background-size: cover; */
  16. }
  17. .top-content {
  18. position: absolute;
  19. right: 50rpx;
  20. bottom: 100rpx;
  21. }
  22. .content-upper {
  23. align-items: flex-start;
  24. margin-bottom: 24rpx;
  25. }
  26. .content-upper > view:nth-of-type(1) {
  27. color: #2A3A5A;
  28. font-size: 36rpx;
  29. font-family: PingFangSC, PingFang SC;
  30. line-height: 36rpx;
  31. font-weight: 600;
  32. margin-bottom: 16rpx;
  33. }
  34. .plate-number {
  35. background-color: #F3F8FF;
  36. border-radius: 0rpx 24rpx 24rpx 0rpx;
  37. padding: 6rpx 24rpx 8rpx 16rpx;
  38. }
  39. .plate-number > view {
  40. color: #5E6F90;
  41. font-size: 26rpx;
  42. line-height: 26rpx;
  43. font-weight: 500;
  44. }
  45. .under-right {
  46. margin-left: 66rpx;
  47. }
  48. .under-left > view:nth-of-type(1),
  49. .under-right > view:nth-of-type(1) {
  50. color: #0074FF;
  51. font-size: 72rpx;
  52. font-family: DIN, DIN;
  53. line-height: 80rpx;
  54. font-weight: bold;
  55. margin-bottom: 12rpx;
  56. }
  57. .under-left > view:nth-of-type(1) > text,
  58. .under-right > view:nth-of-type(1) > text {
  59. font-size: 32rpx;
  60. }
  61. .content-under img {
  62. width: 128rpx;
  63. height: 30rpx;
  64. }
  65. .plan-info {
  66. padding: 48rpx 24rpx 40rpx 32rpx;
  67. background-color: #ffffff;
  68. margin-bottom: 16rpx;
  69. }
  70. .plan-info > view:nth-of-type(1) {
  71. color: #2A3A5A;
  72. font-size: 40rpx;
  73. font-weight: bold;
  74. margin-bottom: 32rpx;
  75. height: 40rpx;
  76. line-height: 40rpx;
  77. }
  78. .plan-type{
  79. width: 700rpx;
  80. position: relative;
  81. }
  82. .plan-type-1 {
  83. margin-bottom: 40rpx;
  84. width: 700rpx;
  85. overflow-y: auto;
  86. }
  87. .plan-type-1::after {
  88. content: "";
  89. position: absolute;
  90. top: 0;
  91. right: 0;
  92. bottom: 0;
  93. width: 10rpx;
  94. background-image: radial-gradient(at right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%);
  95. border-radius: 8rpx;
  96. }
  97. .plan-type > view:nth-of-type(3) {
  98. /* margin-right: 0rpx; */
  99. }
  100. .ptype-item {
  101. background-color: #E7F2FF;
  102. border-radius: 24rpx;
  103. border: 4rpx solid #E7F2FF;
  104. width: 204rpx;
  105. padding: 24rpx 12rpx;
  106. display: flex;
  107. width: 32%;
  108. margin-right: 10rpx;
  109. }
  110. .ptyped-item {
  111. background-color: #ffffff;
  112. border: 4rpx solid #0074FF;
  113. box-sizing: border-box;
  114. border-radius: 24rpx;
  115. /* width: 248rpx; */
  116. padding: 24rpx 12rpx;
  117. display: flex;
  118. align-items: center;
  119. width: 32%;
  120. margin-right: 10rpx;
  121. }
  122. .selectedPtype {
  123. /* width: 248rpx; */
  124. /* flex: 1; */
  125. height: 162rpx;
  126. /* display: flex;
  127. justify-content: space-between;
  128. align-items: flex-end; */
  129. background-color: #ffffff;
  130. border: 4rpx solid #0074FF;
  131. box-sizing: border-box;
  132. border-radius: 24rpx;
  133. padding: 20rpx 20rpx 32rpx;
  134. margin-right: 16rpx;
  135. }
  136. .selectptype {
  137. /* flex: 1; */
  138. /* width: 176rpx; */
  139. height: 162rpx;
  140. /* display: flex; */
  141. /* justify-content: space-between;
  142. align-items: flex-end; */
  143. background-color: #EEF6FF;
  144. border: 4rpx solid #EEF6FF;
  145. box-sizing: border-box;
  146. border-radius: 24rpx;
  147. padding: 20rpx 20rpx 32rpx;
  148. margin-right: 16rpx;
  149. }
  150. .ptype-title {
  151. font-weight: 500;
  152. font-size: 28rpx;
  153. text-align: center;
  154. color: #2A3A5A;
  155. }
  156. .ptype-text {
  157. color: #2A3A5A;
  158. }
  159. .ptype-text text {
  160. font-family: DIN, DIN;
  161. font-weight: bold;
  162. font-size: 64rpx;
  163. color: #2A3A5A;
  164. }
  165. .ptyped-text {
  166. font-family: DIN, DIN;
  167. font-weight: bold;
  168. font-size: 64rpx;
  169. /* color: #2A3A5A; */
  170. color: #F95151;
  171. }
  172. /* .ptyped-text text {
  173. font-size: 40rpx;
  174. } */
  175. .plan-time > view:nth-of-type(1) {
  176. color: #2A3A5A;
  177. font-size: 32rpx;
  178. font-weight: bold;
  179. }
  180. .quantity-count > input {
  181. width: 88rpx;
  182. height: 48rpx;
  183. border-radius: 24rpx;
  184. background-color: #F3F8FF;
  185. text-align: center;
  186. color: #2A3A5A;
  187. }
  188. .count-btn {
  189. width: 48rpx;
  190. height: 48rpx;
  191. vertical-align: middle;
  192. }
  193. .fbtn {
  194. color: #9FA7B7;
  195. margin-right: 16rpx;
  196. }
  197. .sbtn {
  198. /* color: #9FA7B7; */
  199. margin-left: 16rpx;
  200. }
  201. .coupon-info {
  202. margin-top: 32rpx;
  203. }
  204. .coupon-info > view:nth-of-type(1) {
  205. color: #2A3A5A;
  206. font-size: 32rpx;
  207. font-weight: bold;
  208. }
  209. .coupon-info > view:nth-of-type(2) {
  210. color: #F95151;
  211. font-size: 32rpx;
  212. }
  213. .coupon-info img {
  214. width: 28rpx;
  215. height: 28rpx;
  216. vertical-align: middle;
  217. margin-left: 8px;
  218. }
  219. .car-info {
  220. background-color: #ffffff;
  221. margin-top: 16rpx;
  222. padding: 48rpx 32rpx 40rpx;
  223. }
  224. .car-title > view:nth-of-type(1) {
  225. color: #2A3A5A;
  226. font-size: 40rpx;
  227. font-weight: bold;
  228. }
  229. .car-title > view:nth-of-type(2) {
  230. color: #9FA7B7;
  231. font-size: 32rpx;
  232. }
  233. .car-top {
  234. margin-top: 40rpx;
  235. margin-bottom: 32rpx;
  236. }
  237. .car-top > img {
  238. width: 144rpx;
  239. height: 144rpx;
  240. border-radius: 24rpx;
  241. margin-right: 24rpx;
  242. }
  243. .top-flex > view:nth-of-type(1) {
  244. color: #2A3A5A;
  245. font-size: 36rpx;
  246. margin-bottom: 16rpx;
  247. }
  248. .top-flex > view:nth-of-type(2) {
  249. color: #9FA7B7;
  250. font-size: 28rpx;
  251. margin-bottom: 24rpx;
  252. }
  253. .top-flex > view:nth-of-type(3) {
  254. color: #828DA2;
  255. font-size: 28rpx;
  256. }
  257. .top-flex > view:nth-of-type(3) img {
  258. vertical-align: middle;
  259. width: 32rpx;
  260. height: 32rpx;
  261. margin-right: 4rpx;
  262. }
  263. .car-bottom {
  264. border-radius: 16rpx;
  265. }
  266. .c-bottom-left {
  267. padding: 16rpx 34rpx 16rpx 24rpx;
  268. /* background: linear-gradient( 90deg, #ffffff, #D4E8FF); */
  269. background-color: #D4E8FF;
  270. position: relative;
  271. overflow: hidden;
  272. border: none;
  273. border-radius: 16rpx 0 0 16rpx;
  274. }
  275. .c-bottom-left:before {
  276. position: absolute;
  277. top: 0;
  278. right: -35rpx;
  279. width: 35rpx; /* 锐角部分宽度 */
  280. height: 100%;
  281. background-color: #ffffff;
  282. transform-origin: 100% 0;
  283. transform: skewX(-30deg); /* 锐角大小 */
  284. }
  285. .c-bottom-left img {
  286. vertical-align: middle;
  287. width: 32rpx;
  288. height: 32rpx;
  289. margin-right: 12rpx;
  290. }
  291. .car-bottom > view:nth-of-type(2) {
  292. width: 60%;
  293. color: #0074FF;
  294. font-size: 28rpx;
  295. border-radius: 0 16rpx 16rpx 0;
  296. display: flex;
  297. justify-content: flex-end;
  298. padding: 18rpx 16rpx 18rpx 0;
  299. background: linear-gradient( to right, #ffffff, #D4E8FF);
  300. }
  301. .car-bottom > view:nth-of-type(2) img {
  302. width: 28rpx;
  303. height: 28rpx;
  304. vertical-align: middle;
  305. margin-left: 12rpx;
  306. }
  307. .deposit-info {
  308. background-color: #ffffff;
  309. padding: 48rpx 32rpx 40rpx;
  310. margin-bottom: 16rpx;
  311. }
  312. .deposit-info > view:nth-of-type(1) {
  313. color: #2A3A5A;
  314. font-size: 40rpx;
  315. font-weight: bold;
  316. margin-bottom: 40rpx;
  317. }
  318. .select-deposit {
  319. background-color: #EEF6FF;
  320. border-radius: 16rpx;
  321. padding: 32rpx 24rpx;
  322. /* display: flex;
  323. justify-content: space-between; */
  324. }
  325. .selected-deposit {
  326. border: 4rpx solid #0074FF;
  327. box-sizing: border-box;
  328. border-radius: 16rpx;
  329. padding: 32rpx 24rpx;
  330. /* display: flex;
  331. justify-content: space-between; */
  332. }
  333. .deposit-item-tip{
  334. font-size: 24rpx;
  335. color: #828DA2;
  336. margin-top: 20rpx;
  337. }
  338. .deposit-item >view {
  339. color: #2A3A5A;
  340. font-size: 32rpx;
  341. font-weight: bold;
  342. }
  343. .deposit-item >view > text {
  344. color: #828DA2;
  345. font-weight: 400;
  346. }
  347. .select-img {
  348. width: 40rpx;
  349. height: 40rpx;
  350. margin-right: 24rpx;
  351. vertical-align: middle;
  352. }
  353. .info-img {
  354. width: 28rpx;
  355. height: 28rpx;
  356. margin-left: 12rpx;
  357. vertical-align: middle;
  358. }
  359. .blue-text {
  360. color: #0074FF;
  361. font-size: 32rpx;
  362. font-weight: bold;
  363. }
  364. .black-text {
  365. color: #2A3A5A;
  366. font-size: 36rpx;
  367. font-weight: bold;
  368. }
  369. .guarantee-info {
  370. background-color: #ffffff;
  371. padding: 48rpx 32rpx 40rpx;
  372. margin-bottom: 16rpx;
  373. }
  374. .guarantee-info > view:nth-of-type(1) {
  375. color: #2A3A5A;
  376. font-size: 40rpx;
  377. font-weight: bold;
  378. margin-bottom: 40rpx;
  379. }
  380. .guarantee-title {
  381. margin-bottom: 40rpx;
  382. }
  383. .guarantee-title > view:nth-of-type(1) {
  384. color: #2A3A5A;
  385. font-size: 40rpx;
  386. font-weight: bold;
  387. }
  388. .guarantee-title > view:nth-of-type(2) {
  389. color: #9FA7B7;
  390. font-size: 32rpx;
  391. font-weight: 400;
  392. }
  393. .select-guarantee {
  394. background-color: #F3F8FF;
  395. border-radius: 24rpx;
  396. }
  397. .selected-guarantee {
  398. border: 4rpx solid #0074FF;
  399. box-sizing: border-box;
  400. border-radius: 24rpx;
  401. }
  402. .select-guarantee,
  403. .selected-guarantee {
  404. display: flex;
  405. flex-direction: column;
  406. justify-content: center;
  407. align-items: center;
  408. padding: 32rpx 20rpx;
  409. box-sizing: border-box;
  410. }
  411. .guarantee-top {
  412. color: #2A3A5A;
  413. font-size: 28rpx;
  414. font-weight: bold;
  415. align-items: center;
  416. }
  417. .guarantee-top img {
  418. width: 62rpx;
  419. height: 56rpx;
  420. margin-bottom: 16rpx;
  421. }
  422. .guarantee-center {
  423. margin-top: 32rpx;
  424. }
  425. .center-item {
  426. font-size: 24rpx;
  427. width: 178rpx;
  428. margin-bottom: 16rpx;
  429. }
  430. .center-item > view:nth-of-type(1) {
  431. color: #828DA2;
  432. }
  433. .center-item > view:nth-of-type(2) {
  434. color: #0074FF;
  435. }
  436. .guarantee-border {
  437. border-bottom: 2rpx dashed #CFDCEF;
  438. width: 100%;
  439. margin-top: 24rpx;
  440. margin-bottom: 14rpx;
  441. }
  442. .guarantee-bottom {
  443. align-items: center;
  444. }
  445. .guarantee-bottom > view:nth-of-type(1) {
  446. color: #F95151;
  447. font-size: 38rpx;
  448. margin-bottom: 14rpx;
  449. }
  450. .blue-t {
  451. color: #0074FF;
  452. font-size: 24rpx;
  453. }
  454. .black-t {
  455. color: #2A3A5A;
  456. font-size: 24rpx;
  457. }
  458. .guarantee-bottom img {
  459. width: 24rpx;
  460. height: 24rpx;
  461. }
  462. .assort-info {
  463. background-color: #ffffff;
  464. padding: 48rpx 32rpx 40rpx;
  465. margin-bottom: 16rpx;
  466. }
  467. .assort-info > view:nth-of-type(1) {
  468. color: #2A3A5A;
  469. font-size: 40rpx;
  470. font-weight: bold;
  471. margin-bottom: 40rpx;
  472. }
  473. .assort-text view {
  474. display: flex;
  475. flex: 1;
  476. /* width: 342rpx; */
  477. padding: 24rpx;
  478. color: #2A3A5A;
  479. font-size: 32rpx;
  480. font-weight: bold;
  481. background-color: #F3F8FF;
  482. }
  483. .assort-text > view:nth-of-type(1) {
  484. border-radius: 16rpx 0 0 16rpx;
  485. margin-right: 4rpx;
  486. }
  487. .assort-text > view:nth-of-type(2) {
  488. border-radius: 0 16rpx 16rpx 0;
  489. }
  490. .payment-info {
  491. width: 100%;
  492. background-color: #ffffff;
  493. /* padding: 28rpx 32rpx 48rpx; */
  494. padding: 0 32rpx 48rpx;
  495. position: fixed;
  496. bottom: 0;
  497. }
  498. .modal-group {
  499. position: fixed;
  500. bottom: 0;
  501. left: 0;
  502. z-index: 10;
  503. width: 100%;
  504. height: 100vh;
  505. background-color: rgba(0,0,0,0.4);
  506. }
  507. .payment-info-main {
  508. background-color: #ffffff;
  509. /* padding: 28rpx 32rpx 48rpx; */
  510. position: fixed;
  511. width: 100%;
  512. bottom: 0;
  513. border-top-left-radius: 32rpx; /* 左上角圆角 */
  514. border-top-right-radius: 32rpx; /* 右上角圆角 */
  515. }
  516. .payment-info-top{
  517. padding: 28rpx 32rpx 0 32rpx;
  518. }
  519. .detail-title-text{
  520. font-weight: 600;
  521. font-size: 40rpx;
  522. color: #2A3A5A;
  523. margin-bottom: 48rpx;
  524. }
  525. .detail-text{
  526. font-weight: 500;
  527. font-size: 36rpx;
  528. color: #2A3A5A;
  529. margin-bottom: 48rpx;
  530. }
  531. .detail-money-row{
  532. font-weight: 500;
  533. font-size: 36rpx;
  534. color: #2A3A5A;
  535. margin-bottom: 48rpx;
  536. display: flex;
  537. justify-content: flex-end;
  538. }
  539. .detail-text-money{
  540. font-weight: 500;
  541. font-size: 60rpx;
  542. color: #F95151;
  543. }
  544. .payment-main {
  545. padding: 28rpx 32rpx 48rpx;
  546. box-shadow: 0rpx -2rpx 0rpx 0rpx #F4F5F6;
  547. }
  548. .payment-top {
  549. color: #2A3A5A;
  550. font-size: 28rpx;
  551. }
  552. .payment-blue-text {
  553. color: #0074FF;
  554. font-size: 28rpx;
  555. }
  556. .payment-top img {
  557. width: 32rpx;
  558. height: 32rpx;
  559. margin-right: 16rpx;
  560. vertical-align: middle;
  561. }
  562. .payment-bottom {
  563. margin-top: 42rpx;
  564. width: 100%;
  565. }
  566. .bottom-left {
  567. align-items: baseline;
  568. }
  569. .b-text {
  570. color: #0074FF;
  571. font-size: 28rpx;
  572. margin-left: 16rpx;
  573. }
  574. .bottom-left img {
  575. width: 49rpx;
  576. height: 49rpx;
  577. vertical-align: middle;
  578. margin-left: 4rpx;
  579. }
  580. .payment-bottom > view:nth-of-type(2) {
  581. color: #ffffff;
  582. font-size: 32rpx;
  583. font-weight: bold;
  584. /* padding: 28rpx 86rpx; */
  585. height: 88rpx;
  586. line-height: 88rpx;
  587. width: 380rpx;
  588. text-align: center;
  589. /* border-radius: 44rpx; */
  590. border-radius: 44rpx;
  591. background: linear-gradient( to right, #0074FF 0%, #00D7FF 100%);
  592. }
  593. .calendar-b {
  594. position: fixed;
  595. bottom: 0;
  596. left: 0;
  597. z-index: 10;
  598. width: 100%;
  599. height: 100vh;
  600. background-color: rgba(0,0,0,0.4);
  601. }
  602. .calendar-box {
  603. border-radius: 32rpx 32rpx 0rpx 0rpx;
  604. background-color: #ffffff;
  605. z-index: 100;
  606. position: fixed;
  607. bottom: 0;
  608. width: 100%;
  609. height: 60%;
  610. }
  611. .store-title {
  612. padding: 40rpx 40rpx 0 32rpx;
  613. color: #2A3A5A;
  614. font-size: 40rpx;
  615. font-weight: bold;
  616. }
  617. .store-title img {
  618. width: 48rpx;
  619. height: 48rpx;
  620. z-index: 1000;
  621. }
  622. .calendar-box > view:nth-of-type(2) {
  623. margin: 40rpx 32rpx 0 32rpx;
  624. color: #2A3A5A;
  625. font-size: 26rpx;
  626. background-color: #F3F8FF;
  627. border-radius: 16rpx;
  628. padding: 22rpx 0 22rpx 24rpx;
  629. }
  630. .store-info {
  631. padding: 48rpx 40rpx 0 32rpx;
  632. }
  633. .store-info > img {
  634. width: 144rpx;
  635. height: 144rpx;
  636. margin-right: 24rpx;
  637. border-radius: 16rpx;
  638. }
  639. .info-center > view:nth-of-type(1) {
  640. color: #2A3A5A;
  641. font-size: 36rpx;
  642. margin-bottom: 16rpx;
  643. }
  644. .info-center > view:nth-of-type(2) {
  645. color: #9FA7B7;
  646. font-size: 28rpx;
  647. margin-bottom: 24rpx;
  648. }
  649. .info-center > view:nth-of-type(3) {
  650. color: #828DA2;
  651. font-size: 28rpx;
  652. }
  653. .info-center img {
  654. width: 26rpx;
  655. height: 26rpx;
  656. vertical-align: middle;
  657. }
  658. .info-bottom {
  659. color: #2A3A5A;
  660. font-size: 32rpx;
  661. }
  662. .info-bottom img {
  663. width: 36rpx;
  664. height: 36rpx;
  665. margin-bottom: 14rpx;
  666. }
  667. .info-border {
  668. margin-top: 80rpx;
  669. border-bottom: 2rpx solid #F4F5F6;
  670. }
  671. .sumbit {
  672. margin: 24rpx 32rpx 48rpx;
  673. color: #ffffff;
  674. font-size: 32rpx;
  675. background-color: #0074FF;
  676. border-radius: 40rpx;
  677. padding-top: 24rpx;
  678. padding-bottom: 24rpx;
  679. text-align: center;
  680. }
  681. .ride-info {
  682. background-color: #ffffff;
  683. padding: 48rpx 32rpx 40rpx;
  684. margin-bottom: 16rpx;
  685. }
  686. .guarantee-title {
  687. margin-bottom: 40rpx;
  688. }
  689. .guarantee-title > view:nth-of-type(1) {
  690. color: #2A3A5A;
  691. font-size: 40rpx;
  692. font-weight: bold;
  693. }
  694. .guarantee-title > view:nth-of-type(2) {
  695. color: #9FA7B7;
  696. font-size: 32rpx;
  697. font-weight: 400;
  698. }
  699. .ride-border {
  700. border-radius: 24rpx;
  701. background: #F3F8FF;
  702. /* border: 4rpx solid #0074FF; */
  703. padding: 28rpx 32rpx 16rpx;
  704. }
  705. .top-left {
  706. color: #2A3A5A;
  707. font-size: 32rpx;
  708. font-weight: bold;
  709. }
  710. .top-left img {
  711. width: 62rpx;
  712. height: 56rpx;
  713. margin-right: 12rpx;
  714. vertical-align: middle;
  715. }
  716. .top-right {
  717. color: #F95151;
  718. font-size: 38rpx;
  719. font-weight: bold;
  720. }
  721. .dashed-border {
  722. margin-bottom: 22rpx;
  723. border-bottom: 2rpx dashed #CFDCEF;
  724. }
  725. .content-top {
  726. color: #2A3A5A;
  727. font-size: 28rpx;
  728. margin-bottom: 24rpx;
  729. }
  730. .tab-item {
  731. margin-bottom: 16rpx;
  732. }
  733. .tab-title {
  734. color: #828DA2;
  735. font-size: 24rpx;
  736. }
  737. .tab-price {
  738. color: #0074FF;
  739. font-size: 24rpx;
  740. font-weight: bold;
  741. }
  742. .return-type{
  743. padding: 48rpx 32rpx 40rpx 30rpx;
  744. background-color: #fff;
  745. margin-bottom: 20rpx;
  746. }
  747. .tip-title-text{
  748. color: #828DA2;
  749. font-size: 32rpx;
  750. font-weight: 400;
  751. }
  752. .return-type-title{
  753. color: #2A3A5A;
  754. font-size: 40rpx;
  755. font-weight: 600;
  756. margin-bottom: 40rpx;
  757. }
  758. .store-icon{
  759. width: 40rpx;
  760. height: 40rpx;
  761. }
  762. .return-type-main{
  763. }
  764. .can-return-view{
  765. padding: 32rpx 16rpx 32rpx 24rpx;
  766. background-color: #EEF6FF;
  767. border-radius: 16rpx;
  768. width: 100%;
  769. }
  770. .can-return-text{
  771. margin-left: 16rpx;
  772. font-weight: 500;
  773. font-size: 32rpx;
  774. color: #2A3A5A;
  775. }
  776. .grey-text{
  777. color: #828DA2;
  778. font-size: 32rpx;
  779. font-weight: 400;
  780. }
  781. .store-num{
  782. font-weight: 500;
  783. font-size: 36rpx;
  784. color: #0074FF;
  785. }
  786. .to-store-icon{
  787. width: 28rpx;
  788. height: 28rpx;
  789. }
  790. .current-store{
  791. align-items: center;
  792. background-color: #ffffff;
  793. padding: 48rpx 32rpx 40rpx;
  794. margin-bottom: 16rpx;
  795. }
  796. .current-store > view:nth-of-type(1) {
  797. color: #2A3A5A;
  798. font-size: 40rpx;
  799. font-weight: bold;
  800. }
  801. .current-store-text{
  802. font-weight: 500;
  803. font-size: 32rpx;
  804. color: #2A3A5A;
  805. }
  806. .pay-type {
  807. background-color: #ffffff;
  808. padding: 40rpx 32rpx 32rpx;
  809. margin-bottom: 16rpx;
  810. }
  811. .pay-type-tital {
  812. color: #2A3A5A;
  813. font-size: 40rpx;
  814. font-weight: bold;
  815. }
  816. .pay-type-item {
  817. display: flex;
  818. }
  819. .change-info {
  820. background-color: #ffffff;
  821. padding: 48rpx 32rpx 40rpx;
  822. margin-bottom: 16rpx;
  823. }
  824. .change-title {
  825. margin-bottom: 40rpx;
  826. color: #2A3A5A;
  827. font-size: 40rpx;
  828. font-weight: bold;
  829. }
  830. .change-border {
  831. width: 686rpx;
  832. height: 156rpx;
  833. background: #EEF6FF;
  834. border-radius: 16rpx;
  835. padding: 32rpx 24rpx;
  836. }
  837. .change-top{
  838. font-family: PingFangSC, PingFang SC;
  839. font-weight: 500;
  840. font-size: 32rpx;
  841. color: #2A3A5A;
  842. line-height: 32rpx;
  843. text-align: left;
  844. font-style: normal;
  845. }
  846. .change-top > img{
  847. width: 40rpx;
  848. height: 40rpx;
  849. margin-right: 16rpx;
  850. }
  851. .change-num{
  852. font-family: DIN;
  853. font-weight: 500;
  854. font-size: 36rpx;
  855. color: #828DA2;
  856. line-height: 32rpx;
  857. text-align: right;
  858. font-style: normal;
  859. }
  860. .change-bottom{
  861. font-family: PingFangSC, PingFang SC;
  862. font-weight: 500;
  863. font-size: 32rpx;
  864. color: #0074FF;
  865. line-height: 32rpx;
  866. text-align: left;
  867. font-style: normal;
  868. }
  869. .change-bottom > text{
  870. font-family: DIN;
  871. font-weight: 500;
  872. font-size: 36rpx;
  873. color: #0074FF;
  874. line-height: 32rpx;
  875. text-align: right;
  876. font-style: normal;
  877. margin: 0 4rpx;
  878. }
  879. .change-dec{
  880. font-family: PingFangSC, PingFang SC;
  881. font-weight: 400;
  882. font-size: 24rpx;
  883. color: #828DA2;
  884. line-height: 36rpx;
  885. text-align: justify;
  886. font-style: normal;
  887. }
  888. .total-time{
  889. font-size: 32rpx;
  890. color: #2A3A5A;
  891. font-weight: 500;
  892. margin-right: 24rpx;
  893. }