orders.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #f3f3f3;
  6. }
  7. .orders-tabs {
  8. position: fixed;
  9. top: -1rpx;
  10. left: 0rpx;
  11. width: 100%;
  12. height: 81rpx;
  13. background-color: #fff;
  14. border-bottom: 1rpx solid #dddddd;
  15. z-index: 99999;
  16. }
  17. .orders-tab {
  18. width: 16.6%;
  19. height: 80rpx;
  20. float: left;
  21. line-height: 80rpx;
  22. text-align: center;
  23. font-size: 22rpx;
  24. color: #4c4c4c;
  25. }
  26. .orders-tab__border {
  27. position: absolute;
  28. width: 16.6%;
  29. height: 4rpx;
  30. bottom: 0;
  31. background-color: #eab86a;
  32. transition: left 0.4s;
  33. -webkit-transition: left 0.4s;
  34. }
  35. .orders-main {
  36. padding-top: 110rpx;
  37. }
  38. .order {
  39. padding: 0 20rpx;
  40. background-color: #fff;
  41. margin-bottom: 20rpx;
  42. }
  43. .order-title {
  44. height: 90rpx;
  45. line-height: 90rpx;
  46. font-size: 28rpx;
  47. }
  48. .order-title__left {
  49. color: #999999;
  50. float: left;
  51. }
  52. .order-title__right {
  53. color: #eab86a;
  54. float: right;
  55. }
  56. .order-main {
  57. width: 710rpx;
  58. background-color: #fcfcfc;
  59. margin-bottom:5px;
  60. position: relative;
  61. }
  62. .order-main__left {
  63. width: 200rpx;
  64. height: 200rpx;
  65. display: inline-block;
  66. vertical-align: top;
  67. }
  68. .order-main__right {
  69. /* position: relative; */
  70. width: 490rpx;
  71. display: inline-block;
  72. padding: 0 15rpx;
  73. box-sizing: border-box;
  74. }
  75. .order-info__title {
  76. color: #4c4c4c;
  77. font-size: 24rpx;
  78. line-height: 36rpx;
  79. padding-top: 5rpx;
  80. height: 40rpx;
  81. -webkit-line-clamp: 2;
  82. }
  83. .order-info__type {
  84. padding-top: 12rpx;
  85. font-size: 24rpx;
  86. color: #bbbbbb;
  87. }
  88. .order-info__price {
  89. font-size: 24rpx;
  90. color: #eab86a;
  91. }
  92. .order-info__point {
  93. color: #bbbbbb;
  94. }
  95. .order-info__count {
  96. bottom: 16rpx;
  97. right: 0;
  98. font-size: 24rpx;
  99. color: #bbbbbb;
  100. display: inline;
  101. padding-left: 35rpx;
  102. }
  103. .order-allprice {
  104. width: 100%;
  105. padding-top: 20rpx;
  106. height: 70rpx;
  107. line-height: 70rpx;
  108. text-align: right;
  109. color: #4c4c4c;
  110. font-size: 24rpx;
  111. border-bottom: 1rpx solid #eeeeee;
  112. }
  113. .order-btn {
  114. height: 108rpx;
  115. }
  116. .order-btn__black {
  117. border: 1rpx solid #eab86a;
  118. text-align: center;
  119. line-height: 50rpx;
  120. position: absolute;
  121. z-index: 999;
  122. right: 0;
  123. bottom: 5rpx;
  124. border-radius: 45px;
  125. color: #eab86a;
  126. font-size: 26rpx;
  127. padding: 0rpx 25rpx;
  128. }
  129. .order-btn__black_wl {
  130. border: 1rpx solid #999;
  131. text-align: center;
  132. line-height: 58rpx;
  133. z-index: 999;
  134. /* border-radius: 45px; */
  135. color: #999;
  136. font-size: 28rpx;
  137. padding: 0rpx 25rpx;
  138. display: inline-block;
  139. float: right;
  140. margin-top: 20rpx;
  141. }
  142. .order-btn__red {
  143. float: right;
  144. width: 158rpx;
  145. height: 58rpx;
  146. border: 1rpx solid #eab86a;
  147. font-size: 28rpx;
  148. color: #eab86a;
  149. text-align: center;
  150. line-height: 58rpx;
  151. margin-top: 20rpx;
  152. margin-left: 20rpx;
  153. border-radius: 5rpx;
  154. }
  155. .orders-no {
  156. padding-top: 250rpx;
  157. }
  158. .orders-no__icon {
  159. display: block;
  160. width: 204rpx;
  161. height: 258rpx;
  162. margin: 0 auto;
  163. }
  164. .orders-no__text {
  165. text-align: center;
  166. font-size: 28rpx;
  167. margin-top: 25rpx;
  168. color: #cccccc;
  169. }
  170. .project-pack-list{
  171. background: #f7f7f7;
  172. font-size: 24rpx;
  173. padding: 15rpx;
  174. line-height: 36rpx;
  175. color: #666;
  176. }