refundDetail.scss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. .sld_refund_detail {
  2. margin: 20px 0 0 20px;
  3. width: 1010px;
  4. float: left;
  5. .refund_detail_top {
  6. width: 100%;
  7. height: 210px;
  8. border: 1px solid #eeeeee;
  9. background-color: #fff;
  10. margin-bottom: 20px;
  11. .refund_detail_status {
  12. width: 323px;
  13. height: 210px;
  14. border-right: 1px solid #eeeeee;
  15. .detail_ordersn {
  16. color: #999999;
  17. font-size: 12px;
  18. padding: 26px 0 0 32px;
  19. }
  20. .detail_top_status {
  21. color: #7abd54;
  22. font-size: 22px;
  23. text-align: center;
  24. margin-top: 65px;
  25. }
  26. .status_option {
  27. color: #7abd54;
  28. font-size: 13px;
  29. text-align: center;
  30. margin-top: 10px;
  31. div {
  32. display: inline-block;
  33. height: 27px;
  34. line-height: 25px;
  35. padding: 0 12px;
  36. color: #7abd54;
  37. margin: 10px auto 0;
  38. border: 1px solid #7abd54;
  39. border-radius: 2px;
  40. cursor: pointer;
  41. }
  42. }
  43. }
  44. .refund_speed {
  45. width: 682px;
  46. height: 210px;
  47. .refund_speed_des {
  48. color: #999999;
  49. font-size: 12px;
  50. padding: 26px 0 0 32px;
  51. }
  52. .refund_speed_con {
  53. padding: 30px 40px 0 40px;
  54. position: relative;
  55. .refund_speed_pre {
  56. img {
  57. width: 40px;
  58. height: 40px;
  59. }
  60. span {
  61. font-size: 14px;
  62. margin-top: 40px;
  63. color: #7abd54;
  64. }
  65. .refund_noactive {
  66. color: #999999;
  67. }
  68. }
  69. .refund_speed_line {
  70. width: 153px;
  71. height: 18px;
  72. margin: 10px;
  73. img {
  74. width: 153px;
  75. height: 18px;
  76. }
  77. }
  78. .refund_success_fail {
  79. position: absolute;
  80. right: 10px;
  81. top: -20px;
  82. z-index: 10;
  83. img {
  84. width: 130px;
  85. height: 110px;
  86. }
  87. }
  88. }
  89. }
  90. }
  91. .refund_journal {
  92. min-height: 769px;
  93. background-color: #fff;
  94. border: 1px solid #eeeeee;
  95. margin-bottom: 30px;
  96. padding-top: 48px;
  97. .refund_goods {
  98. width: 323px;
  99. min-height: 769px;
  100. border-right: 1px solid #eeeeee;
  101. .refund_goods_img {
  102. width: 120px;
  103. height: 120px;
  104. background-repeat: no-repeat;
  105. background-size: cover;
  106. background-position: center;
  107. margin-bottom: 15px;
  108. }
  109. .refund_goods_name {
  110. width: 255px;
  111. line-height: 21px;
  112. color: #333333;
  113. font-size: 14px;
  114. word-break: break-all;
  115. text-overflow: ellipsis;
  116. display: -webkit-box;
  117. -webkit-box-orient: vertical;
  118. -webkit-line-clamp: 2;
  119. overflow: hidden;
  120. text-align: center;
  121. }
  122. .refund_goods_specvalue {
  123. line-height: 21px;
  124. color: #333333;
  125. font-size: 14px;
  126. }
  127. .refund_goods_price {
  128. color: $colorMain2;
  129. font-size: 16px;
  130. margin-top: 10px;
  131. }
  132. }
  133. .refund_journal_con {
  134. .refund_journal_pre {
  135. margin-bottom: 20px;
  136. .journal_left {
  137. padding-left: 76px;
  138. span:nth-child(1) {
  139. width: 11px;
  140. height: 11px;
  141. border-radius: 50%;
  142. background-color: #7abd54;
  143. display: block;
  144. }
  145. span:nth-child(2) {
  146. width: 1px;
  147. background-color: #7abd54;
  148. display: block;
  149. min-height: 50px;
  150. margin-top: 10px;
  151. }
  152. .active {
  153. height: 160px;
  154. }
  155. }
  156. .journal_right {
  157. margin-left: 76px;
  158. border-bottom: 1px dashed #999999;
  159. padding-bottom: 15px;
  160. .journal_des {
  161. color: #333333;
  162. font-size: 14px;
  163. font-weight: bold;
  164. }
  165. .journal_time {
  166. width: 500px;
  167. color: #666666;
  168. font-size: 14px;
  169. line-height: 21px;
  170. margin-top: 10px;
  171. word-break: break-all;
  172. -webkit-line-clamp: 3;
  173. }
  174. .refund_address {
  175. display: flex;
  176. .title {
  177. display: block;
  178. width: 70px;
  179. }
  180. .address {
  181. display: inline-block;
  182. width: 427px;
  183. word-break: break-all;
  184. }
  185. }
  186. .refund_voucher {
  187. .refund_voucher_list {
  188. flex-wrap: wrap;
  189. .refund_voucher_pre {
  190. width: 50px;
  191. height: 50px;
  192. background-size: contain;
  193. background-repeat: no-repeat;
  194. background-position: center;
  195. margin-left: 10px;
  196. }
  197. }
  198. }
  199. }
  200. }
  201. }
  202. }
  203. }