cus.less 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. .__hover {
  2. &:hover {
  3. opacity: 0.75;
  4. cursor: pointer;
  5. }
  6. }
  7. .__button-link {
  8. width: 100%;
  9. height: 100%;
  10. padding: 0;
  11. >span {
  12. white-space: normal;
  13. }
  14. }
  15. .__cus-title_1 {
  16. background-color: #213A7A;
  17. width: 100%;
  18. height: 44px;
  19. font-size: 16px;
  20. font-family: PingFang SC-Regular, PingFang SC;
  21. font-weight: 400;
  22. color: #ffffff;
  23. display: flex;
  24. align-items: center;
  25. position: relative;
  26. box-sizing: border-box;
  27. margin: 10px 0;
  28. &:before {
  29. content: '';
  30. margin-left: 16px;
  31. margin-right: 10px;
  32. width: 2px;
  33. height: 14px;
  34. background-color: #266EFF;
  35. }
  36. }
  37. .ant-card {
  38. background-color: #14204A;
  39. }
  40. .ant-form-item-label > label {
  41. color: #cecece !important;
  42. }
  43. .ant-input-affix-wrapper {
  44. background-color: #213A7A;
  45. border: none;
  46. .ant-input {
  47. background-color: transparent;
  48. color: #ffffff;
  49. border: none !important;
  50. &::placeholder {
  51. color: rgba(255, 255, 255, 0.5);
  52. }
  53. }
  54. .anticon {
  55. color: #ffffff;
  56. }
  57. }
  58. .ant-input {
  59. border: none !important;
  60. color: #ffffff !important;
  61. &::placeholder {
  62. color: rgba(255, 255, 255, 0.5);
  63. }
  64. &.ant-input-disabled {
  65. color: #ffffff !important;
  66. background-color: transparent !important;
  67. border: 1px solid #213A7A !important;
  68. border-radius: 4px;
  69. }
  70. }
  71. .ant-select {
  72. >span {
  73. color: #ffffff !important;
  74. }
  75. .ant-select-selector {
  76. background-color: #213A7A !important;
  77. border: none !important;
  78. .ant-select-selection-search-input {
  79. background-color: transparent;
  80. color: #ffffff !important;
  81. }
  82. .ant-select-selection-item {
  83. color: #ffffff !important;
  84. }
  85. .ant-select-selection-placeholder {
  86. color: rgba(255, 255, 255, 0.5) !important;
  87. }
  88. }
  89. .ant-select-clear {
  90. background-color: #213A7A !important;
  91. }
  92. &.ant-select-disabled {
  93. .ant-select-selector {
  94. background-color: transparent !important;
  95. border: 1px solid #213A7A !important;
  96. border-radius: 4px;
  97. }
  98. }
  99. }
  100. .ant-picker {
  101. background-color: #213A7A;
  102. border: none;
  103. color: #ffffff;
  104. .ant-picker-input > input {
  105. color: #ffffff;
  106. &::placeholder {
  107. color: rgba(255, 255, 255, 0.5);
  108. }
  109. }
  110. .ant-picker-range-separator > span, .ant-picker-suffix > span {
  111. color: #ffffff;
  112. }
  113. .ant-picker-clear {
  114. background-color: #213A7A;
  115. >span {
  116. color: #ffffff;
  117. }
  118. }
  119. }
  120. .s-table-tool-right {
  121. >span {
  122. color: #ffffff;
  123. }
  124. }
  125. .ant-table {
  126. .ant-table-container {
  127. border: none;
  128. border-inline: none !important;
  129. background-color: transparent !important;
  130. table {
  131. background-color: transparent !important;
  132. border: none !important;
  133. .ant-table-thead {
  134. .ant-table-cell {
  135. background-color: #0E46B5 !important;
  136. border-radius: 0 !important;
  137. border: none;
  138. color: #ffffff !important;
  139. border-inline-end-color: #213A7A !important;
  140. font-weight: normal;
  141. &.ant-table-cell-fix-right-first:after {
  142. border-inline-color: #213A7A !important;
  143. }
  144. }
  145. }
  146. .ant-table-tbody {
  147. .ant-table-row {
  148. .ant-table-cell {
  149. background-color: #162157 !important;
  150. color: #ffffff !important;
  151. border-inline: none !important;
  152. border-bottom-color: #213A7A !important;
  153. &.ant-table-cell-fix-right-first:after {
  154. border-inline-color: #213A7A !important;
  155. }
  156. }
  157. &:nth-child(even) {
  158. .ant-table-cell {
  159. background-color: #18276C !important;
  160. }
  161. }
  162. }
  163. .ant-table-placeholder {
  164. .ant-table-cell {
  165. background-color: #14204A !important;
  166. border-inline: none !important;
  167. border-bottom: none;
  168. .ant-empty-description {
  169. color: #ffffff;
  170. }
  171. }
  172. }
  173. }
  174. }
  175. ::-webkit-scrollbar { width: 6px; height: 6px; background-color: rgba(20, 32, 74, 0.7); }
  176. ::-webkit-scrollbar-track { width: 6px; background-color: transparent;-webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
  177. ::-webkit-scrollbar-thumb { background-color: rgba(20, 32, 74, 0.7); background-clip: padding-box; min-height: 28px; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
  178. ::-webkit-scrollbar-thumb:hover { background-color: rgba(1, 15, 58, 0.3); }
  179. }
  180. }
  181. .ant-pagination {
  182. color: #FFFFFF;
  183. .ant-pagination-item > a {
  184. color: #FFFFFF;
  185. }
  186. .ant-pagination-item-link > span {
  187. color: #FFFFFF;
  188. }
  189. }
  190. .ant-modal-content {
  191. background-color: #14204A !important;
  192. padding: 0 !important;
  193. .ant-modal-close {
  194. color: #ffffff;
  195. }
  196. .ant-modal-header {
  197. background-color: #266EFF;
  198. height: 56px;
  199. padding-left: 16px;
  200. margin-bottom: 0;
  201. .ant-modal-title {
  202. color: #ffffff ;
  203. line-height: 56px;
  204. font-weight: normal;
  205. }
  206. }
  207. .ant-modal-body {
  208. padding: 16px;
  209. }
  210. }
  211. ::-webkit-scrollbar { width: 6px; height: 6px; }
  212. ::-webkit-scrollbar-track { width: 6px; background-color: transparent;-webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
  213. ::-webkit-scrollbar-thumb { background-color: rgba(33, 58, 122, 0.3); background-clip: padding-box; min-height: 28px; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
  214. ::-webkit-scrollbar-thumb:hover { background-color: rgba(1, 15, 58, 0.3); }