see.wxss 15 KB

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