index.wxss 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  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. .cont_two_top.data-v-0ca91b30 {
  136. width: 94%;
  137. padding: 4% 3% 0;
  138. margin: 0 auto;
  139. display: flex;
  140. justify-content: space-between;
  141. }
  142. .cont_two_top_le.data-v-0ca91b30 {
  143. width: 85%;
  144. font-size: 30rpx;
  145. font-weight: 500;
  146. color: #333333;
  147. /* line-height: 2; */
  148. margin: 5rpx 0;
  149. }
  150. .cont_two_top_ri.data-v-0ca91b30 {
  151. /* width: 15%; */
  152. padding: 6rpx 10rpx;
  153. text-align: center;
  154. background: rgba(255, 19, 10, 0.2);
  155. font-size: 24rpx;
  156. border: 2rpx solid #FF130A;
  157. color: #FF130A;
  158. opacity: 0.6;
  159. border-radius: 8rpx;
  160. }
  161. .cont_two_top_ri1.data-v-0ca91b30 {
  162. /* width: 15%; */
  163. text-align: center;
  164. /* line-height: 2; */
  165. padding: 6rpx 10rpx;
  166. background: #62ba8b;
  167. font-size: 24rpx;
  168. border: 2rpx solid #62ba8b;
  169. color: #fff;
  170. /* opacity: 0.6; */
  171. border-radius: 8rpx;
  172. }
  173. .cont_two_top_ri2.data-v-0ca91b30 {
  174. /* width: 15%; */
  175. text-align: center;
  176. /* line-height: 2; */
  177. padding: 6rpx 10rpx;
  178. background: #FCD202;
  179. font-size: 24rpx;
  180. border: 2rpx solid #FCD202;
  181. color: #fff;
  182. /* opacity: 0.6; */
  183. border-radius: 8rpx;
  184. }
  185. .cont_two_text.data-v-0ca91b30 {
  186. font-size: 58rpx;
  187. text-align: center;
  188. font-weight: bold;
  189. color: red;
  190. margin: 3% 0;
  191. line-height: 32rpx;
  192. }
  193. .cont_two_text2.data-v-0ca91b30 {
  194. font-size: 30rpx;
  195. width: 100%;
  196. font-weight: 500;
  197. color: #333333;
  198. text-align: center;
  199. padding-bottom: 3%;
  200. /* line-height: 32rpx; */
  201. }
  202. .cont_two_text2 text.data-v-0ca91b30 {
  203. color: #FF130A;
  204. }
  205. .cont_two_bottom.data-v-0ca91b30 {
  206. width: 94%;
  207. padding: 3%;
  208. margin: 0 auto;
  209. display: flex;
  210. border-top: 1rpx solid #E6E6E6;
  211. }
  212. .cont_two_bottom_le.data-v-0ca91b30 {
  213. flex: 1;
  214. font-size: 24rpx;
  215. font-weight: 500;
  216. color: #999999;
  217. line-height: 32rpx;
  218. }
  219. .cont_two_bottom_ri.data-v-0ca91b30 {
  220. flex: 1;
  221. text-align: right;
  222. }
  223. .cont_two_bottom_ri image.data-v-0ca91b30 {
  224. width: 14rpx;
  225. height: 24rpx;
  226. }
  227. /* 外卖订单 */
  228. .cont_three.data-v-0ca91b30 {
  229. display: none;
  230. width: 94%;
  231. margin: 3% auto;
  232. background-color: #FFFFFF;
  233. border-radius: 18rpx;
  234. }
  235. .cont_three_top.data-v-0ca91b30 {
  236. width: 94%;
  237. padding: 4% 3% 0;
  238. margin: 0 auto;
  239. display: flex;
  240. }
  241. .cont_three_top_le.data-v-0ca91b30 {
  242. flex: 2;
  243. font-size: 30rpx;
  244. font-weight: 500;
  245. color: #D80204;
  246. line-height: 32rpx;
  247. }
  248. .cont_three_top_ri.data-v-0ca91b30 {
  249. flex: 1;
  250. text-align: right;
  251. font-size: 24rpx;
  252. font-weight: 500;
  253. color: #999999;
  254. line-height: 32rpx;
  255. }
  256. .cont_three_text.data-v-0ca91b30 {
  257. padding: 2% 0 2% 3%;
  258. font-size: 24rpx;
  259. font-weight: 500;
  260. color: #999999;
  261. line-height: 32rpx;
  262. }
  263. .cont_three_cen.data-v-0ca91b30 {
  264. width: 94%;
  265. padding: 0.5% 3%;
  266. margin: 0 auto;
  267. display: flex;
  268. }
  269. .cont_three_cen_le.data-v-0ca91b30 {
  270. flex: 2;
  271. font-size: 30rpx;
  272. font-weight: 500;
  273. color: #333333;
  274. line-height: 32rpx;
  275. }
  276. .cont_three_cen_ri.data-v-0ca91b30 {
  277. flex: 1;
  278. text-align: right;
  279. font-size: 24rpx;
  280. font-weight: 500;
  281. color: #999999;
  282. line-height: 32rpx;
  283. }
  284. .cont_three_text2.data-v-0ca91b30 {
  285. font-size: 24rpx;
  286. font-weight: 500;
  287. color: #D80204;
  288. padding: 0 3%;
  289. line-height: 32rpx;
  290. }
  291. .cont_three_bottom.data-v-0ca91b30 {
  292. width: 94%;
  293. padding: 3%;
  294. margin: 3% auto 0;
  295. display: flex;
  296. border-top: 1rpx solid #E6E6E6;
  297. }
  298. .cont_three_bottom_le.data-v-0ca91b30 {
  299. flex: 1;
  300. font-size: 24rpx;
  301. font-weight: 500;
  302. color: #999999;
  303. line-height: 32rpx;
  304. }
  305. .cont_three_bottom_ri.data-v-0ca91b30 {
  306. flex: 1;
  307. text-align: right;
  308. }
  309. .cont_dis.data-v-0ca91b30 {
  310. display: block;
  311. }
  312. .box.data-v-0ca91b30 {
  313. width: 100%;
  314. height: 100vh;
  315. background-color: rgba(0, 0, 0, 0.2);
  316. /* opacity: 0.2; */
  317. position: absolute;
  318. top: 40px;
  319. z-index: 999
  320. }
  321. .popbox.data-v-0ca91b30 {
  322. width: 749rpx;
  323. /* height: 764upx; */
  324. background: #FFFFFF;
  325. padding-bottom: 72rpx;
  326. z-inde: 999;
  327. position: fixed;
  328. top: 66rpx;
  329. left: 0;
  330. right: 0;
  331. }
  332. .impute.data-v-0ca91b30 {
  333. background: #F2F2F2;
  334. height: 80rpx;
  335. margin: 20rpx 0;
  336. }
  337. .btns.data-v-0ca91b30 {
  338. width: 690rpx;
  339. height: 88rpx;
  340. background: #FF8D1A;
  341. box-shadow: 0rpx 10rpx 20rpx 0rpx #FFD9B3;
  342. border-radius: 16rpx;
  343. text-align: center;
  344. line-height: 88rpx;
  345. font-size: 32rpx;
  346. font-weight: bold;
  347. margin: 0 auto;
  348. }
  349. .tosend_header_food_le.data-v-0ca91b30 {
  350. width: 15%;
  351. }
  352. .tosend_header_food_le image.data-v-0ca91b30 {
  353. width: 110rpx;
  354. height: 110rpx;
  355. }
  356. .u-border-top.data-v-0ca91b30:after {
  357. border: none !important;
  358. }
  359. /* 收货码弹框 */
  360. .receipt_code.data-v-0ca91b30 {
  361. width: 90%;
  362. margin: 0 auto;
  363. }
  364. .code_title.data-v-0ca91b30 {
  365. width: 100%;
  366. line-height: 100rpx;
  367. font-size: 31rpx;
  368. font-weight: bold;
  369. text-align: center;
  370. letter-spacing: 2rpx;
  371. margin-top: 21rpx;
  372. margin-bottom: 25rpx;
  373. }
  374. .u-input--border.data-v-0ca91b30 {
  375. border: 1px solid #F2F2F2 !important;
  376. background: #F2F2F2 !important;
  377. color: #999999 !important;
  378. font-weight: 500 !important;
  379. letter-spacing: 2rpx !important;
  380. }
  381. .u-input__input.data-v-0ca91b30 {
  382. font-size: 30rpx;
  383. font-weight: bold;
  384. flex: 1;
  385. color: #999999 !important;
  386. min-height: 85rpx !important;
  387. margin-top: 7rpx;
  388. }
  389. .sure.data-v-0ca91b30 {
  390. width: 100%;
  391. height: 80rpx;
  392. background: rgba(245, 211, 71, 1);
  393. color: white;
  394. border-radius: 46rpx;
  395. text-align: center;
  396. line-height: 80rpx;
  397. margin-top: 30rpx;
  398. color: rgba(0, 0, 0, 1);
  399. letter-spacing: 2rpx;
  400. }
  401. .sure2.data-v-0ca91b30{
  402. text-align: center;
  403. color: rgba(0, 0, 0, 1);
  404. line-height: 80rpx;
  405. margin-top: 30rpx;
  406. width: 100%;
  407. height: 80rpx;
  408. opacity: 1;
  409. border-radius: 10rpx;
  410. background: rgba(245, 211, 71, 1);
  411. }
  412. /* 确认送达拍照框 */
  413. .phone_title.data-v-0ca91b30{
  414. margin-top: 10px;
  415. width: 100%;
  416. height: 40px;
  417. /* background-color: #FF7F00; */
  418. text-align: center;
  419. line-height: 40px;
  420. /* color:#FFFFFF; */
  421. }
  422. .phone_title2.data-v-0ca91b30{
  423. margin-top: 10px;
  424. text-align: center;
  425. color:#9d9d9d;
  426. }
  427. .code_title2.data-v-0ca91b30 {
  428. width: 100%;
  429. line-height: 50rpx;
  430. text-align: center;
  431. letter-spacing: 2rpx;
  432. margin-top: 21rpx;
  433. margin-bottom: 25rpx;
  434. }
  435. .code_title3.data-v-0ca91b30{
  436. margin-left: -20px;
  437. margin-top: 21rpx;
  438. margin-bottom: 25rpx;
  439. width: 638rpx;
  440. height: 66rpx;
  441. border-radius: 6rpx;
  442. background: rgba(255, 245, 245, 1);
  443. font-size: 24rpx;
  444. line-height: 66rpx;
  445. color: rgba(212, 48, 48, 1);
  446. text-align: center;
  447. }