home.css 4.88 KB
#main-tab-content>.home-panel, #main-tab-content>.home-panel>#home-main-content>li {
    height: 100%;
}

#main-tab-content>.home-panel>#home-main-content {
    height: calc(100% - 37px);
    padding-top: 5px;
    overflow: auto;
}

.home-panel-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*border-top: 1px solid #eeeeee;*/
    padding: 6px 0 1px 6px;
}

.home-panel-footer .uk-subnav {
    margin-bottom: 0;
}

.home-panel-footer .uk-subnav li {
    border-right: 1px solid #eeeeee;
    padding: 0 6px;
    margin-top: 0;
}

.home-panel-footer .uk-subnav li a {
    color: #808080;
}

.home-panel-footer .uk-subnav li.uk-active a {
    color: #fff;
}

.uk-grid.home-line-card {
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 0 1px 4px 1px;
    min-height: 230px;
    height: calc(100% / 3 - 12px);
    padding: 3px;
}

.uk-grid.home-line-card .svg-chart-wrap {
    background: #fff;
    position: relative;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.uk-grid.home-line-card .data-wrap {
    padding-left: 0;
    overflow: hidden;
    background: #fff;
}

.home-gps-table {
    width: 560px;
}

.home-gps-table small {
    color: #969696;
}

.home-gps-table dl dt:nth-of-type(1), .home-gps-table dl dd:nth-of-type(1) {
    width: 15%;
    font-size: 14px;
}

.home-gps-table dl dt:nth-of-type(2), .home-gps-table dl dd:nth-of-type(2) {
    width: 8%
}

.home-gps-table dl dt:nth-of-type(3), .home-gps-table dl dd:nth-of-type(3) {
    width: 11%
}

.home-gps-table dl dt:nth-of-type(4), .home-gps-table dl dd:nth-of-type(4) {
    width: 19%
}

.home-gps-table dl dt:nth-of-type(5), .home-gps-table dl dd:nth-of-type(5) {
    width: 18%
}

.home-gps-table dl dt:nth-of-type(6), .home-gps-table dl dd:nth-of-type(6) {
    width: 10%
}

.home-gps-table dl dt:nth-of-type(7), .home-gps-table dl dd:nth-of-type(7) {
    width: 9%
}

.home-gps-table dl dt:nth-of-type(8), .home-gps-table dl dd:nth-of-type(8) {
    width: 8%;
    border-right: 0;
}

.data-wrap.up {
    /*border-left: 1px solid #dadada;*/
}

.data-wrap.down {
    /*border-right: 1px solid #dadada;*/
}

.data-wrap .data-title {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    padding: 0 0 3px;
}

.data-wrap .data-title span.data-title-text {
    display: inline-block;
    color: white;
    padding: 0 8px;
    border-radius: 0 8px 8px 0;
}

.data-wrap.up .data-title span.data-title-text {
    background: #5e96d2;
    /*background-image: -webkit-linear-gradient(top, #5e96d2, #5788bb);*/
}

.data-wrap.down .data-title span.data-title-text {
    background: #d66868;
    /*background-image: -webkit-linear-gradient(top, #d66868, #bf6363);*/
}

.data-wrap .data-body {
    height: calc(100% - 26px);
}

.top-center-big-text {
    height: 44px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    color: #babdbd;
    font-size: 30px;
    padding: 20px 0px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.home-ct-menu:before {
    content: attr(data-menutitle);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #DDD;
    padding: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-indent: 25px;
}

.context-menu-list.home-ct-menu {
    padding-top: 26px;
    font-size: 13px;
}

.uk-grid.send-multi-grid {
    height: 264px;
    margin-left: 0;
    width: 100%;
}

.uk-grid.send-multi-grid .uk-width-2-6 {
    overflow: auto;
    padding-left: 10px;
}

.uk-grid.send-multi-grid .uk-width-4-6 {
    padding-left: 10px;
}

#show-multi-send-modal ul.uk-list li span {
    font-size: 12px;
}

#show-multi-send-modal ul.uk-list li span.text-lg {
    font-size: 15px;
    margin-right: 5px;
}

#show-multi-send-modal ul.uk-list-line>li:nth-child(n+2) {
    border-top: 1px solid #f1f1f1;
}

.modal-loading {
    position: relative;
    height: 60px;
}

.modal-loading .uk-modal-spinner {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -10%);
    font-size: 25px;
    color: #ddd;
}

.modal-loading .text {
    position: absolute;
    top: 20%;
    left: 51%;
    -webkit-transform: translate(-55%, -50%);
    transform: translate(-49%, 20px);
    font-size: 13px;
    color: #717171;
}

#c0a3_detail_panel .uk-table th {
    text-align: right;
    width: 50%;
    padding-right: 20px;
}

/*.data-wrap.up::-webkit-scrollbar-thumb{
    box-shadow: 0 0 0 5px rgba(94, 150, 210, 0.61) inset;
}

.data-wrap.down::-webkit-scrollbar-thumb{
    box-shadow: 0 0 0 5px rgba(210, 103, 103, 0.44) inset;
}*/