applyRefund.scss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. // 申请退款页面样式
  2. .sld_apply_refund {
  3. width: 1010px;
  4. min-height: 567px;
  5. background: #ffffff;
  6. border: 1px solid #dfdfdf;
  7. border-radius: 2px;
  8. margin: 20px 0 0 20px;
  9. float: left;
  10. .apply_refund_top {
  11. width: 1008px;
  12. height: 38px;
  13. background: #f8f8f8;
  14. padding-right: 10px;
  15. box-sizing: border-box;
  16. cursor: pointer;
  17. img {
  18. width: 20px;
  19. height: 20px;
  20. margin-right: 10px;
  21. }
  22. span {
  23. font-size: 14px;
  24. //font-family: Microsoft YaHei;
  25. font-weight: 400;
  26. color: #333333;
  27. &:nth-child(2) {
  28. color: #999999;
  29. }
  30. }
  31. }
  32. .apply_refund_info {
  33. width: 1007px;
  34. border-top: 1px solid #dddddd;
  35. padding: 20px 0;
  36. box-sizing: border-box;
  37. .refund_amount {
  38. .refund_amount_edit {
  39. font-size: 14px;
  40. //font-family: Microsoft YaHei;
  41. font-weight: bold;
  42. color: #999999;
  43. .refund_amount_price {
  44. color: $colorMain2;
  45. }
  46. .edit_price_btn {
  47. color: #1c77ff;
  48. margin: 0 30px;
  49. cursor: pointer;
  50. }
  51. }
  52. .edit_refund_amount {
  53. .amount_input {
  54. .el-input__inner {
  55. border-right: 0px;
  56. height: 30px;
  57. border-radius: 4px 0 0 4px;
  58. }
  59. }
  60. span {
  61. width: 52px;
  62. height: 30px;
  63. line-height: 30px;
  64. text-align: center;
  65. display: block;
  66. font-size: 12px;
  67. //font-family: Microsoft YaHei;
  68. font-weight: 400;
  69. cursor: pointer;
  70. }
  71. .cancel_edit_amount {
  72. background: #dfdfdf;
  73. border: 1px solid #dfdfdf;
  74. color: #333333;
  75. }
  76. .ok_edit_amount {
  77. background: $colorMain2;
  78. border-radius: 0 5px 5px 0;
  79. color: #ffffff;
  80. }
  81. }
  82. }
  83. .apply_number {
  84. .edit_apply_number {
  85. width: 200px;
  86. .el-input__inner {
  87. height: 30px;
  88. }
  89. }
  90. }
  91. .upload_voucher {
  92. padding-top: 10px;
  93. .upload_img {
  94. width: 178px;
  95. height: 178px;
  96. border: 1px solid #dddddd;
  97. }
  98. }
  99. }
  100. .apply_refund_btn {
  101. width: 80px;
  102. height: 30px;
  103. background: $colorMain2;
  104. border-radius: 5px;
  105. font-size: 14px;
  106. //font-family: Microsoft YaHei;
  107. font-weight: 400;
  108. color: #ffffff;
  109. line-height: 30px;
  110. text-align: center;
  111. margin: 37px auto;
  112. cursor: pointer;
  113. }
  114. .pre_img_model {
  115. max-height: 560px;
  116. margin: 0 auto;
  117. .pre_img {
  118. width: 100%;
  119. height: 100%;
  120. }
  121. }
  122. // 同类名
  123. .refund_title {
  124. font-size: 14px;
  125. //font-family: Microsoft YaHei;
  126. font-weight: 400;
  127. color: #333333;
  128. display: flex;
  129. justify-content: flex-end;
  130. width: 100px;
  131. margin-right: 48px;
  132. span {
  133. color: $colorMain2;
  134. }
  135. }
  136. .marginBottom20 {
  137. margin-bottom: 20px;
  138. }
  139. }
  140. // 批量售后商品选择弹框 start
  141. .batch_selModel {
  142. border: 1px solid #f2f2f2;
  143. padding: 20px;
  144. .batch_default {
  145. .batch_default_pre {
  146. margin-bottom: 20px;
  147. .batch_default_sel {
  148. width: 12px;
  149. height: 12px;
  150. cursor: pointer;
  151. }
  152. .batch_default_img {
  153. width: 70px;
  154. height: 70px;
  155. background-size: contain;
  156. background-repeat: no-repeat;
  157. background-position: center;
  158. margin: 0 10px;
  159. cursor: pointer;
  160. }
  161. .batch_default_des {
  162. cursor: pointer;
  163. height: 70px;
  164. p {
  165. width: 277px;
  166. font-size: 14px;
  167. //font-family: Microsoft YaHei;
  168. font-weight: 400;
  169. color: #333333;
  170. line-height: 18px;
  171. &:nth-child(1) {
  172. text-overflow: -o-ellipsis-lastline;
  173. overflow: hidden;
  174. text-overflow: ellipsis;
  175. display: -webkit-box;
  176. -webkit-line-clamp: 2;
  177. line-clamp: 2;
  178. -webkit-box-orient: vertical;
  179. margin-bottom: 20px;
  180. }
  181. &:nth-child(2) {
  182. overflow: hidden;
  183. text-overflow: ellipsis;
  184. white-space: nowrap;
  185. }
  186. }
  187. }
  188. }
  189. }
  190. }
  191. .batch_model_btn {
  192. margin-top: 20px;
  193. span {
  194. display: block;
  195. width: 80px;
  196. height: 30px;
  197. background: #ffffff;
  198. border: 1px solid #dddddd;
  199. border-radius: 3px;
  200. text-align: center;
  201. line-height: 30px;
  202. cursor: pointer;
  203. &:nth-child(2) {
  204. color: #ffffff;
  205. background: $colorMain;
  206. margin-left: 46px;
  207. }
  208. }
  209. }
  210. // 批量售后商品选择弹框 end
  211. //element-plus组件样式修改
  212. #elUpload,
  213. .upload {
  214. display: flex;
  215. }
  216. .el-upload-list__item {
  217. transition: none !important;
  218. }
  219. .el-upload--picture-card:hover,
  220. .el-upload:focus {
  221. border-color: $colorMain;
  222. color: $colorMain;
  223. }
  224. .el-textarea__inner:focus {
  225. outline: 0;
  226. border-color: $colorMain;
  227. }
  228. .el-select .el-input__inner:focus {
  229. border-color: $colorMain;
  230. }
  231. .el-select .el-input.is-focus .el-input__inner {
  232. border-color: $colorMain;
  233. }
  234. .el-upload-list--picture-card {
  235. display: flex;
  236. .el-upload-list__item {
  237. display: flex;
  238. justify-content: center;
  239. align-items: center;
  240. }
  241. .el-upload-list__item-thumbnail {
  242. display: inline-block;
  243. max-width: 146px;
  244. max-height: 146px;
  245. margin: 0 auto;
  246. width: unset;
  247. height: unset;
  248. }
  249. }
  250. .el-dialog {
  251. // background: unset;
  252. // display: flex;
  253. // justify-content: center;
  254. // align-items: center;
  255. // flex-direction: column;
  256. padding: 15px;
  257. }
  258. .el-icon-close::before {
  259. font-size: 20px;
  260. }