analogbilling.css 3 KB
/*公用开始*/

.table{
    margin-bottom: 0;
}
/*公用结束*/
/*搜索css开始。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
.analog-parking-l {
    float: left;
    width: 60px;
    height: 34px;
    line-height: 34px;
}
.analog-parkinput78{
    width: 78%;
    height: 34px;
    line-height: 34px;
}
.control-label {
    width: 60px;
    line-height: 35px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-overflow: ellipsis;
    color: #666;
}
/*.input-group .daterange-bg {
    width: 130px;
    text-align: left;
    background: url(../img/dataicon.png) no-repeat right 0;
    background-color: #fff;
    padding-right: 40px;
}*/
/*搜索css结束。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/


/*表格css开始。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
.main_wrap .portlet.light{
    padding-top: 0;
    padding-right: 0;
}

.col_center{
    width: calc(100% - 357px);
    width: -webkit-calc(100% - 357px);
    width: -moz-calc(100% - 357px);
    width: -ms-calc(100% - 357px);
    width: -o-calc(100% - 357px);
    height: 180px;
    overflow-y: scroll;
}
.col_center table thead tr th{
    width: 110px !important;
    text-align: center;
}
.col_center table tbody tr td{
    width: 110px !important;
    text-align: center;
}
.col_right{
    width: 332px;
    height: 175px;
    background-color: #fafafa;
    margin-left: 25px;
    padding-top: 25px;
    padding-left: 25px;
    box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
}
.col_right_ul{padding-left: 0}
.col_right_ul li{
    float: left;
    width: 153px;
    margin-bottom: 20px;
}
.col_right_li_title{
    border-left: 2px solid #2abb9b;
    font-size: 13px;
    padding-left: 10px;
    height: 13px;
    line-height: 13px;
    margin-bottom: 10px;
}
.col_right_li_mon{
    padding-left: 14px;
}
.col_right_li_mon span:nth-of-type(1){
    font-size: 28px;
    color: #1f2b3d;
}
.col_right_li_mon span:nth-of-type(2){
    color: #1f2b3d;
}
.col_right_li_title_l{
    border:0;
    padding-left: 13px;
}
.col_right_li_mon_ellipsis{
    overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.form-control{
    color: #666 !important;
}

/*表格css结束。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/


/*图例css开始。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
.echarts_wrap{
    margin-top: 24px;
}
.echarts_wrap_title{
    padding: 5px 10px;
    background-color: #1f2b3d;
    color: #fff;
    width: 110px;
    border-radius: 5px!important;
}
.echart_con{
    height: 270px;
    width: 100%;
}

/*图例css结束。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/