scheduleDaily.css 1.78 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: 98%;
    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
}

.kfc td{
    min-width: 56px;
    max-width: 56px;
    width: 56px;
    text-align: center;
}

#right_div td{
    min-width: 56px;
    max-width: 56px;
    width: 56px;
    text-align: center;
}

#right_divy td{
    min-width: 56px;
    max-width: 56px;
    width: 56px;
    text-align: center;
}

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

}
#right_divxy{
    width:100%;
}
#right_div2y{
    width:99%;
    height:68%;
    overflow: auto;
    margin-top: -20px;
}
#staticfwy::-webkit-scrollbar {
    display:none
}
#ddrbBody   tr> td >span{
    word-break: keep-all;white-space:nowrap;
}