record.wxss 2.1 KB

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