order-card2.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. /* compone/order-card/order-card.wxss */
  2. .lately{
  3. /* width: 710rpx; */
  4. margin-top: 20rpx;
  5. height: 414rpx;
  6. background-color: white;
  7. border-radius: 20rpx;
  8. box-shadow: 0px 0px 4px #d1d1d1;
  9. display: flex;
  10. justify-content: center;
  11. }
  12. .late-body{
  13. width: 92%;
  14. height: 100%;
  15. display: flex;
  16. flex-direction: column;
  17. justify-content: space-around;
  18. }
  19. .late-title{
  20. height: 80rpx;
  21. width: 100%;
  22. margin-top: 10rpx;
  23. font-size: 32rpx;
  24. font-weight: 600;
  25. color: #464646;
  26. }
  27. .late-progress{
  28. height: 16rpx;
  29. width: 100%;
  30. }
  31. .late-c-b{
  32. display: flex;
  33. height: 100%;
  34. width: 300rpx;
  35. align-items: center;
  36. }
  37. .late-c-b p {
  38. margin-left: 20rpx;
  39. font-size: 32rpx;
  40. color: #464646;
  41. font-weight: 600;
  42. }
  43. .late-time{
  44. margin-top: -15rpx;
  45. width: 100%;
  46. height: 30rpx;
  47. font-size: 22rpx;
  48. color:#F35E5E;
  49. display: flex;
  50. flex-direction: row-reverse;
  51. }
  52. .late-c-p{
  53. color: #11CD6A;
  54. font-size: 26rpx;
  55. }
  56. .late-content{
  57. margin-top: -20rpx;
  58. width: 100%;
  59. height: 50rpx;
  60. display: flex;
  61. align-items: center;
  62. justify-content: space-between;
  63. }
  64. .late-items{
  65. /* height: 130rpx; */
  66. width: 100%;
  67. margin-top: -20rpx;
  68. display: flex;
  69. align-items: center;
  70. justify-content: space-between;
  71. }
  72. .late-scroll{
  73. display: flex;
  74. width: 82%;
  75. /* height: 100%; */
  76. white-space: nowrap;
  77. }
  78. .late-scroll .van-image image{
  79. border-radius: 10rpx;
  80. }
  81. .late-img:not(:first-child) {
  82. margin-left: 25rpx;
  83. }
  84. .late-num{
  85. display: flex;
  86. width: 100rpx;
  87. height: 100%;
  88. align-items: center;
  89. /* font-size: 30rpx; */
  90. font-size: 24rpx;
  91. color: #656565;
  92. }
  93. .late-num image{
  94. height: 26rpx;
  95. width: 22rpx;
  96. }
  97. .forlate{
  98. width: 100%;
  99. display: flex;
  100. flex-direction: column;
  101. align-items: center;
  102. }
  103. .lately-1{
  104. width: 710rpx;
  105. height: 270rpx;
  106. margin-top: 30rpx;
  107. background-color: white;
  108. border-radius: 20rpx;
  109. box-shadow: 0px 0px 4px #d1d1d1;
  110. display: flex;
  111. justify-content: center;
  112. align-items: center;
  113. }
  114. .late1-body{
  115. width: 92%;
  116. display: flex;
  117. justify-content: space-between;
  118. height: 210rpx;
  119. }
  120. .late1-body .van-image image{
  121. border-radius: 20rpx;
  122. }
  123. .late1-cont{
  124. width: 64%;
  125. height: 100%;
  126. display: flex;
  127. flex-direction: column;
  128. justify-content: space-between;
  129. margin-left: 26rpx;
  130. }
  131. .late1-title{
  132. font-size: 28rpx;
  133. font-weight: 550;
  134. }
  135. .late1-time{
  136. display: flex;
  137. flex-direction: row-reverse;
  138. color: #F35E5E;
  139. font-size: 22rpx;
  140. }
  141. .late1-content{
  142. display: flex;
  143. align-items: center;
  144. justify-content: space-between;
  145. }
  146. .late1-c-b{
  147. height: 100%;
  148. display: flex;
  149. align-items: center;
  150. font-size: 32rpx;
  151. font-weight: 600;
  152. color: #464646;
  153. }
  154. .late1-c-b p{
  155. margin-left: 20rpx;
  156. }
  157. .late1-c-p{
  158. font-size: 24rpx;
  159. color: #11CD6A;
  160. }