policy-management.less 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. .policy-management-content {
  2. background: #fff;
  3. height: calc(100vh - 137px);
  4. padding: 20px;
  5. overflow-y: auto;
  6. .control-con-title {
  7. height: 50px;
  8. display: flex;
  9. justify-content: space-between;
  10. align-items: center;
  11. .add-acount-policy-btn {
  12. margin-left: 15px;
  13. }
  14. .policy-export-btn {
  15. font-size: 18px;
  16. font-weight: bold;
  17. }
  18. }
  19. .control-con-header {
  20. margin-bottom: 20px;
  21. position: relative;
  22. .grid-form-options {
  23. margin-bottom: 10px;
  24. }
  25. .acount-search-class {
  26. width: 450px;
  27. }
  28. .reset-class {
  29. margin-right: 10px !important;
  30. }
  31. .upload-person {
  32. position: absolute;
  33. right: 10px;
  34. top: 0;
  35. }
  36. }
  37. // .control-con-table {
  38. // /* 设置滚动条的样式 */
  39. // ::-webkit-scrollbar {
  40. // width:12px;
  41. // background: #fff !important;
  42. // }
  43. // /* 滚动槽 */
  44. // ::-webkit-scrollbar-track {
  45. // background: #fff !important;
  46. // }
  47. // /* 滚动条滑块 */
  48. // ::-webkit-scrollbar-thumb {
  49. // border-radius:10px;
  50. // background:#000;
  51. // }
  52. // ::-webkit-scrollbar-thumb:window-inactive {
  53. // background:#ccc;
  54. // }
  55. // ::-webkit-scrollbar-button:hover {
  56. // /*当鼠标在水平滚动条下面的按钮上的状态*/
  57. // background:#f00
  58. // }
  59. // }
  60. .pagin-table-class {
  61. display: flex;
  62. justify-content: flex-end;
  63. margin-top: 20px;
  64. }
  65. }
  66. /deep/ .rejection-reason-class {
  67. width: 600px !important;
  68. .audit-policy-icon {
  69. position: absolute;
  70. right: 22px;
  71. top: 20px;
  72. font-size: 15px;
  73. cursor: pointer;
  74. }
  75. .audit-policy-footer {
  76. display: flex;
  77. justify-content: space-between;
  78. align-items: center;
  79. border-top: 1px solid #e8e8e8;
  80. .cancel-btn {
  81. margin-right: 12px;
  82. margin-top: 12px;
  83. }
  84. }
  85. .reason-class-header {
  86. margin-bottom: 18px;
  87. font-size: 16px;
  88. font-weight: bold;
  89. }
  90. .reason-class-content {
  91. height: 100px;
  92. }
  93. .rejection-textarea-msg {
  94. height: 150px;
  95. }
  96. }
  97. /deep/ .audit-policy-class {
  98. width: 930px !important;
  99. .audit-policy-footer {
  100. display: flex;
  101. justify-content: space-between;
  102. align-items: center;
  103. border-top: 1px solid #e8e8e8;
  104. .cancel-btn {
  105. margin-right: 12px;
  106. margin-top: 12px;
  107. }
  108. }
  109. .ant-modal-body {
  110. height: 440px;
  111. overflow-y: auto;
  112. }
  113. .audit-policy-icon {
  114. position: absolute;
  115. right: 22px;
  116. top: 20px;
  117. font-size: 15px;
  118. cursor: pointer;
  119. }
  120. .policy-line-quen {
  121. display: flex;
  122. height: 345px;
  123. overflow-y: auto;
  124. .line-quen-left,
  125. .line-quen-right {
  126. flex: 1;
  127. .policy-line-left,
  128. .policy-line-right {
  129. display: flex;
  130. margin-bottom: 16px;
  131. .line-left-spn {
  132. display: inline-block;
  133. width: 120px;
  134. text-align: right;
  135. }
  136. .line-right-spn {
  137. display: inline-block;
  138. width: 220px;
  139. overflow: hidden;
  140. white-space: nowrap;
  141. text-overflow: ellipsis;
  142. }
  143. }
  144. }
  145. }
  146. }
  147. /deep/ .policy-operation-class {
  148. width: 1000px !important;
  149. .ant-modal-body {
  150. height: 600px;
  151. overflow-y: auto;
  152. }
  153. .policy-operation-form {
  154. display: flex;
  155. .group-abbreviation-class {
  156. display: flex;
  157. .settlement-header-icon {
  158. margin-left: 47px;
  159. margin-top: 12px;
  160. }
  161. }
  162. .promotion-type-class {
  163. position: relative;
  164. .settlement-header-icon {
  165. position: absolute;
  166. left: -90px;
  167. top: 3px;
  168. }
  169. }
  170. .policy-operation-form-left,
  171. .policy-operation-form-right {
  172. flex: 1;
  173. }
  174. .input-common-short {
  175. width: 210px;
  176. }
  177. .adver-position-radio {
  178. margin-left: 140px;
  179. margin-bottom: 15px;
  180. }
  181. .especial-label {
  182. position: absolute;
  183. left: -80px;
  184. color: #f00;
  185. }
  186. .product-name-class {
  187. position: relative;
  188. .circle-icon-class {
  189. font-size: 18px;
  190. cursor: pointer;
  191. position: absolute;
  192. right: 0;
  193. top: 0;
  194. color: #1890ff;
  195. }
  196. .circle-icon-plus {
  197. right: -30px;
  198. }
  199. .circle-icon-minus {
  200. right: -60px;
  201. }
  202. .isActive {
  203. padding-left: 139px;
  204. }
  205. /deep/ .ant-col-14 {
  206. width: 100%;
  207. }
  208. }
  209. }
  210. }