order2.wxss 4.0 KB

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