jjyx.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. #appBody.light .com-table thead tr th {
  2. color: #000;
  3. }
  4. #appBody.light .com-table .el-scrollbar tr td {
  5. color: #000;
  6. }
  7. #appBody.light .com-table .el-scrollbar tr td.light span,
  8. #appBody.light .com-table .el-scrollbar tr td.light div {
  9. color: #159AFA;
  10. }
  11. #appBody.light .el-table__header-wrapper {
  12. height: 37px;
  13. }
  14. #appBody.light .left {
  15. padding-top: 20px;
  16. }
  17. #appBody.light .has-gutter {
  18. background: #ffffff;
  19. height: 30px;
  20. }
  21. #appBody.light .has-gutter .is-center {
  22. height: 37px;
  23. }
  24. #appBody.light .performance {
  25. background: #ffffff;
  26. }
  27. #appBody.light .btn.green,
  28. #appBody.light .btn:hover {
  29. color: #36348e;
  30. border-color: #36348e;
  31. background: rgba(54, 52, 142, 0.2);
  32. }
  33. #appBody.light .el-select__popper.select,
  34. #appBody.light .el-picker__popper {
  35. background: #ffffff;
  36. border-color: #ffffff;
  37. }
  38. #appBody.light .el-select__popper.select .el-popper__arrow::before,
  39. #appBody.light .el-picker__popper .el-popper__arrow::before {
  40. border: 1px solid #ffffff !important;
  41. background: #ffffff !important;
  42. }
  43. #appBody.light .el-select__popper.select .el-select-dropdown__item.selected,
  44. #appBody.light .el-picker__popper .el-select-dropdown__item.selected,
  45. #appBody.light .el-select__popper.select .el-select-dropdown__item:hover,
  46. #appBody.light .el-picker__popper .el-select-dropdown__item:hover {
  47. color: #36348e;
  48. background: rgba(54, 52, 142, 0.2);
  49. border: 1px solid #36348e;
  50. }
  51. #appBody.light .el-select__popper.select .el-select-dropdown__item,
  52. #appBody.light .el-picker__popper .el-select-dropdown__item {
  53. color: #000;
  54. }
  55. #appBody.light .el-picker__popper.el-popper[role="tooltip"] {
  56. background: #ffffff !important;
  57. border-color: #ffffff !important;
  58. }
  59. #appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table th {
  60. color: #000;
  61. }
  62. #appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table td.current:not(.disabled) span {
  63. color: #ffffff;
  64. background: #159AFA;
  65. }
  66. #appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table td.today span,
  67. #appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table span:hover {
  68. color: #159AFA;
  69. }
  70. #appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table td.prev-month,
  71. #appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table td.next-month {
  72. background: rgba(0, 0, 0, 0.2);
  73. }
  74. #appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table span {
  75. color: #000;
  76. }
  77. #appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-year-table td {
  78. color: #000;
  79. }
  80. #appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-year-table td.today .cell,
  81. #appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-year-table td:hover {
  82. color: #159AFA;
  83. }
  84. #appBody.light .el-input .el-input__inner {
  85. background: #ffffff;
  86. color: #000;
  87. }
  88. #appBody.light .query-item .lable {
  89. color: #000;
  90. }
  91. #appBody.light .main-body input[type="checkbox"]:checked {
  92. background: #159AFA;
  93. border-color: #159AFA;
  94. }
  95. #appBody.light .main-body input[type="checkbox"] {
  96. background: #ffffff;
  97. border-color: #B3BDC0;
  98. }
  99. #appBody.light .decision-page-2 .com-panel,
  100. #appBody.light .decision-page-3 .com-panel,
  101. #appBody.light .decision-page-4 .com-panel {
  102. border-radius: 0;
  103. padding: 0;
  104. }
  105. #appBody.light .action {
  106. color: #159AFA;
  107. }
  108. #appBody.light .el-select .el-select__tags .el-tag {
  109. background-color: rgba(54, 52, 142, 0.2);
  110. color: #36348e;
  111. }
  112. #appBody.light .el-select .el-select__tags .el-tag .el-icon-close {
  113. background-color: rgba(54, 52, 142, 0.5);
  114. }
  115. #appBody.light .direction-info .com-table th,
  116. #appBody.light .direction-info .com-table td {
  117. color: #000;
  118. }
  119. #appBody.light .newspan {
  120. color: #000;
  121. }
  122. #appBody.light .newspan:hover {
  123. background: linear-gradient(to top, rgba(54, 52, 142, 0.5), rgba(54, 52, 142, 0));
  124. color: #36348e;
  125. }
  126. #appBody.light .newspan:hover::after {
  127. border: 1px solid #36348e;
  128. }
  129. #appBody.light .active {
  130. background: linear-gradient(to top, rgba(54, 52, 142, 0.5), rgba(54, 52, 142, 0));
  131. color: #36348e;
  132. }
  133. #appBody.light .active::after {
  134. border: 1px solid #36348e;
  135. }
  136. #appBody.light .el-month-table td .cell:hover,
  137. #appBody.light .el-date-picker__header-label.active,
  138. #appBody.light .el-date-picker__header-label:hover {
  139. color: #159AFA;
  140. }
  141. #appBody.light .ztfx .table-complex .table tbody tr:nth-child(2n) td {
  142. background-color: rgba(0, 0, 0, 0.2);
  143. }
  144. #appBody.light .ztfx .table-complex .table tbody tr:nth-child(2n) td.item {
  145. background-color: transparent;
  146. }
  147. #appBody.light .ztfx .table-complex .table th {
  148. background: rgba(0, 0, 0, 0.4);
  149. color: #ffffff;
  150. }
  151. #appBody.light .ztfx .table-complex .table td {
  152. color: #000;
  153. }
  154. #appBody.light .ztfx .table-panel .table tbody tr:nth-child(2n) td {
  155. background-color: rgba(0, 0, 0, 0.2);
  156. }
  157. #appBody.light .ztfx .table-panel .table th {
  158. background: rgba(0, 0, 0, 0.4);
  159. color: #ffffff;
  160. }
  161. #appBody.light .ztfx .table-panel .table td {
  162. color: #000;
  163. }
  164. #appBody.light .action-bar .selections .item {
  165. color: #000;
  166. }
  167. #appBody.light .action-bar .selections .item:hover,
  168. #appBody.light .action-bar .selections .item.active {
  169. background: rgba(54, 52, 142, 0.2);
  170. border: 1px solid #36348e;
  171. color: #36348e;
  172. }
  173. #appBody.light .fc-info .fc-item > .title {
  174. color: #000;
  175. }
  176. #appBody.light .fc-info .fc-item .tags .tag .tag-title {
  177. color: #000;
  178. }
  179. #appBody.light .fc-info .fc-item .tags .tag .tag-value {
  180. color: #36348e;
  181. }