afterSalesList.scss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. // 售后列表
  2. .sld_after_sales_list {
  3. width: 1007px;
  4. float: left;
  5. .after_sales_list_main {
  6. background-color: #fff;
  7. border: 1px solid #eee;
  8. margin-left: 10px;
  9. .after_sales_title {
  10. margin-bottom: 20px;
  11. height: 50px;
  12. border-bottom: 1px solid #e8e8f1;
  13. .after_sales_title_pre {
  14. width: 196px;
  15. height: 50px;
  16. line-height: 50px;
  17. text-align: center;
  18. border: 1px solid #eeeeee;
  19. border-top: none;
  20. background-color: #fff;
  21. color: #333333;
  22. font-size: 14px;
  23. &:hover {
  24. color: $colorMain2;
  25. }
  26. &.active_title {
  27. border: none;
  28. color: $colorMain2;
  29. font-weight: 600;
  30. }
  31. &:nth-last-of-type(1) {
  32. &.active_title {
  33. border-right: 1px solid #eeeeee;
  34. }
  35. }
  36. }
  37. }
  38. .after_sales_list {
  39. .after_sales_list_title {
  40. height: 32px;
  41. background-color: #f4f4f9;
  42. margin: 0 15px;
  43. .title_goods_des {
  44. width: 375px;
  45. text-align: center;
  46. }
  47. .title_apply_time,
  48. .title_apply_type,
  49. .title_status,
  50. .title_options {
  51. width: 150px;
  52. text-align: center;
  53. }
  54. }
  55. .after_sales_list_con {
  56. margin-top: 20px;
  57. .list_con_pre {
  58. border: 1px solid #e8e8f1;
  59. margin: 20px 15px 0;
  60. .list_con_pre_title {
  61. padding-left: 20px;
  62. color: #1c1c1c;
  63. height: 30px;
  64. background-color: #f4f4f9;
  65. p:nth-child(2) {
  66. margin: 0 20px;
  67. }
  68. }
  69. .list_con {
  70. .list_pre {
  71. .list_goods_des {
  72. width: 375px;
  73. height: 140px;
  74. padding-left: 20px;
  75. box-sizing: border-box;
  76. .list_goods_img {
  77. border: 1px solid #efeff3;
  78. margin-right: 8px;
  79. width: 80px;
  80. height: 80px;
  81. background-repeat: no-repeat;
  82. background-size: contain;
  83. background-position: center;
  84. }
  85. .goods_des {
  86. margin-right: 10px;
  87. p {
  88. width: 200px;
  89. line-height: 20px;
  90. color: #898989;
  91. height: 36px;
  92. line-height: 18px;
  93. margin-bottom: 5px;
  94. overflow: hidden;
  95. word-break: break-all;
  96. text-overflow: ellipsis;
  97. display: -webkit-box;
  98. -webkit-box-orient: vertical;
  99. -webkit-line-clamp: 2;
  100. }
  101. }
  102. }
  103. .list_apply_time,
  104. .list_apply_type,
  105. .list_status {
  106. width: 150px;
  107. height: 140px;
  108. text-align: center;
  109. }
  110. .list_options {
  111. width: 150px;
  112. span {
  113. display: block;
  114. width: 88px;
  115. height: 34px;
  116. line-height: 32px;
  117. text-align: center;
  118. color: #333333;
  119. border: 1px solid #e8e8f1;
  120. margin-bottom: 10px;
  121. }
  122. }
  123. }
  124. }
  125. }
  126. }
  127. }
  128. }
  129. // 公共样式
  130. .borderRight {
  131. border-right: 1px solid #e8e8f1;
  132. }
  133. .cursor_pointer {
  134. cursor: pointer;
  135. }
  136. .sld_page_bottom {
  137. margin: 20px;
  138. }
  139. }
  140. .el-pager li.active {
  141. color: $colorMain;
  142. cursor: default;
  143. }
  144. .el-pager li:hover {
  145. color: $colorMain;
  146. }