|
@@ -0,0 +1,163 @@
|
|
|
+body.app-fullscreen .app-menu,
|
|
|
+body.app-fullscreen .app-submenu {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+body.app-fullscreen .report-header {
|
|
|
+ background: #09182f;
|
|
|
+ position: relative;
|
|
|
+ border-bottom: 1px solid #0a3367;
|
|
|
+}
|
|
|
+body.app-fullscreen .report-header .right-box p {
|
|
|
+ color: #bedaff;
|
|
|
+}
|
|
|
+body.app-fullscreen .report-header-title {
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ top: 0;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ height: 60px;
|
|
|
+ width: 464px;
|
|
|
+ font-size: 24px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 32px;
|
|
|
+ text-align: center;
|
|
|
+ padding: 14px 0;
|
|
|
+ margin: 0 !important;
|
|
|
+ background-image: url(../assets/imgs/bg_report_title.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+body.app-fullscreen .page-main {
|
|
|
+ background-color: #060606;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+body.app-fullscreen .page-main .card {
|
|
|
+ background: #09182f !important;
|
|
|
+ border: 1px solid #0a3367 !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .page-main .card .title .t-button {
|
|
|
+ color: #e5e5e5;
|
|
|
+}
|
|
|
+body.app-fullscreen .page-main .card .title .label {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-button {
|
|
|
+ border: 1px solid #0a3367;
|
|
|
+ background-color: transparent;
|
|
|
+ color: #bedaff;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-button:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-input,
|
|
|
+body.app-fullscreen .t-range-input {
|
|
|
+ background-color: transparent;
|
|
|
+ border-color: #0a3367;
|
|
|
+ box-shadow: none;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-input__inner {
|
|
|
+ color: #bedaff;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-icon,
|
|
|
+body.app-fullscreen .t-fake-arrow {
|
|
|
+ color: #bedaff !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-progress__bar {
|
|
|
+ background: #0a3367;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-progress__info {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-table,
|
|
|
+body.app-fullscreen .t-table tr {
|
|
|
+ background-color: transparent !important;
|
|
|
+ border-color: #0a3367 !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-table td,
|
|
|
+body.app-fullscreen .t-table th,
|
|
|
+body.app-fullscreen .t-table__content {
|
|
|
+ border-color: #0a3367 !important;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-table th {
|
|
|
+ color: #8c8c8c;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-popup__content {
|
|
|
+ background-color: #0a3367 !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-select-option {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-select-option.t-is-selected {
|
|
|
+ background-color: #114c9a;
|
|
|
+}
|
|
|
+body.app-fullscreen .t-select-option__hover {
|
|
|
+ background-color: #114c9a !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .table-loop .thead .td {
|
|
|
+ background: rgba(10, 51, 103, 0.5);
|
|
|
+}
|
|
|
+body.app-fullscreen .table-loop .slide .td {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .table-loop .slide:nth-child(2n + 1) {
|
|
|
+ background: #173d6e;
|
|
|
+}
|
|
|
+body.app-fullscreen .quality-analysis .page-main .col1 .chart-wrap::after {
|
|
|
+ border-bottom: 1px solid #0a3367;
|
|
|
+}
|
|
|
+body.app-fullscreen .dispatch-analysis .statistics {
|
|
|
+ background: rgba(10, 51, 103, 0.85) !important;
|
|
|
+ border: 1px solid #0a3367 !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .dispatch-analysis .col2 .service-box .service-item {
|
|
|
+ background: rgba(10, 51, 103, 0.5) !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .dispatch-analysis .col2 .service-box .service-item .head {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .dispatch-analysis .col2 .service-box .service-item .body .process-box {
|
|
|
+ background: #0a3367;
|
|
|
+}
|
|
|
+body.app-fullscreen .dispatch-analysis .col2 .service-box .service-item .body .label {
|
|
|
+ color: #8c8c8c !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .service-analysis .process-box {
|
|
|
+ background: #0a3367 !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .service-analysis .grid1-others .label {
|
|
|
+ color: #bfbfbf !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .service-analysis .grid1-others .num {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .service-analysis .grid3-others .num-show .label {
|
|
|
+ color: #bfbfbf !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .service-analysis .grid3-others .desc-text {
|
|
|
+ background: #0a2448 !important;
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .service-analysis .box4 .title-wrap {
|
|
|
+ color: #d9d9d9 !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .service-analysis .box4 .desc-text {
|
|
|
+ background: #0a2448 !important;
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .sop-analysis .col2 .tab-box {
|
|
|
+ background: #0a2448 !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .sop-analysis .col2 .tab-box .tab.active {
|
|
|
+ background: #173d6e !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .sop-analysis .col2 .list-wrap .list-item .item-head {
|
|
|
+ background: rgba(10, 51, 103, 0.5) !important;
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .sop-analysis .col2 .list-wrap .list-item .item-body .label {
|
|
|
+ color: #bfbfbf !important;
|
|
|
+}
|
|
|
+body.app-fullscreen .sop-analysis .col2 .list-wrap .list-item .bar-box {
|
|
|
+ background: #0a3367 !important;
|
|
|
+}
|