index.wxss 12 KB

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