|
@@ -0,0 +1,181 @@
|
|
|
+#appBody.light .com-table thead tr th {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .com-table .el-scrollbar tr td {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .com-table .el-scrollbar tr td.light span,
|
|
|
+#appBody.light .com-table .el-scrollbar tr td.light div {
|
|
|
+ color: #159AFA;
|
|
|
+}
|
|
|
+#appBody.light .el-table__header-wrapper {
|
|
|
+ height: 50px;
|
|
|
+}
|
|
|
+#appBody.light .left {
|
|
|
+ padding-top: 20px;
|
|
|
+}
|
|
|
+#appBody.light .has-gutter {
|
|
|
+ background: #ffffff;
|
|
|
+ height: 30px;
|
|
|
+}
|
|
|
+#appBody.light .has-gutter .is-center {
|
|
|
+ height: 50px;
|
|
|
+}
|
|
|
+#appBody.light .performance {
|
|
|
+ background: #ffffff;
|
|
|
+}
|
|
|
+#appBody.light .btn.green,
|
|
|
+#appBody.light .btn:hover {
|
|
|
+ color: #36348e;
|
|
|
+ border-color: #36348e;
|
|
|
+ background: rgba(54, 52, 142, 0.2);
|
|
|
+}
|
|
|
+#appBody.light .el-select__popper.select,
|
|
|
+#appBody.light .el-picker__popper {
|
|
|
+ background: #ffffff;
|
|
|
+ border-color: #ffffff;
|
|
|
+}
|
|
|
+#appBody.light .el-select__popper.select .el-popper__arrow::before,
|
|
|
+#appBody.light .el-picker__popper .el-popper__arrow::before {
|
|
|
+ border: 1px solid #ffffff !important;
|
|
|
+ background: #ffffff !important;
|
|
|
+}
|
|
|
+#appBody.light .el-select__popper.select .el-select-dropdown__item.selected,
|
|
|
+#appBody.light .el-picker__popper .el-select-dropdown__item.selected,
|
|
|
+#appBody.light .el-select__popper.select .el-select-dropdown__item:hover,
|
|
|
+#appBody.light .el-picker__popper .el-select-dropdown__item:hover {
|
|
|
+ color: #36348e;
|
|
|
+ background: rgba(54, 52, 142, 0.2);
|
|
|
+ border: 1px solid #36348e;
|
|
|
+}
|
|
|
+#appBody.light .el-select__popper.select .el-select-dropdown__item,
|
|
|
+#appBody.light .el-picker__popper .el-select-dropdown__item {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .el-picker__popper.el-popper[role="tooltip"] {
|
|
|
+ background: #ffffff !important;
|
|
|
+ border-color: #ffffff !important;
|
|
|
+}
|
|
|
+#appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table th {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table td.current:not(.disabled) span {
|
|
|
+ color: #ffffff;
|
|
|
+ background: #159AFA;
|
|
|
+}
|
|
|
+#appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table td.today span,
|
|
|
+#appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table span:hover {
|
|
|
+ color: #159AFA;
|
|
|
+}
|
|
|
+#appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table td.prev-month,
|
|
|
+#appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table td.next-month {
|
|
|
+ background: rgba(0, 0, 0, 0.2);
|
|
|
+}
|
|
|
+#appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-date-table span {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-year-table td {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-year-table td.today .cell,
|
|
|
+#appBody.light .el-picker__popper.el-popper[role="tooltip"] .el-year-table td:hover {
|
|
|
+ color: #159AFA;
|
|
|
+}
|
|
|
+#appBody.light .el-input .el-input__inner {
|
|
|
+ background: #ffffff;
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .query-item .lable {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .main-body input[type="checkbox"]:checked {
|
|
|
+ background: #159AFA;
|
|
|
+ border-color: #159AFA;
|
|
|
+}
|
|
|
+#appBody.light .main-body input[type="checkbox"] {
|
|
|
+ background: #ffffff;
|
|
|
+ border-color: #B3BDC0;
|
|
|
+}
|
|
|
+#appBody.light .decision-page-2 .com-panel,
|
|
|
+#appBody.light .decision-page-3 .com-panel,
|
|
|
+#appBody.light .decision-page-4 .com-panel {
|
|
|
+ border-radius: 0;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+#appBody.light .action {
|
|
|
+ color: #159AFA;
|
|
|
+}
|
|
|
+#appBody.light .el-select .el-select__tags .el-tag {
|
|
|
+ background-color: rgba(54, 52, 142, 0.2);
|
|
|
+ color: #36348e;
|
|
|
+}
|
|
|
+#appBody.light .el-select .el-select__tags .el-tag .el-icon-close {
|
|
|
+ background-color: rgba(54, 52, 142, 0.5);
|
|
|
+}
|
|
|
+#appBody.light .direction-info .com-table th,
|
|
|
+#appBody.light .direction-info .com-table td {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .newspan {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .newspan:hover {
|
|
|
+ background: linear-gradient(to top, rgba(54, 52, 142, 0.5), rgba(54, 52, 142, 0));
|
|
|
+ color: #36348e;
|
|
|
+}
|
|
|
+#appBody.light .newspan:hover::after {
|
|
|
+ border: 0.093vh solid #36348e;
|
|
|
+}
|
|
|
+#appBody.light .active {
|
|
|
+ background: linear-gradient(to top, rgba(54, 52, 142, 0.5), rgba(54, 52, 142, 0));
|
|
|
+ color: #36348e;
|
|
|
+}
|
|
|
+#appBody.light .active::after {
|
|
|
+ border: 0.093vh solid #36348e;
|
|
|
+}
|
|
|
+#appBody.light .el-month-table td .cell:hover,
|
|
|
+#appBody.light .el-date-picker__header-label.active,
|
|
|
+#appBody.light .el-date-picker__header-label:hover {
|
|
|
+ color: #159AFA;
|
|
|
+}
|
|
|
+#appBody.light .ztfx .table-complex .table tbody tr:nth-child(2n) td {
|
|
|
+ background-color: rgba(0, 0, 0, 0.2);
|
|
|
+}
|
|
|
+#appBody.light .ztfx .table-complex .table tbody tr:nth-child(2n) td.item {
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
+#appBody.light .ztfx .table-complex .table th {
|
|
|
+ background: rgba(0, 0, 0, 0.4);
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+#appBody.light .ztfx .table-complex .table td {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .ztfx .table-panel .table tbody tr:nth-child(2n) td {
|
|
|
+ background-color: rgba(0, 0, 0, 0.2);
|
|
|
+}
|
|
|
+#appBody.light .ztfx .table-panel .table th {
|
|
|
+ background: rgba(0, 0, 0, 0.4);
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+#appBody.light .ztfx .table-panel .table td {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .action-bar .selections .item {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .action-bar .selections .item:hover,
|
|
|
+#appBody.light .action-bar .selections .item.active {
|
|
|
+ background: rgba(54, 52, 142, 0.2);
|
|
|
+ border: 1px solid #36348e;
|
|
|
+ color: #36348e;
|
|
|
+}
|
|
|
+#appBody.light .fc-info .fc-item > .title {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .fc-info .fc-item .tags .tag .tag-title {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+#appBody.light .fc-info .fc-item .tags .tag .tag-value {
|
|
|
+ color: #36348e;
|
|
|
+}
|