luma.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798
  1. page {
  2. background: #F5F5F5;
  3. }
  4. .privacy {
  5. position: fixed;
  6. top: 0;
  7. right: 0;
  8. bottom: 0;
  9. left: 0;
  10. background: rgba(0, 0, 0, .5);
  11. z-index: 9999999;
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. }
  16. .contentview {
  17. width: 632rpx;
  18. padding: 48rpx;
  19. box-sizing: border-box;
  20. background: #fff;
  21. border-radius: 16rpx;
  22. }
  23. .contentview .title {
  24. text-align: center;
  25. color: #333;
  26. font-weight: bold;
  27. font-size: 32rpx;
  28. }
  29. .contentview .des {
  30. font-size: 26rpx;
  31. color: #666;
  32. margin-top: 40rpx;
  33. text-align: justify;
  34. line-height: 1.6;
  35. }
  36. .contentview .des .link {
  37. color: #07c160;
  38. text-decoration: underline;
  39. }
  40. button::after {
  41. border: none;
  42. }
  43. .btns {
  44. margin-top: 48rpx;
  45. display: flex;
  46. }
  47. .btns .item {
  48. justify-content: space-between;
  49. width: 244rpx;
  50. height: 80rpx;
  51. display: flex;
  52. align-items: center;
  53. justify-content: center;
  54. border-radius: 16rpx;
  55. box-sizing: border-box;
  56. border: none;
  57. }
  58. .btns .reject {
  59. background: #f4f4f5;
  60. color: #909399;
  61. }
  62. .btns .agree {
  63. background: #07c160;
  64. color: #fff;
  65. }
  66. .impute {
  67. text-align: center;
  68. margin-left: 4%;
  69. margin-top: 20rpx;
  70. width: 690rpx;
  71. height: 100rpx;
  72. opacity: 1;
  73. border-radius: 190rpx;
  74. background: rgba(245, 245, 245, 1);
  75. border: 1rpx solid rgba(241, 135, 49, 1);
  76. }
  77. /* 返回 */
  78. .box_btn5{
  79. margin-top: 10rpx;
  80. width: 16%;
  81. margin-left: 40rpx;
  82. background: #FF7F00;
  83. height: 60rpx;
  84. color: white;
  85. text-align: center;
  86. line-height: 60rpx;
  87. font-size: 31rpx;
  88. letter-spacing: 2rpx;
  89. border-radius: 8rpx;
  90. }
  91. .content {
  92. margin-top: 50rpx;
  93. min-height: 100vh; /* 设置最小高度为视口高度 */
  94. }
  95. .slot-wrap {
  96. display: flex;
  97. justify-content: center;
  98. align-items: center;
  99. /* 如果您想让slot内容占满整个导航栏的宽度 */
  100. /* flex: 1; */
  101. /* 如果您想让slot内容与导航栏左右有空隙 */
  102. /* padding: 0 30rpx; */
  103. }
  104. .u-title {
  105. color: #000000 !important;
  106. font-size: 31rpx !important;
  107. font-weight: bold !important;
  108. }
  109. .solt {
  110. position: relative;
  111. }
  112. .slot_left {
  113. width: 60rpx;
  114. height: 60rpx;
  115. position: absolute;
  116. top: 15rpx;
  117. left: 20rpx;
  118. }
  119. .slot_left image {
  120. width: 60rpx;
  121. height: 60rpx;
  122. }
  123. .slot_content {
  124. width: 35rpx;
  125. height: 35rpx;
  126. position: absolute;
  127. top: 26rpx;
  128. left: 280rpx;
  129. }
  130. .slot_content image {
  131. width: 35rpx;
  132. height: 35rpx;
  133. }
  134. /* tabs */
  135. .u-tab-item {
  136. color: #333333 !important;
  137. /* font-size: 26rpx !important; */
  138. letter-spacing: 2rpx;
  139. }
  140. .u-tab-bar {
  141. width: 65rpx !important;
  142. height: 8rpx !important;
  143. background-color: #FF7F00 !important;
  144. border-radius: 0rpx !important;
  145. position: absolute !important;
  146. bottom: 0rpx !important;
  147. left: -14rpx !important;
  148. }
  149. .tabs_box {
  150. display: none;
  151. padding-bottom: 120rpx;
  152. }
  153. .dis {
  154. display: block;
  155. width: 100%;
  156. margin-bottom: 190rpx;
  157. }
  158. .list_box1 {
  159. width: 90%;
  160. margin: 0 auto;
  161. height: auto;
  162. background: #FFFFFF;
  163. border-radius: 23rpx;
  164. box-shadow: 0rpx 5rpx 5rpx 0rpx rgba(198, 186, 181, 0.20);
  165. margin-top: 20rpx;
  166. padding-bottom: 20rpx;
  167. }
  168. .list_box {
  169. width: 90%;
  170. margin: 0 auto;
  171. height: auto;
  172. background: #FFFFFF;
  173. border-radius: 23rpx;
  174. box-shadow: 0rpx 5rpx 5rpx 0rpx rgba(0, 0, 0, 0.25);
  175. margin-top: 20rpx;
  176. padding-bottom: 20rpx;
  177. }
  178. .list_box2{
  179. width: 90%;
  180. margin: 0 auto;
  181. height: auto;
  182. background: #FFFFFF;
  183. border-radius: 23rpx;
  184. box-shadow: 0rpx 5rpx 5rpx 0rpx rgba(198, 186, 181, 0.20);
  185. margin-top: 20rpx;
  186. }
  187. .order_title{
  188. width: 90%;
  189. margin: 0 auto;
  190. border-radius: 14px 14px, 0px, 0px;
  191. background: rgba(255, 239, 222, 1);
  192. height: 40rpx;
  193. color: rgba(255, 141, 26, 1);
  194. font-size: 24rpx;
  195. line-height: 40rpx;
  196. text-align: center;
  197. }
  198. .part1 {
  199. width: 90%;
  200. margin: 0 auto;
  201. justify-content: left;
  202. align-items: center;
  203. display: flex;
  204. height: 100rpx;
  205. position: relative;
  206. }
  207. .box_one {
  208. background: #c4e2ff;
  209. color: #359CFF;
  210. /* width: 60px;
  211. height: 45rpx; */
  212. padding: 0px 10px;
  213. font-size: 26rpx;
  214. text-align: center;
  215. line-height: 45rpx;
  216. border-radius: 5rpx;
  217. }
  218. .box_four {
  219. color: #666666;
  220. border: 1rpx solid #666666;
  221. font-size: 22rpx;
  222. width: 95px;
  223. height: 40rpx;
  224. text-align: center;
  225. line-height: 40rpx;
  226. border-radius: 5rpx;
  227. margin-left: 20rpx;
  228. }
  229. .box_two {
  230. color: #666666;
  231. border: 1rpx solid #666666;
  232. font-size: 22rpx;
  233. /* width: 60px; */
  234. height: 40rpx;
  235. text-align: center;
  236. line-height: 40rpx;
  237. border-radius: 5rpx;
  238. margin-left: 20rpx;
  239. padding: 0 10rpx
  240. }
  241. .box_two1 {
  242. width: auto;
  243. padding: 0 10rpx;
  244. }
  245. .box_three {
  246. color: #666666;
  247. border: 1rpx solid #666666;
  248. font-size: 22rpx;
  249. width: 75px;
  250. height: 40rpx;
  251. text-align: center;
  252. line-height: 40rpx;
  253. border-radius: 5rpx;
  254. margin-left: 20rpx;
  255. }
  256. .part2 {
  257. width: 90%;
  258. margin: 0 auto;
  259. }
  260. /* 下线 */
  261. .address_name {
  262. font-size: 28rpx;
  263. font-weight: bold;
  264. letter-spacing: 2rpx;
  265. /* line-height: 60rpx; */
  266. display: -webkit-box;
  267. -webkit-box-orient: vertical;
  268. -webkit-line-clamp: 1;
  269. overflow: hidden;
  270. }
  271. .name {
  272. color: #999999;
  273. font-size: 21rpx;
  274. }
  275. .name text {
  276. /* margin-left: 10rpx; */
  277. }
  278. /* 上线 */
  279. .box_add {
  280. display: flex;
  281. }
  282. .distance {
  283. flex: 1;
  284. /* text-align: center; */
  285. font-size: 28rpx;
  286. display: flex;
  287. justify-content: left;
  288. align-items: center;
  289. }
  290. .a {
  291. font-size: 16rpx;
  292. }
  293. .add_name {
  294. /* display: flex; */
  295. flex: 4;
  296. }
  297. .sh_name {
  298. font-size: 28rpx;
  299. font-weight: bold;
  300. letter-spacing: 2rpx;
  301. }
  302. .sh_name1 {
  303. font-size: 28rpx;
  304. font-weight: bold;
  305. letter-spacing: 2rpx;
  306. color: #999999;
  307. }
  308. .xs_add {
  309. color: #999999;
  310. font-size: 21rpx;
  311. margin-top: 10rpx;
  312. }
  313. .jiantou {
  314. margin-left: 43rpx;
  315. display: flex;
  316. /* justify-content: space-between; */
  317. align-items: center;
  318. height: 40px;
  319. line-height: 40px;
  320. }
  321. .jiantou image {
  322. width: 20rpx;
  323. height: 40rpx;
  324. }
  325. .jiantou>view {
  326. margin-left: 10rpx;
  327. }
  328. .part3 {
  329. width: 90%;
  330. margin: 0 auto;
  331. display: flex;
  332. }
  333. .three_left {
  334. flex: 1;
  335. height: 100rpx;
  336. display: flex;
  337. justify-content: left;
  338. align-items: center;
  339. }
  340. .three_left image {
  341. width: 20px;
  342. height: 20px;
  343. }
  344. .three_left text {
  345. color: #FF7F00;
  346. font-size: 25rpx;
  347. margin-left: 10rpx;
  348. }
  349. .three_right {
  350. /* flex: 1; */
  351. height: 100rpx;
  352. display: flex;
  353. justify-content: flex-end;
  354. align-items: center;
  355. color: #FF7F00;
  356. font-size: 32rpx;
  357. font-weight: bold;
  358. }
  359. .part4 {
  360. width: 90%;
  361. margin: 0 auto;
  362. }
  363. .box_btn {
  364. width: 100%;
  365. background: #CCCCCC;
  366. height: 70rpx;
  367. color: white;
  368. text-align: center;
  369. line-height: 70rpx;
  370. font-size: 26rpx;
  371. letter-spacing: 2rpx;
  372. border-radius: 8rpx;
  373. }
  374. .box_btn1 {
  375. width: 100%;
  376. background: #FF7F00;
  377. height: 80rpx;
  378. color: white;
  379. text-align: center;
  380. line-height: 80rpx;
  381. font-size: 31rpx;
  382. letter-spacing: 2rpx;
  383. border-radius: 8rpx;
  384. }
  385. .part_six {
  386. width: 90%;
  387. margin: 0 auto;
  388. display: flex;
  389. }
  390. .phone {
  391. flex: 1;
  392. }
  393. .phone image {
  394. width: 29rpx;
  395. height: 33rpx;
  396. margin-left: 30rpx;
  397. }
  398. .conmm {
  399. font-size: 19rpx;
  400. text-align: center;
  401. letter-spacing: 5rpx;
  402. }
  403. .box_btn2 {
  404. flex: 5;
  405. width: 100%;
  406. background: #FF7F00;
  407. height: 70rpx;
  408. color: white;
  409. text-align: center;
  410. line-height: 70rpx;
  411. font-size: 26rpx;
  412. letter-spacing: 2rpx;
  413. border-radius: 6rpx;
  414. }
  415. /* tabbar */
  416. .tabbar {
  417. position: fixed;
  418. bottom: 0rpx;
  419. left: 0rpx;
  420. right: 0rpx;
  421. width: 100%;
  422. height: 100rpx;
  423. background: #ffffff;
  424. display: flex;
  425. }
  426. .tabbar_type {
  427. flex: 1;
  428. text-align: center;
  429. font-size: 22rpx;
  430. margin-top: 10rpx;
  431. }
  432. .type_image {
  433. width: 100%;
  434. display: flex;
  435. justify-content: center;
  436. align-items: center;
  437. }
  438. .type_image image {
  439. width: 47rpx;
  440. height: 47rpx;
  441. }
  442. .tabbar_btn {
  443. flex: 4;
  444. display: flex;
  445. justify-content: center;
  446. align-items: center;
  447. }
  448. .btn {
  449. width: 90%;
  450. height: 80rpx;
  451. background: #FF7F00;
  452. color: white;
  453. text-align: center;
  454. line-height: 80rpx;
  455. font-size: 26rpx;
  456. letter-spacing: 2rpx;
  457. border-radius: 8rpx;
  458. }
  459. .btn3 {
  460. width: 90%;
  461. height: 80rpx;
  462. background: #CCCCCC;
  463. color: white;
  464. text-align: center;
  465. line-height: 80rpx;
  466. font-size: 26rpx;
  467. letter-spacing: 2rpx;
  468. border-radius: 8rpx;
  469. }
  470. /* 接单设置弹框 */
  471. .u-drawer-bottom {
  472. background-color: #F5F5F5 !important;
  473. }
  474. .popup_box {
  475. width: 90%;
  476. margin: 0 auto;
  477. margin-top: 35rpx;
  478. }
  479. .title {
  480. font-size: 29rpx;
  481. font-weight: bold;
  482. letter-spacing: 2rpx;
  483. }
  484. .part_one {
  485. width: 100%;
  486. background: #ffffff;
  487. margin-top: 18rpx;
  488. border-radius: 20rpx;
  489. display: flex;
  490. height: 120rpx;
  491. }
  492. .left {
  493. flex: 3;
  494. line-height: 40rpx;
  495. margin-left: 20rpx;
  496. margin-top: 20rpx;
  497. }
  498. .gotype {
  499. font-size: 26rpx;
  500. font-weight: bold;
  501. letter-spacing: 2rpx;
  502. }
  503. .tit {
  504. color: #999999;
  505. font-size: 22rpx;
  506. letter-spacing: 2rpx;
  507. }
  508. .right {
  509. flex: 1;
  510. display: flex;
  511. justify-content: flex-end;
  512. align-items: center;
  513. margin-right: 30rpx;
  514. }
  515. .part_two {
  516. width: 100%;
  517. margin: 0 auto;
  518. background: #ffffff;
  519. border-radius: 20rpx;
  520. margin-top: 20rpx;
  521. height: 130rpx;
  522. display: flex;
  523. }
  524. .two_left {
  525. flex: 1;
  526. display: flex;
  527. justify-content: left;
  528. align-items: center;
  529. margin-left: 30rpx;
  530. font-size: 29rpx;
  531. font-weight: bold;
  532. letter-spacing: 2rpx;
  533. }
  534. .two_right {
  535. flex: 1;
  536. display: flex;
  537. justify-content: flex-end;
  538. align-items: center;
  539. margin-right: 30rpx;
  540. color: #999999;
  541. font-size: 25rpx;
  542. letter-spacing: 2rpx;
  543. }
  544. .slot-content {
  545. padding: 30rpx;
  546. }
  547. /* */
  548. .tabs_box {
  549. display: none;
  550. }
  551. .dis {
  552. display: block;
  553. width: 100%;
  554. }
  555. .u-tab-item {
  556. /* font-size: 26upx !important; */
  557. /* color: #666666 !important; */
  558. }
  559. .success_box {
  560. width: 100%;
  561. }
  562. .order_box {
  563. width: 90%;
  564. margin: 0 auto;
  565. /* height: 420rpx; */
  566. background: #FFFFFF;
  567. margin-top: 20rpx;
  568. border-radius: 16px;
  569. }
  570. .order_success {
  571. width: 90%;
  572. margin: 0 auto;
  573. display: flex;
  574. height: 80rpx;
  575. }
  576. .order_name {
  577. flex: 1;
  578. display: flex;
  579. justify-content: left;
  580. align-items: center;
  581. font-weight: bold;
  582. font-size: 29rpx;
  583. letter-spacing: 1rpx;
  584. }
  585. .order_data {
  586. flex: 1;
  587. color: #999999;
  588. display: flex;
  589. justify-content: flex-end;
  590. align-items: center;
  591. font-size: 26rpx;
  592. }
  593. .city_type {
  594. width: 90%;
  595. margin: 0 auto;
  596. height: 60rpx;
  597. line-height: 60rpx;
  598. display: flex;
  599. justify-content: left;
  600. align-items: center;
  601. }
  602. .type_name {
  603. font-size: 27rpx;
  604. }
  605. .city_text {
  606. width: 70rpx;
  607. line-height: 36rpx;
  608. color: #49A5FF;
  609. background: #c4e2ff;
  610. text-align: center;
  611. font-size: 19rpx;
  612. margin-left: 20rpx;
  613. }
  614. .city_address {
  615. width: 92%;
  616. margin: 0 auto;
  617. margin-top: -10rpx;
  618. }
  619. /* 发货地址 */
  620. .fh_box {
  621. display: flex;
  622. /* height: 80upx; */
  623. margin-top: 20rpx;
  624. }
  625. .fh_image {
  626. flex: 1;
  627. display: flex;
  628. /* justify-content: left;
  629. align-items: center; */
  630. }
  631. .box {
  632. flex: 9;
  633. }
  634. .fh_name {
  635. font-size: 26rpx;
  636. font-weight: 600;
  637. letter-spacing: 2rpx;
  638. }
  639. .fh_type {
  640. color: #999999;
  641. font-size: 22rpx;
  642. }
  643. .fh_type text {
  644. margin-left: 20rpx;
  645. }
  646. /* 送货地址 */
  647. .sh_box {
  648. display: flex;
  649. margin-bottom: 14rpx;
  650. margin-top: 14rpx;
  651. }
  652. .sh_image {
  653. flex: 1;
  654. display: flex;
  655. /* justify-content: left;
  656. align-items: center; */
  657. }
  658. .sh_name {
  659. font-size: 28rpx;
  660. font-weight: 600;
  661. letter-spacing: 2rpx;
  662. }
  663. .sh_type {
  664. color: #999999;
  665. font-size: 22rpx;
  666. }
  667. .sh_type text {
  668. margin-left: 20rpx;
  669. }
  670. .fh_image image {
  671. width: 40rpx;
  672. height: 40rpx;
  673. }
  674. .sh_image image {
  675. width: 40rpx;
  676. height: 40rpx;
  677. }
  678. .order_btn {
  679. display: flex;
  680. justify-content: flex-end;
  681. align-items: center;
  682. height: 100rpx;
  683. line-height: 100rpx;
  684. /* margin-top: 8upx; */
  685. }
  686. .btn1 {
  687. width: 170rpx;
  688. font-size: 28rpx;
  689. line-height: 60rpx;
  690. text-align: center;
  691. border: 1rpx solid #9C9C9C;
  692. border-radius: 20rpx;
  693. color: #9C9C9C;
  694. margin-right: 30rpx;
  695. }
  696. /* 拍照 */
  697. .btn_pai{
  698. width: 150rpx;
  699. height: 60rpx;
  700. line-height: 60rpx;
  701. text-align: center;
  702. background: rgba(255, 201, 189, 1);
  703. font-size: 28rpx;
  704. border: 2rpx solid rgba(255, 201, 189, 1);
  705. color: #333333;
  706. border-radius: 20rpx;
  707. font-weight: 700;
  708. margin-left: 15rpx;
  709. }
  710. .btn2 {
  711. width: 170rpx;
  712. line-height: 60rpx;
  713. color: white;
  714. background: #FF6A04;
  715. font-size: 28rpx;
  716. text-align: center;
  717. margin-right: 30rpx;
  718. border-radius: 20rpx;
  719. }
  720. /* 收货码弹框 */
  721. .receipt_code {
  722. width: 90%;
  723. margin: 0 auto;
  724. }
  725. .code_title {
  726. width: 100%;
  727. line-height: 100rpx;
  728. font-size: 31rpx;
  729. font-weight: bold;
  730. text-align: center;
  731. letter-spacing: 2rpx;
  732. margin-top: 21rpx;
  733. margin-bottom: 25rpx;
  734. }
  735. .u-input--border {
  736. border: 1px solid #F2F2F2 !important;
  737. background: #F2F2F2 !important;
  738. color: #999999 !important;
  739. font-weight: 500 !important;
  740. letter-spacing: 2rpx !important;
  741. }
  742. .u-input__input {
  743. font-size: 30rpx;
  744. font-weight: bold;
  745. flex: 1;
  746. color: #999999 !important;
  747. min-height: 85rpx !important;
  748. margin-top: 7rpx;
  749. }
  750. .sure {
  751. width: 100%;
  752. height: 80rpx;
  753. background: #FF7F00;
  754. color: white;
  755. border-radius: 46rpx;
  756. text-align: center;
  757. line-height: 80rpx;
  758. margin-top: 30rpx;
  759. letter-spacing: 2rpx;
  760. }
  761. /* 确认送达拍照框 */
  762. .phone_title{
  763. margin-top: 10px;
  764. width: 100%;
  765. height: 40px;
  766. /* background-color: #FF7F00; */
  767. text-align: center;
  768. line-height: 40px;
  769. /* color:#FFFFFF; */
  770. }
  771. .phone_title2{
  772. margin-top: 10px;
  773. text-align: center;
  774. color:#9d9d9d;
  775. }
  776. .code_title2 {
  777. width: 100%;
  778. line-height: 50rpx;
  779. text-align: center;
  780. letter-spacing: 2rpx;
  781. margin-top: 21rpx;
  782. margin-bottom: 25rpx;
  783. }