main.css 7.55 KB
html, body {
    overflow: hidden;
}

.main-panel > .content {
    height: calc(100vh - 103px);
}

.main-panel > .content .container-fluid {
    height: 100%;
}

.main-panel > .content .container-fluid .card {
    height: 100%;
}

.BMap_cpyCtrl.BMap_noprint.anchorBL,
a[title='到百度地图查看此区域'] {
    display: none;
}

.bmd-form-group .checkbox label, .bmd-form-group .radio label, .bmd-form-group label {
    font-size: 0.875rem;
}

.top_form_card {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    width: 590px;
    padding: 0 15px 20px;
    margin-top: -25px;
    background: linear-gradient(60deg, #ffffff, #f8f8f8);
}

/**
    autocompleter css
 */
.ct_auto_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.ct_autocompleter_rs {
    position: absolute;
    z-index: 2;
    background: #fefefe;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    margin-top: 10px;
}

.main-panel > .content_shade {
    height: calc(100vh - 83px);
    margin-top: 50px;
    background: #ffffff38;
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: none;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 220px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 128, 0, 0.2);
    border-right: 1.1em solid rgba(255, 128, 0, 0.2);
    border-bottom: 1.1em solid rgba(255, 128, 0, 0.2);
    border-left: 1.1em solid #ff8000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.container-fluid.page .card .card-body .form-group {
    margin: 0;
    padding-bottom: 0;
}

.container-fluid.page form label {
    margin-bottom: 0;
}

.container-fluid.page > .card > .card-body {
    padding: 0 16px 0.9375rem 16px;
}

.flatpickr-input {
    background-color: #fff0 !important;
}

.table-responsive {
    height: 100%;
}

#split_data_page {
    font-size: 14px;
}

#split_data_page .map_cont {
    height: 100%;
}

#split_data_page .map_cont:first-child {
    border-right: 1px solid #e0e0e0;
}

#split_data_page .top_radio_wrap {
    margin-top: 16px !important;
    padding: 11px 7px !important;
    border-bottom: 1px solid #d2d2d2;
}

#split_data_page .m_map_wrap {
    height: calc(100% - 70px);
    margin-top: 25px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .14), 0px -1px 1px -2px rgba(0, 0, 0, .2), 0px -1px 5px 0 rgba(0, 0, 0, .12);
}

#real_gps_data_page .c_cont {
    height: calc(100% - 70px);
    margin-top: 25px;
}

#real_gps_data_page .c_cont > .row {
    height: 100%;
    margin-left: 0;
}

#real_gps_data_page .c_cont .svg_charts {
    margin-right: 10px;
    display: inline-block;
    width: 260px;
    height: 98%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    overflow: auto;
    position: relative;
    overflow-x: hidden;
}

#real_gps_data_page .c_cont .gps_tables {
    display: inline-block;
    width: calc(100% - 280px);
    height: 98%;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

/**
    svg
 */
text.station_text {
    letter-spacing: -.5px;
    Pointer-events: none;
    font-size: 13px;

    /*fill: #5E96D2;*/
}

path.station_link {
    stroke-width: 1.5px;
    stroke: #71d175;
    Pointer-events: none;
    transform: translate(-15px, 0);
}

text.circle_no {
    transform: translate(-18px, 0);
    font-size: 11px;
    fill: #fff;
}

circle.station_circle {
    fill: #4CAF50;
    r: 9;
    stroke: #ffffff;
    stroke-width: 2;
    Pointer-events: none;
    transform: translate(-16px, -4px);
}

svg g.gps-wrap > rect[updown="0"] {
    stroke: rgb(62, 80, 179);
    fill: rgb(62, 80, 179);
}

svg g.gps-wrap > text[updown="0"] {
    fill: #fff;
}

svg g.gps-wrap > rect {
    width: 48px;
    height: 15px;
    rx: 2px;
    cursor: pointer;
    transform: translate(0, -12px);
}

svg g.gps-wrap > text {
    font-size: 12px;
    transform: translate(2px, 0);
    pointer-events: none;
}

svg g.gps-wrap > rect[updown="1"] {
    stroke: #c94f21;
    fill: #c94f21;
}

svg g.gps-wrap > text[updown="1"] {
    fill: #fff;
}

/**
table
 */
#real_gps_data_page table th:nth-of-type(1), #real_gps_data_page table td:nth-of-type(1) {
    width: 12%;
}

#real_gps_data_page table th:nth-of-type(2), #real_gps_data_page table td:nth-of-type(2) {
    width: 13%;
}

#real_gps_data_page table th:nth-of-type(3), #real_gps_data_page table td:nth-of-type(3) {
    width: 19%;
}

#real_gps_data_page table th:nth-of-type(4), #real_gps_data_page table td:nth-of-type(4) {
    width: 10%;
}

#real_gps_data_page table th:nth-of-type(5), #real_gps_data_page table td:nth-of-type(5) {
    width: 10%;
}

#real_gps_data_page table th:nth-of-type(6), #real_gps_data_page table td:nth-of-type(6) {
    width: 12%;
}

#real_gps_data_page table th:nth-of-type(7), #real_gps_data_page table td:nth-of-type(7) {
    width: 12%;
}

#real_gps_data_page table th:nth-of-type(8), #real_gps_data_page table td:nth-of-type(8) {
    width: 12%;
}

#real_gps_data_page .top_radio_wrap {
    margin-top: 16px !important;
    padding: 11px 7px !important;
    border-bottom: 1px solid #d2d2d2;
}

#real_gps_data_page .map_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    display: none;
    animation-duration: .5s;
}

#real_gps_data_page .map_wrap > .map_cont {
    width: 100%;
    height: 100%;
}

.gps_info_win p {
    margin-bottom: .1rem;
}

.gps_info_win h5 {
    margin-bottom: 10px;
}

.gps_info_win a {
    font-size: 12px;
    display: block;
}

.gps_info_win hr {
    margin: 5px 0;
}

g.gps-wrap rect.twinkle[updown="0"] {
    animation: anim_bg_twinkle_up 1s;
}

@keyframes anim_bg_twinkle_up {
    0% {
        fill: yellow;
        stroke: yellow;
    }
    25% {
        stroke: rgb(62, 80, 179);
        fill: rgb(62, 80, 179);
    }
    50% {
        fill: yellow;
        stroke: yellow;
    }
    100% {
        stroke: rgb(62, 80, 179);
        fill: rgb(62, 80, 179);
    }
}

g.gps-wrap rect.twinkle[updown="1"] {
    animation: anim_bg_twinkle_down 1s;
}

@keyframes anim_bg_twinkle_down {
    0% {
        fill: yellow;
        stroke: yellow;
    }
    25% {
        stroke: #c94f21;
        fill: #c94f21;
    }
    50% {
        fill: yellow;
        stroke: yellow;
    }
    100% {
        stroke: #c94f21;
        fill: #c94f21;
    }
}

li.nav-item.disabled > a.nav-link,
li.nav-item.disabled i.material-icons {
    color: #cacaca;
    cursor: no-drop;
}