pdamanage.css 1.16 KB
/*搜索*/



/*弹窗*/
.pdamanage-parkinput{
    width: 180px  !important;
    padding-left: 12px;
    height: 34px;
    line-height: 34px;
}


/*表格*/
/*fixed-table-container top*/
.fixed-table-container thead th .th-inner{
    padding: 6px 30px 6px 24px!important;
}



/*echarts*/
.pdamanage-wrap{
    height: 180px;
}
.pdamanage-con{
    width: 50%;
    height: 100%;
}
.pdamanage-con-l{
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.pdamanage-con-name{
    /*font-size: 16px;*/
    /*padding-left: 12px;*/
}
.pdamanage-con-title-1{
    font-size: 16px;
    padding-left: 20px;
    background: url("../css/img/geomagneticmanage-con-title-1.png") no-repeat 0 center;
    margin-bottom: 12px;
}
.pdamanage-con-title-2{
    font-size: 16px;
    padding-left: 20px;
    background: url("../css/img/geomagneticmanage-con-title-2.png") no-repeat 0 center;
    margin-bottom: 12px;
}
.pdamanage-con-title-3{
    font-size: 16px;
    padding-left: 20px;
    background: url("../css/img/geomagneticmanage-con-title-3.png") no-repeat 0 center;
    margin-bottom: 12px;
}
.pdamanage-con-num{
    font-size: 36px;
}
.pdamanage-echarts{
    width: 100%;
    height: 100%;
}