zt.scss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. .ZTGlobal{
  2. .colorPicker {
  3. // z-index: 999999 !important;
  4. }
  5. .el-row {
  6. margin-bottom: 1rem;
  7. &:last-child {
  8. margin-bottom: 0;
  9. }
  10. }
  11. .el-col {
  12. border-radius: 4px;
  13. }
  14. .bg-purple-dark {
  15. background: #99a9bf;
  16. }
  17. .bg-purple {
  18. background: #d3dce6;
  19. }
  20. .bg-purple-light {
  21. background: #e5e9f2;
  22. }
  23. .grid-content {
  24. border-radius: 4px;
  25. min-height: 36px;
  26. }
  27. .row-bg {
  28. padding: 10px 0;
  29. background-color: #f9fafc;
  30. }
  31. .xmtabls {
  32. background-color: rgba(10, 36, 80, 1);
  33. width: 100%;
  34. }
  35. .el-tabs__item {
  36. color: white;
  37. }
  38. .el-table__fixed-right::before{
  39. background-color:transparent;
  40. }
  41. .el-collapse-item__header {
  42. color: #fff;
  43. background-color: #fff0;
  44. border-bottom: 0px solid #ebeef5;
  45. }
  46. .el-collapse-item__wrap {
  47. background-color: #fff0;
  48. border-bottom: 0px solid #ebeef5;
  49. overflow: unset;
  50. }
  51. .el-collapse {
  52. // border-top: 0px solid #ebeef5;
  53. // border-bottom: 0px solid #ebeef5;
  54. border: none;
  55. }
  56. .el-card {
  57. color: #fff;
  58. background-color: #fff0;
  59. }
  60. .el-radio {
  61. color: #fff;
  62. }
  63. .containersd {
  64. display: flex;
  65. /* 使用Flexbox布局 */
  66. flex-direction: column;
  67. /* 子标签竖向排列 */
  68. justify-content: center;
  69. align-items: center;
  70. border-radius: 4px;
  71. }
  72. .none {
  73. display: none;
  74. }
  75. .block {
  76. display: block;
  77. }
  78. .el-switch__label {
  79. color: #fff;
  80. }
  81. .el-descriptions {
  82. color: #fff;
  83. }
  84. .el-descriptions__body {
  85. color: #fff;
  86. background-color: #fff0;
  87. }
  88. .titleHeader {
  89. text-align: left;
  90. }
  91. .el-table {
  92. color: #fff;
  93. }
  94. .el-table {
  95. background-color: #fff0 !important;
  96. }
  97. .el-table thead {
  98. color: #fff;
  99. background-color: #fff0 !important;
  100. }
  101. .el-table__body tr.el-table__row {
  102. background-color: #fff0 !important;
  103. /* 浅灰色背景 */
  104. }
  105. // 修改表格背景颜色
  106. .el-table,
  107. .el-table__expanded-cell {
  108. background-color: #fff0 !important;
  109. }
  110. // 鼠标悬浮该行时的背景颜色
  111. .el-table--enable-row-hover .el-table__body tr:hover>td {
  112. background-color: #40a0ff42 !important;
  113. }
  114. .el-table th,
  115. .el-table tr,
  116. .el-table td {
  117. background-color: #fff0 !important;
  118. }
  119. .el-table__body tr.current-row>td {
  120. background-color: #40a0ff59 !important;
  121. }
  122. .SaveCenter {
  123. text-align: center;
  124. padding: 1rem 0;
  125. }
  126. .el-checkbox {
  127. color: #ffffff;
  128. }
  129. .el-button.is-plain {
  130. background: #0F7AC8;
  131. color: #fff;
  132. }
  133. .el-input>input,
  134. .el-select-dropdown,
  135. .el-textarea>textarea {
  136. color: #fff !important;
  137. background-color: rgba(4, 28, 50, 0.5) !important;
  138. border: 1px solid rgba(15, 122, 200, 0.4) !important;
  139. }
  140. .el-input .el-input-group__append {
  141. color: #fff !important;
  142. background-color: rgba(4, 28, 50, 0.5) !important;
  143. border: 1px solid rgba(15, 122, 200, 0.4) !important;
  144. }
  145. .el-input-group__append>button {
  146. color: #fff !important;
  147. background-color: rgba(4, 28, 50, 0.5) !important;
  148. border: 1px solid rgba(15, 122, 200, 0.4) !important;
  149. padding: 6px 20px;
  150. }
  151. .el-select-dropdown__item {
  152. color: #ebebeb !important;
  153. }
  154. .el-button--primary,
  155. .notify-btn-primary {
  156. background: #0f7ac8 !important;
  157. border-color: #0f7ac8 !important;
  158. color: #fff !important;
  159. }
  160. .el-button--primary:hover,
  161. .notify-btn-primary:hover {
  162. background: #0f7bc8d8 !important;
  163. border-color: #0f7bc8d8 !important;
  164. color: #fff !important;
  165. }
  166. .el-icon-search {
  167. color: #20a0fc !important;
  168. }
  169. .el-button--default,
  170. .notify-btn-default {
  171. background: rgba(63, 147, 245, 0.2) !important;
  172. border-color: #3f93f5 !important;
  173. color: rgba(182, 224, 255, 1) !important;
  174. }
  175. .el-button--default:hover,
  176. .notify-btn-default:hover {
  177. background: rgba(63, 148, 245, 0.432) !important;
  178. border-color: #3f93f5 !important;
  179. color: rgba(182, 224, 255, 1) !important;
  180. }
  181. .el-select-dropdown__item.hover,
  182. .el-select-dropdown__item:hover {
  183. color: #fff !important;
  184. background-color: rgba(255, 255, 255, 0.35) !important;
  185. }
  186. .el-cascader__dropdown,
  187. .el-picker-panel,
  188. .el-picker-panel__footer {
  189. color: #fff !important;
  190. background-color: rgba(4, 28, 50, 0.5) !important;
  191. border: 1px solid rgba(15, 122, 200, 0.4) !important;
  192. }
  193. .el-time-panel {
  194. background-color: rgba(4, 28, 50, 0.85) !important;
  195. }
  196. .el-time-spinner__item {
  197. color: #fff !important;
  198. }
  199. .el-time-spinner__item:hover {
  200. color: #fff !important;
  201. background: rgba(63, 148, 245, 0.432) !important;
  202. }
  203. .el-time-panel__footer>button:nth-child(1),
  204. .el-date-table th,
  205. .el-picker-panel__icon-btn,
  206. .el-date-picker__header-label {
  207. color: #fff !important;
  208. }
  209. .el-pagination>button,
  210. .el-pager li {
  211. color: #c2c2c2 !important;
  212. background-color: rgba(4, 28, 50, 0.5) !important;
  213. }
  214. .el-pager li.active {
  215. color: #fff !important;
  216. background-color: rgba(4, 28, 50, 0.5) !important;
  217. }
  218. .el-color-picker__panel {
  219. background-color: rgba(4, 28, 50, 0.5) !important;
  220. }
  221. .el-cascader-node {
  222. color: #fff !important;
  223. }
  224. .el-cascader-node:hover {
  225. color: #fff !important;
  226. background-color: rgba(255, 255, 255, 0.35) !important;
  227. }
  228. /* .el-cascader-node:not(.is-disabled):hover */
  229. .el-cascader-node:not(.is-disabled):focus {
  230. background-color: rgba(4, 28, 50, 0.5) !important;
  231. }
  232. .el-checkbox__input>.el-checkbox__inner {
  233. border: 1px solid #96a9b7;
  234. background-color: rgba(4, 28, 50, 0.6);
  235. }
  236. .el-icon-s-operation,
  237. .el-icon-location-outline,
  238. .el-icon-share,
  239. .el-icon-delete {
  240. color: #20a0fc;
  241. }
  242. .el-icon-s-operation+a,
  243. .el-icon-location-outline+a,
  244. .el-icon-share+a,
  245. .el-icon-delete+a {
  246. color: #cddeeb;
  247. }
  248. .el-pagination__jump {
  249. color: #cddeeb !important;
  250. }
  251. .el-input-number__decrease,
  252. .el-input-number__increase {
  253. color: #fff !important;
  254. background-color: rgba(4, 28, 50, 0.5) !important;
  255. border: 1px solid rgba(15, 122, 200, 0.4) !important;
  256. }
  257. }