cashieraudit.css 2.27 KB
/*topbar--------------*/
.ITD-padding-24 .queryBtnGroup div:first-child {
    margin-right: 15px;
}
/*echarts 地磁周转*/
.casaudit-qbtcc-box {
    width: 100%;
    height: 260px;
    position: relative;
}
.casaudit-qbtcc-chart{
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
}
.casaudit-qbtcc-chart-title {
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.casaudit-qbtcc-chart-title div:nth-of-type(1){
    font-size: 22px;
    color: rgba(0,0,0,.8);
}
.casaudit-qbtcc-chart-title div:nth-of-type(2){
    font-size: 12px;
    color: rgba(0,0,0,.45);
}
.cashieraudit-line-echarts{
    height: 260px;
}
/* new topbar */
.casaudit-parking-l {
    float: left;
    width: 60px;
    height: 34px;
    line-height: 34px;
}

.casaudit-ITD-model-contbody{
    padding: 0 !important;
}
.casauditfoot-opentable{
    max-height: 300px;
    overflow-y: auto;
}
/*table 切换*/
.tab-btn-wrap{
    height: 32px;
    margin-bottom: 20px;
}
.tab-btn-wrap li.tabAction {
    border: 1px solid #1E95CD !important;
    color: #1E95CD;
}
.tab-btn-wrap li:nth-of-type(1) {
    border-left: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-radius: 4px 0 0 4px !important;
}
.tab-btn-wrap li:nth-of-type(2) {
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0 4px 4px 0 !important;
}
.tab-btn-wrap li {
    float: left;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    background: rgba(255,255,255,1);
    text-align: center;
}
.pop_echarts{
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 20px !important;
}
.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner{
    padding:  6px 10px 6px 12px !important;
}
.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{
    padding: 0 0 0 12px !important;

}