myorder.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. .box.data-v-1f8e8190{
  2. min-height: 100vh;
  3. background: #F4F5F7;
  4. }
  5. .tab.data-v-1f8e8190{
  6. background: #FFFFFF;
  7. display: flex;
  8. justify-content: space-between;
  9. padding: 0 15rpx;
  10. line-height: 84rpx;
  11. position: fixed;
  12. left: 0;
  13. top: 44px;
  14. width: 720rpx;
  15. z-index: 11;
  16. }
  17. .main.data-v-1f8e8190{
  18. padding-top:88rpx;
  19. padding-left: 24rpx;
  20. padding-right: 24rpx;
  21. }
  22. .tab.data-v-1f8e8190{
  23. position: fixed;
  24. left: 0;
  25. top: 0;
  26. }
  27. .main.data-v-1f8e8190{
  28. padding-top: 88rpx ;
  29. }
  30. .tabLine.data-v-1f8e8190{
  31. width: 180rpx;
  32. text-align: center;
  33. }
  34. .tabActive.data-v-1f8e8190{
  35. color: #FF4F00;
  36. border-bottom: 4rpx solid #FF4F00;
  37. }
  38. .flex2.data-v-1f8e8190{
  39. display: flex;
  40. justify-content: space-between;
  41. }
  42. .itemLine.data-v-1f8e8190{
  43. background: #FFFFFF;
  44. margin-top: 20rpx;
  45. }
  46. .itemCode.data-v-1f8e8190{
  47. font-size: 28rpx;
  48. color: #999999;
  49. }
  50. .itemlineTOp.data-v-1f8e8190{
  51. padding: 25rpx 20rpx;
  52. }
  53. .itemSheetState.data-v-1f8e8190{
  54. font-size: 30rpx;
  55. color: #FF4F00
  56. }
  57. .goodsImg.data-v-1f8e8190{
  58. width: 126rpx;
  59. height: 126rpx;
  60. margin-left: 18rpx;
  61. border-radius: 5rpx;
  62. }
  63. .itemLineImgBox.data-v-1f8e8190{
  64. display: flex;
  65. }
  66. .itemGoddsImgBox.data-v-1f8e8190{
  67. display: flex;
  68. width:558rpx;
  69. }
  70. .diandianImg.data-v-1f8e8190{
  71. width: 50rpx;
  72. margin-left: 50rpx;
  73. margin-top: 50rpx;
  74. }
  75. .raleMoneyBox.data-v-1f8e8190{
  76. text-align: right;
  77. color: #666666;
  78. font-size: 24rpx;
  79. line-height: 50rpx;
  80. padding-bottom: 20rpx;
  81. /* border-bottom: 1px solid #EEEEEE; */
  82. }
  83. .raleMoneySpan.data-v-1f8e8190{
  84. color: #3C3C3C;
  85. font-size: 32rpx;
  86. padding-right: 24rpx;
  87. padding-left: 10rpx;
  88. }
  89. .itemLineBottom.data-v-1f8e8190{
  90. display: flex;
  91. justify-content: flex-end;
  92. padding-top: 20rpx;padding-bottom: 20rpx;padding-right: 20rpx;
  93. border-top: 1px solid #EEEEEE;
  94. }
  95. .daifuwuBOxDiv.data-v-1f8e8190{
  96. padding: 20rpx;
  97. }
  98. .itemBtn1.data-v-1f8e8190{
  99. width: 150rpx;
  100. height: 56rpx;
  101. border-radius: 36rpx;
  102. border: 2rpx solid #DDDDDD;
  103. text-align: center;
  104. line-height: 56rpx;
  105. font-size: 28rpx;
  106. color: #3C3C3C;
  107. margin-left: 40rpx;
  108. }
  109. .itemBtn2.data-v-1f8e8190{
  110. width: 150rpx;
  111. height: 56rpx;
  112. border-radius: 36rpx;
  113. border: 2rpx solid #FF4F00;
  114. text-align: center;
  115. line-height: 56rpx;
  116. font-size: 28rpx;
  117. color: #FF4F00;
  118. margin-left: 40rpx;
  119. }
  120. .daifuwuBOx.data-v-1f8e8190{
  121. width: 662rpx;
  122. height: 175rpx;
  123. background: rgba(255, 79, 0, 0.04);
  124. border-radius: 6rpx;
  125. }
  126. .orderyytimeImg.data-v-1f8e8190{
  127. width: 32rpx;
  128. height: 32rpx;
  129. }
  130. .daifuwuBOxTop.data-v-1f8e8190{
  131. display: flex;
  132. padding: 20rpx 0 20rpx 20rpx;
  133. color: #FF4F00;
  134. font-size: 28rpx;
  135. }
  136. .daifuwuBOxTitle.data-v-1f8e8190{
  137. line-height: 32rpx;padding-left: 10rpx;
  138. }
  139. .daifuwuBOxLIne.data-v-1f8e8190{
  140. color: #666666;
  141. font-size: 26rpx;
  142. line-height: 40rpx;
  143. padding-left: 20rpx;
  144. }