orderCompletion.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. /* pages/welfareMall/order/orderCompletion.wxss */
  2. .order{
  3. width: 750rpx;
  4. height: auto;
  5. padding-bottom: 119rpx;
  6. background: #F7F7F7;
  7. }
  8. /* 垂直方向布局,水平居中 **/
  9. .flex-column{
  10. display: flex;
  11. flex-flow: column nowrap;
  12. align-items: center;
  13. justify-content: left;
  14. }
  15. /* 水平方向布局,垂直居中 **/
  16. .flex-row{
  17. display: flex;
  18. flex-flow: row nowrap;
  19. align-items: center;
  20. justify-content: center;
  21. }
  22. .order-state{
  23. width: 502rpx;
  24. height: 100rpx;
  25. margin-top: 50rpx;
  26. }
  27. .order-state-title{
  28. font-size: 36rpx;
  29. font-weight: 500;
  30. color: #444444;
  31. }
  32. .order-state-text{
  33. font-size: 22rpx;
  34. font-weight: 500;
  35. color: #444444;
  36. margin-top: 14rpx;
  37. }
  38. /* 订单详情 **/
  39. .order-details{
  40. width: 716rpx;
  41. height: 433rpx;
  42. background: #FFFFFF;
  43. border-radius: 10rpx;
  44. margin-top: 16rpx;
  45. }
  46. .content-hm{
  47. width: 680rpx;
  48. height: 260rpx;
  49. }
  50. .content-head{
  51. width: 676rpx;
  52. height: 22rpx;
  53. justify-content: space-between;
  54. }
  55. .content-head-text{
  56. width: 211rpx;
  57. height: 28rpx;
  58. font-size: 24rpx;
  59. font-weight: 500;
  60. color: #444444;
  61. }
  62. .content-head{
  63. width: 676rpx;
  64. height: 40rpx;
  65. justify-content: space-between;
  66. margin-top: 30rpx;
  67. }
  68. .content-middle{
  69. width: 676rpx;
  70. height: 180rpx;
  71. justify-content: space-between;
  72. }
  73. .middle-img{
  74. width: 160rpx;
  75. height: 119rpx;
  76. }
  77. .middle-text{
  78. width: 180rpx;
  79. height: 36rpx;
  80. font-size: 28rpx;
  81. font-weight: 500;
  82. color: #444444;
  83. margin-left: 36rpx;
  84. overflow: hidden;
  85. white-space: nowrap;
  86. text-overflow: ellipsis;
  87. margin-bottom: 34rpx;
  88. }
  89. .middle-num{
  90. align-items: flex-end;
  91. }
  92. .middle-num-money{
  93. font-size: 28rpx;
  94. font-weight: 500;
  95. color: #444444;
  96. margin-top: 10rpx;
  97. }
  98. .money-num-count{
  99. font-size: 22rpx;
  100. font-weight: 500;
  101. color: #A0A0A0;
  102. }
  103. .content-line{
  104. width: 679rpx;
  105. height: 1rpx;
  106. background: #A0A0A0;
  107. }
  108. .content-lower{
  109. width: 676rpx;
  110. height: 90rpx;
  111. justify-content: space-between;
  112. }
  113. .lower-total{
  114. font-size: 24rpx;
  115. font-family: Source Han Sans CN;
  116. font-weight: 500;
  117. color: #444444;
  118. }
  119. .content-payment{
  120. width: 676rpx;
  121. height: 40rpx;
  122. justify-content: space-between;
  123. margin-bottom: 30rpx;
  124. }
  125. .content-payment-mode{
  126. font-size: 24rpx;
  127. font-family: Source Han Sans CN;
  128. font-weight: 500;
  129. color: #444444;
  130. }
  131. .order-information{
  132. width: 716rpx;
  133. height: 176rpx;
  134. background: #FFFFFF;
  135. border-radius: 10rpx;
  136. margin-top: 20rpx;
  137. justify-content: center;
  138. }
  139. .order-information-code,.order-information-date{
  140. justify-content: space-between;
  141. width: 676rpx;
  142. height: 50rpx;
  143. }
  144. .code-text,.code-num,.date-text,.date-time{
  145. font-size: 24rpx;
  146. font-weight: 500;
  147. color: #444444;
  148. }
  149. .order-rt{
  150. width: 676rpx;
  151. height: 70rpx;
  152. justify-content: flex-end;
  153. margin-top: 30rpx;
  154. }
  155. .order-refund{
  156. width: 150rpx;
  157. height: 51rpx;
  158. background: #FFFFFF;
  159. border: 1rpx solid #B01717;
  160. border-radius: 10rpx;
  161. margin-left: 10rpx;
  162. }
  163. .lower-order-text{
  164. font-size: 22rpx;
  165. font-weight: 500;
  166. color: #B01717;
  167. }