order.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. /* compone/order/order.wxss */
  2. .orders-one{
  3. width: 710rpx;
  4. height: 412rpx;
  5. margin-bottom: 30rpx;
  6. background-color: white;
  7. box-shadow: 0px 0px 4px #d1d1d1;
  8. border-radius: 20rpx;
  9. display: flex;
  10. justify-content: center;
  11. }
  12. .o-one{
  13. width: 94%;
  14. height: 100%;
  15. display: flex;
  16. flex-direction: column;
  17. justify-content: space-around;
  18. }
  19. .orders-top{
  20. height: 60rpx;
  21. width: 100%;
  22. display: flex;
  23. align-items: center;
  24. justify-content: space-between;
  25. }
  26. .o-top-right{
  27. display: flex;
  28. height: 100%;
  29. flex-direction: row;
  30. align-items: center;
  31. }
  32. .o-top-right image{
  33. width: 36rpx;
  34. margin-right: 20rpx;
  35. height: 36rpx;
  36. }
  37. .o-one .o-body-scroll image{
  38. border-radius: 10rpx;
  39. }
  40. .o-one .o-body-scroll{
  41. display: flex;
  42. height: 100%;
  43. }
  44. .o-top-left{
  45. display: flex;
  46. }
  47. .o-one .o-body-scrolls{
  48. display: flex;
  49. width: 82%;
  50. height: 100%;
  51. white-space: nowrap;
  52. }
  53. .o-top-left-name{
  54. display: flex;
  55. flex-direction: column;
  56. justify-content: space-around;
  57. margin-left: 20rpx;
  58. }
  59. .o-one .o-body-go{
  60. font-size: 24rpx;
  61. color: #656565;
  62. height: 100%;
  63. display: flex;
  64. width: 150rpx;
  65. justify-content: center;
  66. align-items: center;
  67. }
  68. .o-one .o-body-go image{
  69. width: 18rpx;
  70. height: 24rpx;
  71. margin-left: 5rpx;
  72. }
  73. .o-one .orders-price{
  74. display: flex;
  75. align-items: flex-end;
  76. }
  77. .o-one .o-p-he{
  78. font-size: 24rpx;
  79. color: #3F3F3F;
  80. }
  81. .o-one .o-p-bi{
  82. color: #3F3F3F;
  83. font-size: 28rpx;
  84. font-weight: 600;
  85. }
  86. .o-one .o-p-ge{
  87. font-size: 40rpx;
  88. color: #3F3F3F;
  89. margin-bottom: -7rpx;
  90. margin-left: 10rpx;
  91. font-weight: 600;
  92. }
  93. .orders-share{
  94. background-color: white;
  95. width: 138rpx;
  96. height: 56rpx;
  97. font-size: 24rpx;
  98. display: flex;
  99. color: #989898;
  100. border-radius: 40rpx;
  101. border: 1px solid #D6D6D6;
  102. align-items: center;
  103. margin-left: 1rpx;
  104. }
  105. .orders-share image{
  106. width: 24rpx;
  107. height: 24rpx;
  108. }
  109. .o-b-s-img:not(:first-child) {
  110. margin-left: 18rpx;
  111. }
  112. .o-one .orders-body{
  113. height: 140rpx;
  114. width: 100%;
  115. }
  116. .o-one .orders-price{
  117. height: 60rpx;
  118. width: 100%;
  119. }
  120. .o-one .orders-foot{
  121. height: 60rpx;
  122. width: 100%;
  123. display: flex;
  124. flex-direction: row;
  125. align-items: center;
  126. }
  127. .orders-right{
  128. width: 55%;
  129. height: 100%;
  130. display: flex;
  131. align-items: center;
  132. flex-direction: row-reverse;
  133. margin-right: 1rpx;
  134. }
  135. .orders-rel{
  136. width: 156rpx;
  137. height: 56rpx;
  138. display: flex;
  139. align-items: center;
  140. justify-content: center;
  141. color: #FF874E;
  142. font-size: 24rpx;
  143. background-color: white;
  144. border: 1px solid #FF874E;
  145. border-radius: 30rpx;
  146. margin-right: 10rpx;
  147. }
  148. .orders-pay{
  149. width: 156rpx;
  150. height: 56rpx;
  151. display: flex;
  152. align-items: center;
  153. justify-content: center;
  154. color: #ffffff;
  155. font-size: 24rpx;
  156. background-color: #FF874E;
  157. border-radius: 30rpx;
  158. margin-right: 10rpx;
  159. }
  160. .order{
  161. width: 710rpx;
  162. margin-bottom: 30rpx;
  163. height: 440rpx;
  164. background-color: white;
  165. border-radius: 20rpx;
  166. box-shadow: 0px 0px 4px #d1d1d1;
  167. display: flex;
  168. flex-direction: column;
  169. align-items: center ;
  170. }
  171. .order-body{
  172. width: 99%;
  173. height: 136rpx;
  174. display: flex;
  175. }
  176. .order-title{
  177. display: flex;
  178. width: 600rpx;
  179. flex-direction: column;
  180. margin-left: 24rpx;
  181. justify-content: space-between;
  182. }
  183. .order-title>view{
  184. display: flex;
  185. align-items: center;
  186. }
  187. .titinfo{
  188. display: flex;
  189. justify-content: space-between;
  190. }
  191. .titinfo>p:first-child{
  192. width: 380rpx;
  193. font-size: 28rpx;
  194. color: #464646;
  195. font-weight: 600;
  196. }
  197. .titinfo>p:last-child{
  198. font-size: 28rpx;
  199. font-weight: 600;
  200. }
  201. .guiinfo{
  202. display: flex;
  203. justify-content: space-between;
  204. }
  205. .guiinfo>view>p:first-child{
  206. font-size: 24rpx;
  207. color: #3F3F3F;
  208. }
  209. .guiinfo>view>p:last-child{
  210. color:#919191;
  211. font-size: 24rpx;
  212. }
  213. .guiinfo>p{
  214. font-size: 24rpx;
  215. color: #3F3F3F;
  216. }