index.wxss 11 KB

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