zt.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .colorPicker {
  2. z-index: 999999 !important;
  3. }
  4. .el-row {
  5. margin-bottom: 20px;
  6. &:last-child {
  7. margin-bottom: 0;
  8. }
  9. }
  10. .el-col {
  11. border-radius: 4px;
  12. }
  13. .bg-purple-dark {
  14. background: #99a9bf;
  15. }
  16. .bg-purple {
  17. background: #d3dce6;
  18. }
  19. .bg-purple-light {
  20. background: #e5e9f2;
  21. }
  22. .grid-content {
  23. border-radius: 4px;
  24. min-height: 36px;
  25. }
  26. .row-bg {
  27. padding: 10px 0;
  28. background-color: #f9fafc;
  29. }
  30. .xmtabls {
  31. background-color: rgba(10, 36, 80, 1);
  32. width: 100%;
  33. }
  34. .el-tabs__item {
  35. color: white;
  36. }
  37. .el-collapse-item__header {
  38. color: #fff;
  39. background-color: #fff0;
  40. border-bottom: 0px solid #ebeef5;
  41. }
  42. .el-collapse-item__wrap {
  43. background-color: #fff0;
  44. border-bottom: 0px solid #ebeef5;
  45. overflow: unset;
  46. }
  47. .el-collapse {
  48. border-top: 0px solid #ebeef5;
  49. border-bottom: 0px solid #ebeef5;
  50. }
  51. .el-card {
  52. color: #fff;
  53. background-color: #fff0;
  54. }
  55. .el-radio {
  56. color: #fff;
  57. }
  58. .container {
  59. display: flex; /* 使用Flexbox布局 */
  60. flex-direction: column; /* 子标签竖向排列 */
  61. justify-content: center;
  62. align-items: center;
  63. }
  64. .none {
  65. display: none;
  66. }
  67. .block {
  68. display: block;
  69. }
  70. .el-switch__label {
  71. color: #fff;
  72. }
  73. .el-descriptions {
  74. color: #fff;
  75. }
  76. .el-descriptions__body {
  77. color: #fff;
  78. background-color: #fff0;
  79. }
  80. .titleHeader{
  81. text-align: left;
  82. }
  83. .el-table {
  84. color: #fff;
  85. }
  86. .el-table {
  87. background-color: #fff0 !important;
  88. }
  89. .el-table thead {
  90. color: #fff;
  91. background-color: #fff0 !important;
  92. }
  93. .el-table__body tr.el-table__row {
  94. background-color: #fff0 !important; /* 浅灰色背景 */
  95. }
  96. // 修改表格背景颜色
  97. .el-table, .el-table__expanded-cell{
  98. background-color: #fff0 !important;
  99. }
  100. // 鼠标悬浮该行时的背景颜色
  101. .el-table--enable-row-hover .el-table__body tr:hover > td{
  102. background-color: #40a0ff42 !important;
  103. }
  104. .el-table th,
  105. .el-table tr,
  106. .el-table td {
  107. background-color: #fff0 !important;
  108. }
  109. .el-table__body tr.current-row > td {
  110. background-color: #40a0ff59 !important;
  111. }
  112. .SaveCenter{
  113. text-align: center;
  114. padding: 1rem 0 ;
  115. }
  116. .el-checkbox {
  117. color: #ffffff;
  118. }