orderList.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. /* pages/goods/orderList/orderList.wxss */
  2. .tabs-radius {
  3. background: #fff;
  4. /* opacity: 0.8; */
  5. border-radius: 24rpx;
  6. }
  7. .tabs {
  8. padding: 0 20rpx;
  9. }
  10. .tabs-wrap {
  11. height: 120rpx;
  12. /* height: 96rpx; */
  13. /* margin-top: 16rpx; */
  14. /* opacity: 0.8; */
  15. background: #fff;
  16. /* justify-content: space-around; */
  17. justify-content: space-evenly;
  18. }
  19. .tabs-wrap .item {
  20. /* width: 33.33%; */
  21. height: 100%;
  22. font-size: 28rpx;
  23. color: #666666;
  24. position: relative;
  25. font-family: PingFangSC-Regular, PingFang SC;
  26. font-weight: 400;
  27. }
  28. .tabs-wrap .item.line::before {
  29. content: '';
  30. position: absolute;
  31. right: -80rpx;
  32. top: 26rpx;
  33. width: 2rpx;
  34. height: 44rpx;
  35. background-color: #EEEEEE;
  36. border-radius: 16rpx;
  37. }
  38. /* .tabs-wrap .item.active {
  39. font-family: PingFangSC-Semibold;
  40. font-size: 28rpx;
  41. color: #333;
  42. border-bottom: 6rpx solid #FA7D22;
  43. } */
  44. .tabs-wrap .item.active {
  45. font-family: PingFangSC-Medium, PingFang SC;
  46. font-weight: 500;
  47. color: #333333;
  48. }
  49. .tabs-wrap .item.active::before {
  50. content: '';
  51. position: absolute;
  52. top: 90rpx;
  53. width: 40rpx;
  54. height: 8rpx;
  55. background: linear-gradient(144deg, #FA7D22 0%, #FA4622 100%);
  56. border-radius: 4rpx;
  57. }
  58. .tabs-content .item {
  59. margin: 20rpx 0;
  60. background: #fff;
  61. /* box-shadow: 4rpx 24rpx 50rpx -8rpx rgba(255,119,176,0.55); */
  62. }
  63. .tabs-content .item .state {
  64. margin-left: 20rpx;
  65. }
  66. /* .tabs-content .item.current0 .state {
  67. color: #FF6877;
  68. }
  69. .tabs-content .item.current1 .state {
  70. color: #333333;
  71. }
  72. .tabs-content .item.current2 .state {
  73. color: #85DBD8;
  74. }
  75. .tabs-content .item.current3 .state {
  76. color: #999999;
  77. } */
  78. /*
  79. .tabs-content .item.current4 .state {
  80. color: #FF6877;
  81. } */
  82. .tabs-content .item-top {
  83. height: 90rpx;
  84. padding: 0 24rpx;
  85. }
  86. .tabs-content .item-top text {
  87. font-size: 28rpx;
  88. font-family: PingFangSC-Semibold;
  89. }
  90. .tabs-content .item-content {
  91. /* border-top: 1rpx solid rgba(175, 175, 175, 0.1); */
  92. /* border-bottom: 1rpx solid rgba(175, 175, 175, 0.1); */
  93. padding: 10rpx 0 30rpx;
  94. margin: 0 24rpx;
  95. position: relative;
  96. }
  97. .item-content:last-child {
  98. border-bottom: 1rpx solid rgba(175, 175, 175, 0.1);
  99. }
  100. .tabs-content .item-content .img {
  101. width: 160rpx;
  102. height: 160rpx;
  103. margin-right: 20rpx;
  104. background: #FFFFFF;
  105. /* box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.1); */
  106. border-radius: 20rpx;
  107. }
  108. .tabs-content .item-content .icon {
  109. width: 136rpx;
  110. height: 92rpx;
  111. position: absolute;
  112. left: 46rpx;
  113. top: 160rpx;
  114. }
  115. .tabs-content .item-content .content {
  116. justify-content: space-between;
  117. overflow: hidden;
  118. }
  119. .content-text-box {
  120. display: flex;
  121. justify-content: center;
  122. align-items: center;
  123. width: 134rpx;
  124. font-size: 28rpx;
  125. font-family: PingFangSC-Regular, PingFang SC;
  126. font-weight: 400;
  127. color: #999999;
  128. }
  129. .list-info {
  130. display: flex;
  131. justify-content: space-between;
  132. }
  133. .project-name {
  134. flex: 1;
  135. display: flex;
  136. flex-direction: column;
  137. justify-content: space-between;
  138. }
  139. .name{
  140. font-size: 28rpx;
  141. font-family: PingFangSC-Regular, PingFang SC;
  142. font-weight: 400;
  143. color: #333333;
  144. }
  145. .countDown{
  146. font-size: 28rpx;
  147. font-weight: 400;
  148. color: #fa7d22;
  149. display: flex;
  150. }
  151. .van-count-down{
  152. color: #fa7d22 !important;
  153. }
  154. .price-all {
  155. padding: 30rpx 24rpx 0 10rpx;
  156. display: flex;
  157. justify-content: flex-end;
  158. }
  159. .content-left {
  160. flex: 1;
  161. overflow-x: scroll;
  162. position: relative;
  163. }
  164. .content-left .seckill {
  165. position: absolute;
  166. top: 0;
  167. left: 0;
  168. width: 101rpx;
  169. height: 40rpx;
  170. background: #FA7D22;
  171. border-radius: 24rpx 0px 24rpx 0px;
  172. font-size: 28rpx;
  173. font-weight: 500;
  174. color: #FFFFFF;
  175. line-height: 40rpx;
  176. text-align: center;
  177. }
  178. .content-project {
  179. display: flex;
  180. }
  181. .projects-list {
  182. white-space: nowrap;
  183. }
  184. .tabs-content .item-content .time {
  185. /* background: linear-gradient(270deg, rgba(255, 175, 216, 0) 0%, rgba(255, 119, 176, 0.49) 100%); */
  186. border-radius: 22rpx;
  187. font-size: 26rpx;
  188. padding: 2rpx 10rpx;
  189. box-sizing: border-box;
  190. }
  191. .tabs-content .item-btn {
  192. height: 84rpx;
  193. padding-top: 16rpx;
  194. padding-bottom: 24rpx;
  195. justify-content: flex-end;
  196. }
  197. .tabs-content .item-btn .btn {
  198. width: 192rpx;
  199. height: 72rpx;
  200. border-radius: 36rpx;
  201. font-size: 32rpx;
  202. margin-right: 30rpx;
  203. box-sizing: border-box;
  204. }
  205. .tabs-content .item-btn .cancel-btn {
  206. border: 2rpx solid #E1E1E1;
  207. color: #333;
  208. }
  209. .tabs-content .item-btn .use-btn {
  210. background: #FA7D22;
  211. color: #FFFFFF;
  212. font-family: PingFangSC-Regular, PingFang SC;
  213. font-weight: 400;
  214. }
  215. /* =============================================================================== */