index.wxss 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. .active.data-v-0ca91b30 {
  2. width: 82rpx;
  3. height: 6rpx;
  4. background: #333333;
  5. margin-left: 12rpx;
  6. }
  7. .bg.data-v-0ca91b30 {
  8. background-color: #FFFFFF;
  9. }
  10. /* 切换选项 */
  11. .nav.data-v-0ca91b30 {
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. background-color: #FFFFFF;
  16. color: #999999;
  17. }
  18. .btn.data-v-0ca91b30 {
  19. /* padding: 10rpx 20rpx;
  20. text-align: center;
  21. background: rgba(255, 19, 10, 0.2);
  22. font-size: 28rpx;
  23. border: 2rpx solid #FF130A;
  24. color: #FF130A;
  25. opacity: 0.6;
  26. border-radius: 8rpx; */
  27. width: 150rpx;
  28. height: 60rpx;
  29. line-height: 60rpx;
  30. text-align: center;
  31. background: #F5F5F5;
  32. font-size: 28rpx;
  33. border: 2rpx solid ##F5F5F5;
  34. color: #666666;
  35. border-radius: 50rpx;
  36. font-weight: 700;
  37. margin-left: 10rpx;
  38. }
  39. .btnCm.data-v-0ca91b30 {
  40. /* padding: 10rpx 20rpx;
  41. text-align: center;
  42. background: #0081FF;
  43. font-size: 28rpx;
  44. border: 2rpx solid #0081FF;
  45. color: #FFFFFF;
  46. opacity: 0.6;
  47. border-radius: 8rpx; */
  48. }
  49. /* 拍照 */
  50. .btn_pai.data-v-0ca91b30{
  51. width: 150rpx;
  52. height: 60rpx;
  53. line-height: 60rpx;
  54. text-align: center;
  55. background: rgba(255, 201, 189, 1);
  56. font-size: 28rpx;
  57. border: 2rpx solid rgba(255, 201, 189, 1);
  58. color: #333333;
  59. border-radius: 50rpx;
  60. font-weight: 700;
  61. margin-left: 15rpx;
  62. }
  63. .btn_.data-v-0ca91b30 {
  64. width: 150rpx;
  65. height: 60rpx;
  66. line-height: 60rpx;
  67. text-align: center;
  68. background: #FCD202;
  69. font-size: 28rpx;
  70. border: 2rpx solid #FCD202;
  71. color: #333333;
  72. border-radius: 50rpx;
  73. font-weight: 700;
  74. margin-left: 15rpx;
  75. }
  76. .tabBtn.data-v-0ca91b30 {
  77. /* background-color: #f6f6fa; */
  78. height: 60rpx;
  79. line-height: 60rpx;
  80. color: #000000;
  81. font-size: 31rpx;
  82. font-weight: bold;
  83. }
  84. .shaix.data-v-0ca91b30 {
  85. width: 30%;
  86. text-align: center;
  87. display: flex;
  88. align-items: center;
  89. justify-content: center;
  90. letter-spacing: 4rpx;
  91. font-size: 27rpx;
  92. }
  93. .select.data-v-0ca91b30 {
  94. color: #000000;
  95. font-size: 31rpx;
  96. font-weight: bold;
  97. background-color: #fff;
  98. }
  99. .nav view.data-v-0ca91b30 {
  100. flex-grow: 1;
  101. margin: 3% 6.5% 2%;
  102. text-align: center;
  103. }
  104. .nav_btna.data-v-0ca91b30 {
  105. font-size: 42rpx;
  106. line-height: 34rpx;
  107. color: #000000;
  108. font-weight: bold;
  109. border-bottom: 14rpx solid #FCD202;
  110. }
  111. /* 内容 */
  112. /* 全部订单 */
  113. .cont_one.data-v-0ca91b30 {
  114. /* margin-top: 160rpx; */
  115. }
  116. .cont_one image.data-v-0ca91b30 {
  117. width: 80%;
  118. height: 353rpx;
  119. }
  120. /* 到店取餐 */
  121. .cont_two.data-v-0ca91b30 {
  122. display: none;
  123. width: 94%;
  124. margin: 3% auto;
  125. background-color: #FFFFFF;
  126. border-radius: 18rpx;
  127. }
  128. .cont.data-v-0ca91b30 {
  129. /* display: none; */
  130. width: 94%;
  131. margin: 3% auto;
  132. background-color: #FFFFFF;
  133. border-radius: 18rpx;
  134. }
  135. .order_title.data-v-0ca91b30{
  136. width: 90%;
  137. margin: 0 auto;
  138. border-radius: 14px 14px, 0px, 0px;
  139. background: rgba(255, 239, 222, 1);
  140. height: 40rpx;
  141. color: rgba(255, 141, 26, 1);
  142. font-size: 24rpx;
  143. line-height: 40rpx;
  144. text-align: center;
  145. }
  146. .cont_two_top.data-v-0ca91b30 {
  147. width: 94%;
  148. padding: 4% 3% 0;
  149. margin: 0 auto;
  150. display: flex;
  151. justify-content: space-between;
  152. }
  153. .cont_two_top_le.data-v-0ca91b30 {
  154. width: 85%;
  155. font-size: 30rpx;
  156. font-weight: 500;
  157. color: #333333;
  158. /* line-height: 2; */
  159. margin: 5rpx 0;
  160. }
  161. .cont_two_top_ri.data-v-0ca91b30 {
  162. /* width: 15%; */
  163. padding: 6rpx 10rpx;
  164. text-align: center;
  165. background: rgba(255, 19, 10, 0.2);
  166. font-size: 24rpx;
  167. border: 2rpx solid #FF130A;
  168. color: #FF130A;
  169. opacity: 0.6;
  170. border-radius: 8rpx;
  171. }
  172. .cont_two_top_ri1.data-v-0ca91b30 {
  173. /* width: 15%; */
  174. text-align: center;
  175. /* line-height: 2; */
  176. padding: 6rpx 10rpx;
  177. background: #62ba8b;
  178. font-size: 24rpx;
  179. border: 2rpx solid #62ba8b;
  180. color: #fff;
  181. /* opacity: 0.6; */
  182. border-radius: 8rpx;
  183. }
  184. .cont_two_top_ri2.data-v-0ca91b30 {
  185. /* width: 15%; */
  186. text-align: center;
  187. /* line-height: 2; */
  188. padding: 6rpx 10rpx;
  189. background: #FCD202;
  190. font-size: 24rpx;
  191. border: 2rpx solid #FCD202;
  192. color: #fff;
  193. /* opacity: 0.6; */
  194. border-radius: 8rpx;
  195. }
  196. .cont_two_text.data-v-0ca91b30 {
  197. font-size: 58rpx;
  198. text-align: center;
  199. font-weight: bold;
  200. color: red;
  201. margin: 3% 0;
  202. line-height: 32rpx;
  203. }
  204. .cont_two_text2.data-v-0ca91b30 {
  205. font-size: 30rpx;
  206. width: 100%;
  207. font-weight: 500;
  208. color: #333333;
  209. text-align: center;
  210. padding-bottom: 3%;
  211. /* line-height: 32rpx; */
  212. }
  213. .cont_two_text2 text.data-v-0ca91b30 {
  214. color: #FF130A;
  215. }
  216. .cont_two_bottom.data-v-0ca91b30 {
  217. width: 94%;
  218. padding: 3%;
  219. margin: 0 auto;
  220. display: flex;
  221. border-top: 1rpx solid #E6E6E6;
  222. }
  223. .cont_two_bottom_le.data-v-0ca91b30 {
  224. flex: 1;
  225. font-size: 24rpx;
  226. font-weight: 500;
  227. color: #999999;
  228. line-height: 32rpx;
  229. }
  230. .cont_two_bottom_ri.data-v-0ca91b30 {
  231. flex: 1;
  232. text-align: right;
  233. }
  234. .cont_two_bottom_ri image.data-v-0ca91b30 {
  235. width: 14rpx;
  236. height: 24rpx;
  237. }
  238. /* 外卖订单 */
  239. .cont_three.data-v-0ca91b30 {
  240. display: none;
  241. width: 94%;
  242. margin: 3% auto;
  243. background-color: #FFFFFF;
  244. border-radius: 18rpx;
  245. }
  246. .cont_three_top.data-v-0ca91b30 {
  247. width: 94%;
  248. padding: 4% 3% 0;
  249. margin: 0 auto;
  250. display: flex;
  251. }
  252. .cont_three_top_le.data-v-0ca91b30 {
  253. flex: 2;
  254. font-size: 30rpx;
  255. font-weight: 500;
  256. color: #D80204;
  257. line-height: 32rpx;
  258. }
  259. .cont_three_top_ri.data-v-0ca91b30 {
  260. flex: 1;
  261. text-align: right;
  262. font-size: 24rpx;
  263. font-weight: 500;
  264. color: #999999;
  265. line-height: 32rpx;
  266. }
  267. .cont_three_text.data-v-0ca91b30 {
  268. padding: 2% 0 2% 3%;
  269. font-size: 24rpx;
  270. font-weight: 500;
  271. color: #999999;
  272. line-height: 32rpx;
  273. }
  274. .cont_three_cen.data-v-0ca91b30 {
  275. width: 94%;
  276. padding: 0.5% 3%;
  277. margin: 0 auto;
  278. display: flex;
  279. }
  280. .cont_three_cen_le.data-v-0ca91b30 {
  281. flex: 2;
  282. font-size: 30rpx;
  283. font-weight: 500;
  284. color: #333333;
  285. line-height: 32rpx;
  286. }
  287. .cont_three_cen_ri.data-v-0ca91b30 {
  288. flex: 1;
  289. text-align: right;
  290. font-size: 24rpx;
  291. font-weight: 500;
  292. color: #999999;
  293. line-height: 32rpx;
  294. }
  295. .cont_three_text2.data-v-0ca91b30 {
  296. font-size: 24rpx;
  297. font-weight: 500;
  298. color: #D80204;
  299. padding: 0 3%;
  300. line-height: 32rpx;
  301. }
  302. .cont_three_bottom.data-v-0ca91b30 {
  303. width: 94%;
  304. padding: 3%;
  305. margin: 3% auto 0;
  306. display: flex;
  307. border-top: 1rpx solid #E6E6E6;
  308. }
  309. .cont_three_bottom_le.data-v-0ca91b30 {
  310. flex: 1;
  311. font-size: 24rpx;
  312. font-weight: 500;
  313. color: #999999;
  314. line-height: 32rpx;
  315. }
  316. .cont_three_bottom_ri.data-v-0ca91b30 {
  317. flex: 1;
  318. text-align: right;
  319. }
  320. .cont_dis.data-v-0ca91b30 {
  321. display: block;
  322. }
  323. .box.data-v-0ca91b30 {
  324. width: 100%;
  325. height: 100vh;
  326. background-color: rgba(0, 0, 0, 0.2);
  327. /* opacity: 0.2; */
  328. position: absolute;
  329. top: 40px;
  330. z-index: 999
  331. }
  332. .popbox.data-v-0ca91b30 {
  333. width: 749rpx;
  334. /* height: 764upx; */
  335. background: #FFFFFF;
  336. padding-bottom: 72rpx;
  337. z-inde: 999;
  338. position: fixed;
  339. top: 66rpx;
  340. left: 0;
  341. right: 0;
  342. }
  343. .impute.data-v-0ca91b30 {
  344. background: #F2F2F2;
  345. height: 80rpx;
  346. margin: 20rpx 0;
  347. }
  348. .btns.data-v-0ca91b30 {
  349. width: 690rpx;
  350. height: 88rpx;
  351. background: #FF8D1A;
  352. box-shadow: 0rpx 10rpx 20rpx 0rpx #FFD9B3;
  353. border-radius: 16rpx;
  354. text-align: center;
  355. line-height: 88rpx;
  356. font-size: 32rpx;
  357. font-weight: bold;
  358. margin: 0 auto;
  359. }
  360. .tosend_header_food_le.data-v-0ca91b30 {
  361. width: 15%;
  362. }
  363. .tosend_header_food_le image.data-v-0ca91b30 {
  364. width: 110rpx;
  365. height: 110rpx;
  366. }
  367. .u-border-top.data-v-0ca91b30:after {
  368. border: none !important;
  369. }
  370. /* 收货码弹框 */
  371. .receipt_code.data-v-0ca91b30 {
  372. width: 90%;
  373. margin: 0 auto;
  374. }
  375. .code_title.data-v-0ca91b30 {
  376. width: 100%;
  377. line-height: 100rpx;
  378. font-size: 31rpx;
  379. font-weight: bold;
  380. text-align: center;
  381. letter-spacing: 2rpx;
  382. margin-top: 21rpx;
  383. margin-bottom: 25rpx;
  384. }
  385. .u-input--border.data-v-0ca91b30 {
  386. border: 1px solid #F2F2F2 !important;
  387. background: #F2F2F2 !important;
  388. color: #999999 !important;
  389. font-weight: 500 !important;
  390. letter-spacing: 2rpx !important;
  391. }
  392. .u-input__input.data-v-0ca91b30 {
  393. font-size: 30rpx;
  394. font-weight: bold;
  395. flex: 1;
  396. color: #999999 !important;
  397. min-height: 85rpx !important;
  398. margin-top: 7rpx;
  399. }
  400. .sure.data-v-0ca91b30 {
  401. width: 100%;
  402. height: 80rpx;
  403. background: rgba(245, 211, 71, 1);
  404. color: white;
  405. border-radius: 46rpx;
  406. text-align: center;
  407. line-height: 80rpx;
  408. margin-top: 30rpx;
  409. color: rgba(0, 0, 0, 1);
  410. letter-spacing: 2rpx;
  411. }
  412. .sure2.data-v-0ca91b30{
  413. text-align: center;
  414. color: rgba(0, 0, 0, 1);
  415. line-height: 80rpx;
  416. margin-top: 30rpx;
  417. width: 100%;
  418. height: 80rpx;
  419. opacity: 1;
  420. border-radius: 10rpx;
  421. background: rgba(245, 211, 71, 1);
  422. }
  423. /* 确认送达拍照框 */
  424. .phone_title.data-v-0ca91b30{
  425. margin-top: 10px;
  426. width: 100%;
  427. height: 40px;
  428. /* background-color: #FF7F00; */
  429. text-align: center;
  430. line-height: 40px;
  431. /* color:#FFFFFF; */
  432. }
  433. .phone_title2.data-v-0ca91b30{
  434. margin-top: 10px;
  435. text-align: center;
  436. color:#9d9d9d;
  437. }
  438. .code_title2.data-v-0ca91b30 {
  439. width: 100%;
  440. line-height: 50rpx;
  441. text-align: center;
  442. letter-spacing: 2rpx;
  443. margin-top: 21rpx;
  444. margin-bottom: 25rpx;
  445. }
  446. .code_title3.data-v-0ca91b30{
  447. margin-left: -20px;
  448. margin-top: 21rpx;
  449. margin-bottom: 25rpx;
  450. width: 638rpx;
  451. height: 66rpx;
  452. border-radius: 6rpx;
  453. background: rgba(255, 245, 245, 1);
  454. font-size: 24rpx;
  455. line-height: 66rpx;
  456. color: rgba(212, 48, 48, 1);
  457. text-align: center;
  458. }