order.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. .container {
  2. margin: 0rpx 30rpx;
  3. width: calc(100% - 60rpx);
  4. padding: 0 0;
  5. overflow: hidden;
  6. }
  7. .search-bar {
  8. width: calc(100% - 50rpx);
  9. position: relative;
  10. display: flex;
  11. align-items: center;
  12. background-color: #fff;
  13. border: 1rpx solid #dcdfe6;
  14. border-radius: 12rpx;
  15. padding: 16rpx 20rpx;
  16. }
  17. .search-bar input {
  18. flex: 1;
  19. height: 100%;
  20. padding-right: 60rpx;
  21. font-size: 32rpx;
  22. border: none;
  23. background: transparent;
  24. }
  25. .search-icon {
  26. position: absolute;
  27. right: 20rpx;
  28. width: 45rpx;
  29. height: 45rpx;
  30. }
  31. .category-tabs {
  32. width: 100%;
  33. display: flex;
  34. justify-content: space-between;
  35. margin-top: 20rpx;
  36. }
  37. .category-tab {
  38. margin: 0 16rpx;
  39. padding: 13rpx 30rpx;
  40. font-size: 26rpx;
  41. color: #666;
  42. border-radius: 25rpx;
  43. }
  44. .category-tab.active {
  45. color: #409eff;
  46. background: #ecf5ff;
  47. border: 1rpx solid #d9ecff;
  48. }
  49. .order-list {
  50. width: calc(100% - 60rpx);
  51. padding: 0 30rpx;
  52. margin-top: 20rpx;
  53. }
  54. .order-item {
  55. background: #fff;
  56. border-radius: 16rpx;
  57. padding: 20rpx;
  58. margin-bottom: 20rpx;
  59. }
  60. .order-status {
  61. display: flex;
  62. justify-content: space-between;
  63. align-content: center;
  64. margin-bottom: 10rpx;
  65. }
  66. .order-detail {
  67. display: flex;
  68. margin: 20rpx 0;
  69. }
  70. .order-image {
  71. width: 120rpx;
  72. height: 120rpx;
  73. margin-right: 20rpx;
  74. }
  75. .order-info {
  76. flex: 1;
  77. }
  78. .order-title {
  79. font-size: 32rpx;
  80. color: #333;
  81. margin-bottom: 10rpx;
  82. }
  83. .order-description {
  84. font-size: 28rpx;
  85. color: #666;
  86. margin-bottom: 10rpx;
  87. }
  88. .order-price {
  89. font-size: 32rpx;
  90. color: #f00;
  91. }
  92. .order-actions {
  93. display: flex;
  94. justify-content: flex-end !important;
  95. border-top: 1rpx solid #cccccc;
  96. padding-top: 30rpx;
  97. padding-bottom: 20rpx;
  98. }
  99. .order-action-btn1 {
  100. width: 200rpx !important;
  101. margin-left: 20rpx;
  102. padding: 20rpx 20rpx;
  103. font-size: 28rpx;
  104. color: #909399;
  105. background: #f4f4f5;
  106. border: 1rpx solid #c7c9cc;
  107. border-radius: 40rpx;
  108. }
  109. .order-action-btn2 {
  110. width: 200rpx !important;
  111. margin-left: 20rpx;
  112. padding: 20rpx 20rpx;
  113. font-size: 28rpx;
  114. color: #fff;
  115. background: #409eff;
  116. border: 1rpx solid #409eff;
  117. border-radius: 12rpx;
  118. border-radius: 40rpx;
  119. }
  120. .dsh {
  121. color: #67c23a;
  122. background: #f0f9eb;
  123. border: 1rpx solid #e1f3d8;
  124. padding: 7rpx 20rpx;
  125. border-radius: 25rpx;
  126. }
  127. .dfk {
  128. color: #e6a23c;
  129. background: #fcf6ec;
  130. border: 1rpx solid #faecd8;
  131. padding: 7rpx 20rpx;
  132. border-radius: 25rpx;
  133. }
  134. .ywc {
  135. color: #409eff;
  136. background: #ecf5ff;
  137. border: 1rpx solid #d9ecff;
  138. padding: 7rpx 20rpx;
  139. border-radius: 25rpx;
  140. }
  141. .list_boxsss {
  142. width: 100%;
  143. /* width: calc(100% - 60rpx); */
  144. height: calc(100% - 200rpx);
  145. position: fixed;
  146. top: 180rpx;
  147. left: 0;
  148. }
  149. .loading-text {
  150. width: 100%;
  151. text-align: center;
  152. }
  153. .no-more-text {
  154. width: 100%;
  155. text-align: center;
  156. }