enter.wxss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  1. /* pages/sorting/enter/enter.wxss */
  2. page {
  3. width: 750rpx;
  4. min-height: 100vh;
  5. background: #F6F6F6;
  6. }
  7. .contioner {
  8. padding: 24rpx;
  9. background: #ffffff;
  10. }
  11. .contioner .title {
  12. font-size: 28rpx;
  13. font-weight: 600;
  14. color: #333333;
  15. }
  16. .contioner .message {
  17. width: 316rpx;
  18. height: 65rpx;
  19. font-size: 24rpx;
  20. color: #999999;
  21. }
  22. .contioner .box {
  23. width: 146rpx;
  24. height: 112rpx;
  25. background: #F8F8F8;
  26. border-radius: 8rpx;
  27. flex-direction: column;
  28. }
  29. .contioner .box .num text {
  30. color: #F23131;
  31. }
  32. .contioner .box .num {
  33. font-size: 36rpx;
  34. font-weight: 600;
  35. color: #333;
  36. }
  37. .contioner .box .tips {
  38. font-size: 24rpx;
  39. color: #999999;
  40. }
  41. .contioner .icon {
  42. width: 28rpx;
  43. height: 28rpx;
  44. margin-right: 8rpx;
  45. }
  46. .contioner .les {
  47. font-size: 24rpx;
  48. color: #52A1FF;
  49. }
  50. .contioner .lrs {
  51. font-size: 24rpx;
  52. color: #F23131;
  53. }
  54. .contioner .left .tit {
  55. font-size: 24rpx;
  56. font-weight: 600;
  57. color: #333333;
  58. }
  59. .contioner .left .content {
  60. font-size: 24rpx;
  61. color: #666666;
  62. }
  63. .contioner .right {
  64. font-size: 24rpx;
  65. color: #F23131;
  66. }
  67. .list {
  68. padding: 24rpx;
  69. }
  70. .list .item {
  71. width: 702rpx;
  72. background: #FFFFFF;
  73. border-radius: 16rpx;
  74. }
  75. .list .item .title {
  76. padding: 32rpx 24rpx;
  77. }
  78. .list .item .title .tit {
  79. font-size: 28rpx;
  80. font-weight: 500;
  81. color: #0F8800;
  82. }
  83. .list .item .title .color {
  84. width: 26rpx;
  85. height: 26rpx;
  86. background: #E4E4E4;
  87. }
  88. .list .item .title .col {
  89. font-size: 26rpx;
  90. color: #999999;
  91. }
  92. .list .item .title .lr {
  93. font-size: 24rpx;
  94. color: #666666;
  95. }
  96. .list .item .boxs {
  97. padding: 24rpx;
  98. font-size: 24rpx;
  99. color: #666666;
  100. position: relative;
  101. }
  102. .list .item .boxs .le {
  103. font-size: 24rpx;
  104. font-weight: 600;
  105. color: #333333;
  106. }
  107. .list .item .boxs .rightTips {
  108. width: 136rpx;
  109. height: 48rpx;
  110. background: #FFE1E1;
  111. border-radius: 24rpx 0px 0px 24rpx;
  112. position: absolute;
  113. right: 0;
  114. top: 50%;
  115. transform: translate(0%, -50%);
  116. }
  117. .list .item .boxs .rightTips .icon {
  118. width: 24rpx;
  119. height: 24rpx;
  120. }
  121. .list .item .footerBox {
  122. padding: 24rpx 0rpx;
  123. }
  124. .list .item .footerBox .foots {
  125. width: 175rpx;
  126. }
  127. .blue {
  128. font-size: 24rpx;
  129. color: #52A1FF;
  130. }
  131. .red {
  132. font-size: 24rpx;
  133. color: #F23131;
  134. }
  135. .list .item .footerBox .icon {
  136. width: 32rpx;
  137. height: 32rpx;
  138. margin-right: 5rpx;
  139. }
  140. .list .item .footerBox .line {
  141. width: 1rpx;
  142. height: 32rpx;
  143. background: #EDEDED;
  144. }
  145. .error {
  146. font-size: 24rpx;
  147. color: #F23131;
  148. }
  149. .footer {
  150. width: 750rpx;
  151. height: 148rpx;
  152. background: #FFFFFF;
  153. border-radius: 24rpx 24rpx 0px 0px;
  154. position: fixed;
  155. left: 0;
  156. bottom: 0;
  157. padding: 30rpx;
  158. }
  159. .footer .btn {
  160. padding: 0rpx 52rpx;
  161. border-radius: 8rpx;
  162. line-height: 88rpx;
  163. font-size: 30rpx;
  164. height: 88rpx;
  165. }
  166. .footer .icon {
  167. width: 32rpx;
  168. height: 32rpx;
  169. }
  170. .btn-border {
  171. border: 1rpx solid #52A1FF;
  172. color: #52A1FF;
  173. }
  174. /* 查看订单--------------------------------- */
  175. .mod1 {
  176. height: 1190rpx;
  177. border-radius: NaNrpx;
  178. background-color: rgba(255,255,255,1);
  179. display: flex;
  180. flex-direction: column;
  181. padding-top: 32rpx;
  182. width: 750rpx;
  183. }
  184. .bd1 {
  185. width: 750rpx;
  186. height: 1158rpx;
  187. display: flex;
  188. flex-direction: column;
  189. }
  190. .word1 {
  191. width: 171rpx;
  192. height: 28rpx;
  193. display: block;
  194. overflow-wrap: break-word;
  195. color: rgba(51,51,51,1);
  196. font-size: 28rpx;
  197. letter-spacing: 0rpx;
  198. font-family: PingFangSC-Semibold;
  199. white-space: nowrap;
  200. line-height: 28rpx;
  201. text-align: left;
  202. margin-left: 32rpx;
  203. }
  204. .block1 {
  205. width: 686rpx;
  206. height: 114rpx;
  207. flex-direction: row;
  208. display: flex;
  209. justify-content: space-between;
  210. margin: 32rpx 0 0 32rpx;
  211. }
  212. .outer1 {
  213. width: 114rpx;
  214. height: 114rpx;
  215. background-color: rgba(216,216,216,1);
  216. display: flex;
  217. flex-direction: column;
  218. }
  219. .outer2 {
  220. width: 548rpx;
  221. height: 104rpx;
  222. margin-top: 5rpx;
  223. display: flex;
  224. flex-direction: column;
  225. justify-content: space-between;
  226. }
  227. .infoBox1 {
  228. width: 545rpx;
  229. height: 56rpx;
  230. display: block;
  231. overflow-wrap: break-word;
  232. color: rgba(51,51,51,1);
  233. font-size: 24rpx;
  234. letter-spacing: 0rpx;
  235. font-family: PingFangSC-Regular;
  236. line-height: 24rpx;
  237. text-align: left;
  238. overflow: hidden;
  239. text-overflow: ellipsis;
  240. }
  241. .layer1 {
  242. width: 548rpx;
  243. height: 24rpx;
  244. margin-top: 24rpx;
  245. flex-direction: row;
  246. display: flex;
  247. justify-content: space-between;
  248. }
  249. .box1 {
  250. width: 160rpx;
  251. height: 24rpx;
  252. overflow-wrap: break-word;
  253. text-align: left;
  254. white-space: nowrap;
  255. font-size: 0rpx;
  256. }
  257. .info1 {
  258. font-size: 24rpx;
  259. font-family: PingFangSC-Regular;
  260. color: rgba(51,51,51,1.000000);
  261. line-height: 24rpx;
  262. overflow: hidden;
  263. text-overflow: ellipsis;
  264. }
  265. .info2 {
  266. font-size: 24rpx;
  267. font-family: PingFangSC-Regular;
  268. color: rgba(74,74,74,1.000000);
  269. line-height: 24rpx;
  270. overflow: hidden;
  271. text-overflow: ellipsis;
  272. }
  273. .word2 {
  274. font-size: 24rpx;
  275. font-family: PingFangSC-Regular;
  276. color: rgba(153,153,153,1.000000);
  277. line-height: 24rpx;
  278. overflow: hidden;
  279. text-overflow: ellipsis;
  280. }
  281. .word3 {
  282. width: 36rpx;
  283. height: 24rpx;
  284. display: block;
  285. overflow-wrap: break-word;
  286. color: rgba(153,153,153,1);
  287. font-size: 24rpx;
  288. letter-spacing: 0rpx;
  289. font-family: PingFangSC-Regular;
  290. white-space: nowrap;
  291. line-height: 24rpx;
  292. text-align: left;
  293. }
  294. .block2 {
  295. width: 553rpx;
  296. height: 24rpx;
  297. flex-direction: row;
  298. display: flex;
  299. justify-content: space-between;
  300. margin: 32rpx 0 0 32rpx;
  301. }
  302. .word4 {
  303. width: 98rpx;
  304. height: 24rpx;
  305. display: block;
  306. overflow-wrap: break-word;
  307. color: rgba(51,51,51,1);
  308. font-size: 24rpx;
  309. letter-spacing: 0rpx;
  310. font-family: PingFangSC-Semibold;
  311. white-space: nowrap;
  312. line-height: 24rpx;
  313. text-align: left;
  314. }
  315. .bd2 {
  316. width: 415rpx;
  317. height: 24rpx;
  318. overflow-wrap: break-word;
  319. text-align: left;
  320. white-space: nowrap;
  321. font-size: 0rpx;
  322. }
  323. .word5 {
  324. font-size: 24rpx;
  325. font-family: PingFangSC-Regular;
  326. color: rgba(51,51,51,1.000000);
  327. line-height: 24rpx;
  328. overflow: hidden;
  329. text-overflow: ellipsis;
  330. }
  331. .info3 {
  332. font-size: 24rpx;
  333. font-family: PingFangSC-Regular;
  334. color: rgba(74,74,74,1.000000);
  335. line-height: 24rpx;
  336. overflow: hidden;
  337. text-overflow: ellipsis;
  338. }
  339. .txt1 {
  340. font-size: 24rpx;
  341. font-family: PingFangSC-Regular;
  342. color: rgba(153,153,153,1.000000);
  343. line-height: 24rpx;
  344. overflow: hidden;
  345. text-overflow: ellipsis;
  346. }
  347. .word6 {
  348. font-size: 24rpx;
  349. font-family: PingFangSC-Regular;
  350. color: rgba(51,51,51,1.000000);
  351. line-height: 24rpx;
  352. overflow: hidden;
  353. text-overflow: ellipsis;
  354. }
  355. .info4 {
  356. font-size: 24rpx;
  357. font-family: PingFangSC-Regular;
  358. color: rgba(74,74,74,1.000000);
  359. line-height: 24rpx;
  360. overflow: hidden;
  361. text-overflow: ellipsis;
  362. }
  363. .info5 {
  364. font-size: 24rpx;
  365. font-family: PingFangSC-Regular;
  366. color: rgba(153,153,153,1.000000);
  367. line-height: 24rpx;
  368. overflow: hidden;
  369. text-overflow: ellipsis;
  370. }
  371. .block3 {
  372. width: 686rpx;
  373. height: 1rpx;
  374. background-color: rgba(237,237,237,1);
  375. display: flex;
  376. flex-direction: column;
  377. margin: 32rpx 0 0 32rpx;
  378. }
  379. .block4 {
  380. width: 686rpx;
  381. height: 114rpx;
  382. flex-direction: row;
  383. display: flex;
  384. margin: 32rpx 0 0 32rpx;
  385. }
  386. .section2 {
  387. width: 114rpx;
  388. height: 114rpx;
  389. background-color: rgba(216,216,216,1);
  390. display: flex;
  391. flex-direction: column;
  392. }
  393. .section3 {
  394. width: 229rpx;
  395. height: 72rpx;
  396. display: flex;
  397. flex-direction: column;
  398. justify-content: space-between;
  399. margin: 21rpx 0 0 24rpx;
  400. }
  401. .word7 {
  402. width: 229rpx;
  403. height: 24rpx;
  404. display: block;
  405. overflow-wrap: break-word;
  406. color: rgba(51,51,51,1);
  407. font-size: 24rpx;
  408. letter-spacing: 0rpx;
  409. font-family: PingFangSC-Regular;
  410. white-space: nowrap;
  411. line-height: 24rpx;
  412. text-align: left;
  413. }
  414. .main2 {
  415. width: 160rpx;
  416. height: 24rpx;
  417. overflow-wrap: break-word;
  418. text-align: left;
  419. white-space: nowrap;
  420. margin-top: 24rpx;
  421. font-size: 0rpx;
  422. }
  423. .info6 {
  424. font-size: 24rpx;
  425. font-family: PingFangSC-Regular;
  426. color: rgba(51,51,51,1.000000);
  427. line-height: 24rpx;
  428. overflow: hidden;
  429. text-overflow: ellipsis;
  430. }
  431. .word8 {
  432. font-size: 24rpx;
  433. font-family: PingFangSC-Regular;
  434. color: rgba(74,74,74,1.000000);
  435. line-height: 24rpx;
  436. overflow: hidden;
  437. text-overflow: ellipsis;
  438. }
  439. .info7 {
  440. font-size: 24rpx;
  441. font-family: PingFangSC-Regular;
  442. color: rgba(153,153,153,1.000000);
  443. line-height: 24rpx;
  444. overflow: hidden;
  445. text-overflow: ellipsis;
  446. }
  447. .word9 {
  448. width: 36rpx;
  449. height: 24rpx;
  450. display: block;
  451. overflow-wrap: break-word;
  452. color: rgba(153,153,153,1);
  453. font-size: 24rpx;
  454. letter-spacing: 0rpx;
  455. font-family: PingFangSC-Regular;
  456. white-space: nowrap;
  457. line-height: 24rpx;
  458. text-align: left;
  459. margin: 69rpx 0 0 283rpx;
  460. }
  461. .block5 {
  462. width: 553rpx;
  463. height: 24rpx;
  464. flex-direction: row;
  465. display: flex;
  466. justify-content: space-between;
  467. margin: 32rpx 0 0 32rpx;
  468. }
  469. .info8 {
  470. width: 98rpx;
  471. height: 24rpx;
  472. display: block;
  473. overflow-wrap: break-word;
  474. color: rgba(51,51,51,1);
  475. font-size: 24rpx;
  476. letter-spacing: 0rpx;
  477. font-family: PingFangSC-Semibold;
  478. white-space: nowrap;
  479. line-height: 24rpx;
  480. text-align: left;
  481. }
  482. .bd3 {
  483. width: 415rpx;
  484. height: 24rpx;
  485. overflow-wrap: break-word;
  486. text-align: left;
  487. white-space: nowrap;
  488. font-size: 0rpx;
  489. }
  490. .info9 {
  491. font-size: 24rpx;
  492. font-family: PingFangSC-Regular;
  493. color: rgba(51,51,51,1.000000);
  494. line-height: 24rpx;
  495. overflow: hidden;
  496. text-overflow: ellipsis;
  497. }
  498. .txt2 {
  499. font-size: 24rpx;
  500. font-family: PingFangSC-Regular;
  501. color: rgba(74,74,74,1.000000);
  502. line-height: 24rpx;
  503. overflow: hidden;
  504. text-overflow: ellipsis;
  505. }
  506. .info10 {
  507. font-size: 24rpx;
  508. font-family: PingFangSC-Regular;
  509. color: rgba(153,153,153,1.000000);
  510. line-height: 24rpx;
  511. overflow: hidden;
  512. text-overflow: ellipsis;
  513. }
  514. .txt3 {
  515. font-size: 24rpx;
  516. font-family: PingFangSC-Regular;
  517. color: rgba(51,51,51,1.000000);
  518. line-height: 24rpx;
  519. overflow: hidden;
  520. text-overflow: ellipsis;
  521. }
  522. .word10 {
  523. font-size: 24rpx;
  524. font-family: PingFangSC-Regular;
  525. color: rgba(74,74,74,1.000000);
  526. line-height: 24rpx;
  527. overflow: hidden;
  528. text-overflow: ellipsis;
  529. }
  530. .txt4 {
  531. font-size: 24rpx;
  532. font-family: PingFangSC-Regular;
  533. color: rgba(153,153,153,1.000000);
  534. line-height: 24rpx;
  535. overflow: hidden;
  536. text-overflow: ellipsis;
  537. }
  538. .block6 {
  539. width: 686rpx;
  540. height: 1rpx;
  541. background-color: rgba(237,237,237,1);
  542. display: flex;
  543. flex-direction: column;
  544. margin: 32rpx 0 0 32rpx;
  545. }
  546. .infoBox2 {
  547. width: 681rpx;
  548. height: 88rpx;
  549. display: block;
  550. overflow-wrap: break-word;
  551. color: rgba(153,153,153,1);
  552. font-size: 24rpx;
  553. letter-spacing: 0rpx;
  554. font-family: PingFangSC-Regular;
  555. line-height: 24rpx;
  556. text-align: left;
  557. overflow: hidden;
  558. text-overflow: ellipsis;
  559. margin: 24rpx 0 0 32rpx;
  560. }
  561. .block7 {
  562. width: 686rpx;
  563. height: 1rpx;
  564. background-color: rgba(237,237,237,1);
  565. display: flex;
  566. flex-direction: column;
  567. margin: 24rpx 0 0 32rpx;
  568. }
  569. .block8 {
  570. height: 34rpx;
  571. flex-direction: row;
  572. display: flex;
  573. justify-content: space-between;
  574. margin: 18rpx 0 0 32rpx;
  575. }
  576. .word11 {
  577. width: 298rpx;
  578. height: 23rpx;
  579. display: block;
  580. overflow-wrap: break-word;
  581. color: rgba(51,51,51,1);
  582. font-size: 24rpx;
  583. letter-spacing: 0rpx;
  584. font-family: PingFangSC-Regular;
  585. white-space: nowrap;
  586. line-height: 24rpx;
  587. text-align: left;
  588. margin-top: 6rpx;
  589. }
  590. .box2 {
  591. height: 34rpx;
  592. border-radius: 4rpx;
  593. border: 1px solid rgba(206,206,206,1);
  594. display: flex;
  595. flex-direction: column;
  596. width: 61rpx;
  597. justify-content: center;
  598. align-items: center;
  599. }
  600. .info11 {
  601. width: 37rpx;
  602. height: 18rpx;
  603. display: block;
  604. overflow-wrap: break-word;
  605. color: rgba(51,51,51,1);
  606. font-size: 18rpx;
  607. letter-spacing: 0rpx;
  608. font-family: PingFangSC-Regular;
  609. white-space: nowrap;
  610. line-height: 18rpx;
  611. text-align: left;
  612. }
  613. .info12 {
  614. width: 354rpx;
  615. height: 23rpx;
  616. display: block;
  617. overflow-wrap: break-word;
  618. color: rgba(51,51,51,1);
  619. font-size: 24rpx;
  620. letter-spacing: 0rpx;
  621. font-family: PingFangSC-Regular;
  622. white-space: nowrap;
  623. line-height: 24rpx;
  624. text-align: left;
  625. margin: 19rpx 0 0 32rpx;
  626. }
  627. .word12 {
  628. width: 477rpx;
  629. height: 23rpx;
  630. display: block;
  631. overflow-wrap: break-word;
  632. color: rgba(51,51,51,1);
  633. font-size: 24rpx;
  634. letter-spacing: 0rpx;
  635. font-family: PingFangSC-Regular;
  636. white-space: nowrap;
  637. line-height: 24rpx;
  638. text-align: left;
  639. margin: 24rpx 0 0 32rpx;
  640. }
  641. .block9 {
  642. width: 686rpx;
  643. height: 1rpx;
  644. background-color: rgba(237,237,237,1);
  645. display: flex;
  646. flex-direction: column;
  647. margin: 24rpx 0 0 32rpx;
  648. }
  649. .word13 {
  650. width: 114rpx;
  651. height: 28rpx;
  652. display: block;
  653. overflow-wrap: break-word;
  654. color: rgba(51,51,51,1);
  655. font-size: 28rpx;
  656. letter-spacing: 0rpx;
  657. font-family: PingFangSC-Semibold;
  658. white-space: nowrap;
  659. line-height: 28rpx;
  660. text-align: left;
  661. margin: 32rpx 0 0 32rpx;
  662. }
  663. .txt5 {
  664. width: 322rpx;
  665. height: 24rpx;
  666. display: block;
  667. overflow-wrap: break-word;
  668. color: rgba(51,51,51,1);
  669. font-size: 24rpx;
  670. letter-spacing: 0rpx;
  671. font-family: PingFangSC-Regular;
  672. white-space: nowrap;
  673. line-height: 24rpx;
  674. text-align: left;
  675. margin: 24rpx 0 0 32rpx;
  676. }
  677. .txt6 {
  678. width: 322rpx;
  679. height: 24rpx;
  680. display: block;
  681. overflow-wrap: break-word;
  682. color: rgba(51,51,51,1);
  683. font-size: 24rpx;
  684. letter-spacing: 0rpx;
  685. font-family: PingFangSC-Regular;
  686. white-space: nowrap;
  687. line-height: 24rpx;
  688. text-align: left;
  689. margin: 24rpx 0 0 32rpx;
  690. }
  691. .block10 {
  692. height: 98rpx;
  693. background-color: rgba(255,255,255,1);
  694. margin-top: 103rpx;
  695. display: flex;
  696. flex-direction: column;
  697. padding-left: 341rpx;
  698. width: 750rpx;
  699. justify-content: center;
  700. }
  701. .word14 {
  702. width: 69rpx;
  703. height: 34rpx;
  704. display: block;
  705. overflow-wrap: break-word;
  706. color: rgba(82,161,255,1);
  707. font-size: 34rpx;
  708. letter-spacing: 0rpx;
  709. font-family: PingFangSC-Medium;
  710. white-space: nowrap;
  711. line-height: 34rpx;
  712. text-align: left;
  713. }