orderCompletion.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. /* pages/welfareMall/order/orderCompletion.wxss */
  2. page{
  3. background: #F7F7F7;
  4. }
  5. .order{
  6. width: 750rpx;
  7. height: auto;
  8. }
  9. /* 垂直方向布局,水平居中 **/
  10. .flex-column{
  11. display: flex;
  12. flex-flow: column nowrap;
  13. align-items: center;
  14. justify-content: left;
  15. }
  16. /* 水平方向布局,垂直居中 **/
  17. .flex-row{
  18. display: flex;
  19. flex-flow: row nowrap;
  20. align-items: center;
  21. justify-content: center;
  22. }
  23. .order-state{
  24. width: 502rpx;
  25. height: 100rpx;
  26. margin-top: 50rpx;
  27. }
  28. .order-state-title{
  29. font-size: 36rpx;
  30. font-weight: 500;
  31. color: #444444;
  32. }
  33. .order-state-text{
  34. font-size: 22rpx;
  35. font-weight: 500;
  36. color: #444444;
  37. margin-top: 14rpx;
  38. }
  39. /* 订单详情 **/
  40. .order-details{
  41. width: 100vw;
  42. background: #FFFFFF;
  43. border-radius: 10rpx;
  44. margin-top: 16rpx;
  45. }
  46. .content-hm{
  47. width: 680rpx;
  48. }
  49. .content-head{
  50. width: 676rpx;
  51. height: 22rpx;
  52. justify-content: space-between;
  53. }
  54. .content-head-text{
  55. width: 211rpx;
  56. height: 28rpx;
  57. font-size: 24rpx;
  58. font-weight: 500;
  59. color: #444444;
  60. }
  61. .content-head{
  62. width: 676rpx;
  63. height: 40rpx;
  64. justify-content: space-between;
  65. margin-top: 30rpx;
  66. }
  67. .content-middle{
  68. width: 676rpx;
  69. height: 180rpx;
  70. justify-content: space-between;
  71. }
  72. .middle-img{
  73. width: 160rpx;
  74. height: 119rpx;
  75. }
  76. .middle-text{
  77. width: 240rpx;
  78. height: 36rpx;
  79. font-size: 30rpx;
  80. font-weight: 500;
  81. color: #444444;
  82. margin-left: 36rpx;
  83. overflow: hidden;
  84. white-space: nowrap;
  85. text-overflow: ellipsis;
  86. }
  87. .middle-num{
  88. align-items: flex-end;
  89. }
  90. .middle-num-money{
  91. font-size: 28rpx;
  92. font-weight: 500;
  93. color: #444444;
  94. margin-top: 10rpx;
  95. }
  96. .money-num-count{
  97. font-size: 22rpx;
  98. font-weight: 500;
  99. color: #A0A0A0;
  100. }
  101. .content-line{
  102. width: 679rpx;
  103. height: 1px;
  104. background: #EFEFEF;
  105. }
  106. .content-lower{
  107. width: 676rpx;
  108. height: 90rpx;
  109. }
  110. .lower-total{
  111. font-size: 24rpx;
  112. font-family: Source Han Sans CN;
  113. font-weight: 500;
  114. color: #444444;
  115. text-align: right;
  116. width: 100%;
  117. }
  118. .content-payment{
  119. width: 676rpx;
  120. height: 40rpx;
  121. justify-content: space-between;
  122. margin-bottom: 30rpx;
  123. }
  124. .content-payment-mode{
  125. font-size: 24rpx;
  126. font-family: Source Han Sans CN;
  127. font-weight: 500;
  128. color: #444444;
  129. }
  130. .order-information{
  131. width: 100vw;
  132. height: 176rpx;
  133. background: #FFFFFF;
  134. border-radius: 10rpx;
  135. justify-content: center;
  136. }
  137. .order-information-code,.order-information-date{
  138. justify-content: space-between;
  139. width: 676rpx;
  140. height: 50rpx;
  141. }
  142. .code-text,.code-num,.date-text,.date-time{
  143. font-size: 24rpx;
  144. font-weight: 500;
  145. color: #444444;
  146. }
  147. .order-rt{
  148. width: 676rpx;
  149. height: 70rpx;
  150. justify-content: flex-end;
  151. margin-top: 30rpx;
  152. }
  153. .order-refund{
  154. width: 150rpx;
  155. height: 51rpx;
  156. background: #FFFFFF;
  157. border: 1px solid #B01717;
  158. border-radius: 10rpx;
  159. margin-left: 10rpx;
  160. }
  161. .lower-order-text{
  162. font-size: 22rpx;
  163. font-weight: 500;
  164. color: #B01717;
  165. }
  166. .bg-zindex{
  167. position: fixed;
  168. width: 100%;
  169. height: 100%;
  170. top: 0;
  171. background: rgba(0, 0, 0, 0.8);
  172. display: flex;
  173. justify-content: center;
  174. align-items: center;
  175. flex-direction: column;
  176. z-index: 999;
  177. }
  178. .success_window{
  179. width: 328px;
  180. height: 227px;
  181. background: #FFFFFF;
  182. border-radius: 20rpx;
  183. position: relative;
  184. z-index: 9999;
  185. align-items: center;
  186. }
  187. .w_title{
  188. font-size: 36rpx;
  189. font-weight: 600;
  190. color: #444444;
  191. margin-top: 27px;
  192. }
  193. .w_text{
  194. margin-top: 50px;
  195. width: 300px;
  196. }
  197. .hsay_text{
  198. margin-top: 8px;
  199. font-size: 12px;
  200. font-weight: 500;
  201. color: #444444;
  202. }
  203. .w_border{
  204. width: 300px;
  205. height: 1px;
  206. background: #A0A0A0;
  207. margin-top: 16px;
  208. }
  209. .w_go_order{
  210. font-size: 18px;
  211. font-weight: 500;
  212. color: #444444;
  213. margin-top: 32rpx;
  214. }
  215. .w_button{
  216. width: 300px;
  217. height: 70px;
  218. }
  219. .w_go_order{
  220. width: 150px;
  221. text-align: center;
  222. }
  223. .coupon-wrap-list {
  224. background: #FFF6F5;
  225. width: 100vw;
  226. padding: 20rpx 30rpx;
  227. box-sizing: border-box;
  228. }
  229. .coupon_wrap {
  230. width: 690rpx;
  231. }
  232. .coupon-item-style {
  233. background: #fff !important;
  234. }
  235. .coupon-circule-style {
  236. background: #FFF6F5 !important;
  237. }
  238. .look-coupon-detail {
  239. height: 26rpx;
  240. margin-left: 36rpx;
  241. margin-top: 8rpx;
  242. }
  243. .look-coupon-detail .word_text {
  244. font-size: 24rpx;
  245. color: #F06255;
  246. text-decoration: underline;
  247. }
  248. .look-coupon-detail .fold-btn {
  249. width: 26rpx;
  250. height: 26rpx;
  251. position: relative;
  252. display: inline-block;
  253. left: 20rpx;
  254. top: 6rpx;
  255. }