.tablebox{
|
width: 1905px;
|
height: 740px;
|
overflow: hidden;
|
position: relative;
|
/* background-color: rgba(6,26,103,1); */
|
border: 2px solid #333399;
|
border-collapse: collapse;
|
|
}
|
|
|
.title1{width: 100%; height: 60px; font-size: 16px; color: #ff9000; line-height: 60px; padding-left: 20px; background: url(../images/title_icon.png) left center no-repeat; float: left;}
|
|
.tbl-header {
|
width: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
}
|
|
.tbl-body {
|
width: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
}
|
.tablebox table {
|
width: 1900px;
|
}
|
|
.tablebox table td {
|
font-size: 2.3rem;
|
/* color: #7ca6f4; */
|
color: #FFFFFF;
|
line-height: 45px;
|
text-align: center;
|
}
|
|
.tablebox table th{
|
font-size: 2rem;
|
/* color: #7ca6f4; */
|
color: #FFFFFF;
|
line-height: 45px;
|
text-align: center;
|
}
|
|
.tablebox table tr th {
|
background-color: #1f1f9c;
|
cursor: pointer;
|
}
|
|
.tablebox table tr td {
|
border-right: 2px solid #333399;
|
/* border: 2px solid #333399; */
|
border-collapse: collapse;
|
background-color: transparent;
|
}
|
|
.tbl-body tr:nth-child(even) td,.tbl-body1 tr:nth-child(even) td {
|
background-color: rgba(31, 31, 156, .5);
|
}
|
|
.tablebox table tr td span,
|
.tablebox table tr td span {
|
font-size: 2.5rem;
|
}
|