myorder.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. line-height: 92rpx;
  10. position: fixed;
  11. width: 100%;
  12. height: 92rpx;
  13. z-index: 11;
  14. }
  15. .tabLine.data-v-1f8e8190 {
  16. width: 180rpx;
  17. text-align: center;
  18. }
  19. .tabActive.data-v-1f8e8190 {
  20. color: #FF4F00;
  21. border-bottom: 4rpx solid #FF4F00;
  22. }
  23. .main.data-v-1f8e8190 {
  24. padding-top: 92rpx;
  25. background-color: #F4F5F7;
  26. }
  27. .itemBg.data-v-1f8e8190 {
  28. margin: 20rpx 24rpx;
  29. background-color: #FFFFFF;
  30. border-radius: 10rpx;
  31. padding: 20rpx;
  32. }
  33. .itemTop.data-v-1f8e8190 {
  34. display: flex;
  35. justify-content: space-between;
  36. }
  37. .itemSheetState.data-v-1f8e8190 {
  38. font-size: 24rpx;
  39. color: #FF2400
  40. }
  41. .itemShopBg.data-v-1f8e8190 {
  42. display: flex;
  43. justify-content: space-between;
  44. margin: 20rpx 0;
  45. }
  46. .shopName.data-v-1f8e8190 {
  47. color: #333333;
  48. font-size: 30rpx;
  49. }
  50. .price.data-v-1f8e8190 {
  51. color: #333333;
  52. font-size: 32rpx;
  53. }
  54. .itemName.data-v-1f8e8190 {
  55. color: #666666;
  56. font-size: 24rpx;
  57. height: 30rpx;
  58. overflow: hidden;
  59. text-overflow: ellipsis;
  60. white-space: nowrap;
  61. }
  62. .plateNumber.data-v-1f8e8190 {
  63. color: #666666;
  64. font-size: 24rpx;
  65. margin: 15rpx 0 20rpx;
  66. }
  67. .itemLineBottom.data-v-1f8e8190 {
  68. display: flex;
  69. justify-content: flex-end;
  70. }
  71. .itemBtn1.data-v-1f8e8190 {
  72. width: 150rpx;
  73. height: 56rpx;
  74. border-radius: 36rpx;
  75. border: 2rpx solid #DDDDDD;
  76. text-align: center;
  77. line-height: 56rpx;
  78. font-size: 28rpx;
  79. color: #3C3C3C;
  80. margin-left: 40rpx;
  81. }
  82. .itemBtn2.data-v-1f8e8190 {
  83. width: 150rpx;
  84. height: 56rpx;
  85. border-radius: 36rpx;
  86. border: 2rpx solid #FF4F00;
  87. text-align: center;
  88. line-height: 56rpx;
  89. font-size: 28rpx;
  90. color: #FF4F00;
  91. margin-left: 40rpx;
  92. }