app-xiangsonghua/app-saas-src/css/report/reportData.css
2024-12-26 17:00:06 +08:00

132 lines
2.1 KiB
CSS

::-webkit-scrollbar{width:0px}
body {
background:#fff;
}
.heightGap {
background:#DFDFDF;
height: 0.41rem;
width: 100%;
}
td{
white-space:nowrap;
vertical-align:middle;
text-align:center;
}
.center {
display: flex;
align-items: center;
}
.table-panel{
position:absolute;
display:flex;
width:100%;
overflow: hidden;
}
.table-head{
position:absolute;
left:0px;
top:0px;
width:100%;
height:5.16rem;
z-index:1000;
}
.table-head-right{
overflow:scroll;
position:absolute;
top:0px;
}
#header-table{
/*border-top:1px solid #d9d9d9;*/
border-bottom:1px solid #d9d9d9;
box-sizing:content-box;
-moz-box-sizing:content-box; /* Firefox */
-webkit-box-sizing:content-box; /* Safari */
}
#table-head-left {
position:relative;
z-index: 10000;
}
.time-title-cell{
height:5.2rem;
width:10.4rem;
display:table-cell;
align-items:center;
justify-content:center;
background:#E9BE2B;
border-top:2px solid #E9BE2B;
border-bottom:1px solid #d9d9d9;
}
.table-head-right td{
height:2.6rem;
}
#table-header-list td:not(:last-child){
border-right:1px solid #d9d9d9;
box-sizing:border-box;
-moz-box-sizing:content-box; /* Firefox */
-webkit-box-sizing:content-box; /* Safari */
}
#table-title-list {
border-top:1px solid #d9d9d9;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
height:2.58rem;
}
#table-title-list td:nth-child(even){
background:#f7f7f7;
}
.table-body{
width:100%;
position:absolute;
overflow: hidden;
}
.table-body-right tr,.table-body-left tr{
border-bottom:1px solid #d9d9d9;
box-sizing:content-box;
-moz-box-sizing:content-box; /* Firefox */
-webkit-box-sizing:content-box; /* Safari */
}
.table-body-right td, .table-body-left td{
height:2.6rem;
}
.table-body-left{
position:absolute;
top:0;
width:10.4rem;
overflow: scroll;
}
.table-body-right{
position:absolute;
top:0;
overflow: scroll;
}
.table-body-left td{
width:10.4rem;
text-align:center;
vertical-align:center;
background:#f7f7f7;
}
#tbHistroyValue tr>td:nth-child(even){
background:#f7f7f7;
}