index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. /* 切换选项 */
  2. .nav.data-v-37f9c3e4 {
  3. display: flex;
  4. align-items: center;
  5. justify-content: center;
  6. background-color: #FFFFFF;
  7. color: #999999;
  8. }
  9. .nav view.data-v-37f9c3e4 {
  10. flex-grow: 1;
  11. margin: 3% 9% 2%;
  12. text-align: center;
  13. }
  14. .nav_btna.data-v-37f9c3e4 {
  15. font-size: 38rpx;
  16. line-height: 34rpx;
  17. border-bottom: 14rpx solid #FCD202;
  18. color: #000000;
  19. font-weight: bold;
  20. }
  21. /* 内容 */
  22. /* 全部订单 */
  23. .cont_one.data-v-37f9c3e4 {
  24. /* display: none; */
  25. width: 94%;
  26. margin: 0 auto;
  27. }
  28. .cont_one_ce.data-v-37f9c3e4 {
  29. width: 100%;
  30. padding: 3% 3% 2%;
  31. margin: 3% 0 0;
  32. background-color: #FFFFFF;
  33. border-radius: 18rpx;
  34. position: relative;
  35. }
  36. .cont_one_top.data-v-37f9c3e4 {
  37. display: flex;
  38. width: 100%;
  39. }
  40. .cont_one_top_le.data-v-37f9c3e4 {
  41. flex: 2;
  42. font-size: 35rpx;
  43. font-weight: 800;
  44. color: #000000;
  45. line-height: 32rpx;
  46. }
  47. .cont_one_top_le2.data-v-37f9c3e4 {
  48. flex: 2;
  49. font-size: 35rpx;
  50. font-weight: 800;
  51. color: #999999;
  52. line-height: 32rpx;
  53. }
  54. .cont_one_top_ri.data-v-37f9c3e4 {
  55. flex: 1;
  56. font-size: 40rpx;
  57. text-align: right;
  58. font-family: DINPro;
  59. font-weight: 500;
  60. color: #FF130A;
  61. line-height: 32rpx;
  62. }
  63. .cont_one_top_ri text.data-v-37f9c3e4 {
  64. font-size: 30rpx;
  65. }
  66. .cont_one_text.data-v-37f9c3e4 {
  67. font-size: 30rpx;
  68. margin: 2% 0 1%;
  69. font-weight: 400;
  70. color: #999999;
  71. display: flex;
  72. justify-content: space-between;
  73. }
  74. .cont_one_bottom.data-v-37f9c3e4 {
  75. width: 100%;
  76. padding: 3% 0 0;
  77. margin-top: 3%;
  78. display: flex;
  79. border-top: 2rpx dotted #E6E6E6;
  80. }
  81. .cont_one_bottom_le.data-v-37f9c3e4 {
  82. width: 80%;
  83. /* font-size: 30rpx; */
  84. font-weight: 500;
  85. color: #999999;
  86. line-height: 2;
  87. }
  88. .cont_one_bottom_ri.data-v-37f9c3e4 {
  89. width: 20%;
  90. text-align: center;
  91. /* line-height: 2; */
  92. background: rgba(255, 19, 10, 0.2);
  93. font-size: 24rpx;
  94. border: 2rpx solid #FF130A;
  95. color: #FF130A;
  96. opacity: 0.6;
  97. border-radius: 50rpx;
  98. }
  99. /* 到店取餐 */
  100. /* .cont_two {
  101. display: none;width: 94%;margin: 0 auto;
  102. }
  103. .cont_two_ce{
  104. width: 94%;padding: 3% 3% 2%; margin: 3% 0 0 ;background-color: #FFFFFF;
  105. border-radius: 18rpx;
  106. } */
  107. .cont_one_img.data-v-37f9c3e4 {}
  108. .cont_one_img.data-v-37f9c3e4 {
  109. width: 120rpx;
  110. height: 117rpx;
  111. position: absolute;
  112. top: 0;
  113. left: 83%;
  114. }
  115. .cont_one_img image.data-v-37f9c3e4 {
  116. width: 120rpx;
  117. height: 117rpx;
  118. }
  119. .cont.data-v-37f9c3e4 {
  120. display: none;
  121. }
  122. .cont_dis.data-v-37f9c3e4 {
  123. display: block;
  124. }