order.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. page{
  2. background: #f4f4f4;
  3. }
  4. .page {
  5. height: 100%;
  6. }
  7. .greyBg{
  8. height: 100% !important;
  9. }
  10. .noOrder {
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. height: 100%;
  15. }
  16. .hasOrder {
  17. display: flex;
  18. flex-direction: column;
  19. align-items: center;
  20. padding-bottom: 20rpx;
  21. height: 100%;
  22. }
  23. .box .bike {
  24. width: 724rpx;
  25. height: 400rpx;
  26. margin-left: -100rpx;
  27. margin-top: 100rpx;
  28. }
  29. .noOrder image {
  30. height: 365rpx;
  31. width: 591rpx;
  32. margin-top: 253rpx;
  33. margin-left: -100rpx;
  34. }
  35. .noOrder view {
  36. font-size: 30rpx;
  37. color: #929292;
  38. margin-top: 109rpx;
  39. }
  40. /* 顶部灰块 */
  41. .block {
  42. height: 12rpx;
  43. width: 100%;
  44. }
  45. .tabbar {
  46. display: flex;
  47. width: 100%;
  48. background: rgba(255, 255, 255, 1);
  49. margin-bottom:15rpx;
  50. border-top:1rpx solid #f4f4f4;
  51. box-sizing:border-box;
  52. position: fixed;
  53. }
  54. .tabbar view {
  55. display: flex;
  56. align-items: center;
  57. justify-content: center;
  58. width: 50%;
  59. flex-direction: column;
  60. }
  61. .tabbar view .active {
  62. background: #10d6bb;
  63. width: 56rpx;
  64. height: 4rpx;
  65. }
  66. .hasOrder .time{
  67. margin-top:99rpx;
  68. }
  69. .hasOrder .time, .hasOrder .listTop {
  70. background: #fff;
  71. padding: 20rpx 33rpx 20rpx 53rpx;
  72. box-sizing: border-box;
  73. }
  74. .hasOrder:first-child .orderList{
  75. margin-top: 106rpx;
  76. }
  77. .orderList .listTop {
  78. padding: 32rpx 30rpx 10rpx 30rpx;
  79. }
  80. .time view {
  81. color: #2a2a2a;
  82. font-size: 32rpx;
  83. }
  84. .time view text {
  85. margin-right: 10rpx;
  86. }
  87. .time view:last-child {
  88. font-size: 24rpx;
  89. color: #999;
  90. }
  91. /* 订单列表 */
  92. .orderList {
  93. margin-top: 20rpx !important;
  94. width: 92%;
  95. }
  96. .listTop view {
  97. font-size: 32rpx;
  98. color: #2a2a2a;
  99. }
  100. .listTop view:last-child {
  101. font-size: 24rpx;
  102. display: flex;
  103. align-items: center;
  104. }
  105. .iconfont {
  106. font-size: 45rpx;
  107. vertical-align: middle;
  108. }
  109. .orderList .orderTime {
  110. font-size: 24rpx;
  111. color: #999;
  112. padding: 0 33rpx 28rpx 30rpx;
  113. background: #fff;
  114. }
  115. .oderBottom {
  116. background: #fff;
  117. border-top: 1px solid #f4f4f4;
  118. }
  119. .oderBottom view {
  120. padding: 28rpx 55rpx 37rpx 30rpx;
  121. font-size: 24rpx;
  122. color: #2a2a2a;
  123. }
  124. /* 订单状态颜色 */
  125. .abnormal {
  126. color: #18d5b9;
  127. }
  128. .noPay {
  129. color: #f4915b;
  130. }