statisticsDaily.css 1.56 KB

 .table-bordered {
 border: 1px solid; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table > tbody + tbody {
    border-top: 1px solid; }



#left_div{
    width:200px;
    float: left;
}
#left_div1{
    width: 100%;
}
#left_div2{
    width: 100%;
    height: 10px;
    overflow: hidden;
}
#right_div{
    width: 100%;
    float: left;
    margin-top: 15px;
}
#staticfw{
    width: 100%;
    overflow: hidden;
}
#right_divx{
    width:100%;
}
#right_div2{
    width:101%;
    overflow: auto;
    margin-top: -65px;
}

#staticfw::-webkit-scrollbar {
    display:none
}

#right_div td{
    min-width: 60px;
    max-width: 60px;
    width: 60px;
}

#right_divy td{
    min-width: 60px;
    max-width: 60px;
    width: 60px;
}
#left_divy{
    width:200px;
    float: left;
}
#left_div1y{
    width: 100%;
}
#left_div2y{
    width: 100%;
    height: 10px;
    overflow: hidden;
}
#right_divy{
    width: 100%;
    float: left;
    margin-top: 15px;
}
#staticfwy{
    width: 100%;
    overflow: hidden;

}

#right_divxy{
    width:100%;
}
#right_div2y{
    width:101%;
    height:500px;
    overflow: auto;
    margin-top: -20px;
    margin-bottom: 20px;
}
#staticfwy::-webkit-scrollbar {
    display:none
}