.logo_bottom{height:2rem; width:2.5rem;float:left;margin-right:1rem; background: url(../images/wd_logo.png) no-repeat;background-size: 2.5rem 2rem;}
|
/**ͨÓà -±í¸ñÉèÖÃ**/
|
/***±í¸ñ1***/
|
.tablebox-1 {
|
margin-left: 0.5rem;
|
width: 99%;
|
height: 99%;
|
overflow: hidden;
|
position: relative;
|
/* background-color: rgba(6,26,103,1); */
|
}
|
|
.tbl-header-1 {
|
width: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
}
|
|
.tbl-body-1 {
|
width: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
}
|
|
.tablebox-1 table {
|
width: 100%;
|
}
|
|
.tablebox-1 table th, .tablebox-1 table td {
|
font-size: 16px;
|
/* color: #7ca6f4; */
|
color: #99baf7;
|
line-height: 30px;
|
/* line-height: 90px; */
|
text-align: center;
|
}
|
|
.tablebox-1 table tr th {
|
background-color: #1f1f9c;
|
cursor: pointer;
|
border: 1px solid rgba(153,186,247, .6);
|
}
|
|
.tablebox-1 table tr td {
|
background-color: transparent;
|
}
|
|
.tbl-body-1 tr:nth-child(even) td {
|
background-color: rgba(31, 31, 156, .5);
|
}
|
|
.tablebox-1 table tr td span {
|
font-size: 16px;
|
}
|
|
/***±í¸ñ2***/
|
.tablebox-2 {
|
margin-left: 0.5rem;
|
width: 99%;
|
height: 99%;
|
overflow: hidden;
|
position: relative;
|
/* background-color: rgba(6,26,103,1); */
|
}
|
|
.tbl-header-2 {
|
width: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
}
|
|
.tbl-body-2 {
|
width: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
}
|
|
.tablebox-2 table {
|
width: 100%;
|
}
|
|
.tablebox-2 table th, .tablebox-2 table td {
|
font-size: 16px;
|
/* color: #7ca6f4; */
|
color: #99baf7;
|
line-height: 30px;
|
text-align: center;
|
}
|
|
.tablebox-2 table tr th {
|
background-color: #1f1f9c;
|
cursor: pointer;
|
border: 1px solid rgba(153,186,247, .6);
|
}
|
|
.tablebox-2 table tr td {
|
background-color: transparent;
|
}
|
|
.tbl-body-2 tr:nth-child(even) td {
|
background-color: rgba(31, 31, 156, .5);
|
}
|
|
.tablebox-2 table tr td span{
|
font-size: 16px;
|
}
|
|
/***±í¸ñ3***/
|
.tablebox-3 {
|
margin-left: 0.5rem;
|
width: 99%;
|
height: 99%;
|
overflow: hidden;
|
position: relative;
|
/* background-color: rgba(6,26,103,1); */
|
}
|
|
.tbl-header-3 {
|
width: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
}
|
|
.tbl-body-3 {
|
width: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
}
|
|
.tablebox-3 table {
|
width: 100%;
|
}
|
|
.tablebox-3 table th, .tablebox-3 table td {
|
font-size: 16px;
|
/* color: #7ca6f4; */
|
color: #99baf7;
|
line-height: 30px;
|
text-align: center;
|
}
|
|
.tablebox-3 table tr th {
|
background-color: #1f1f9c;
|
cursor: pointer;
|
border: 1px solid rgba(153,186,247, .6);
|
}
|
|
.tablebox-3 table tr td {
|
background-color: transparent;
|
}
|
|
.tbl-body-3 tr:nth-child(even) td {
|
background-color: rgba(31, 31, 156, .5);
|
}
|
|
.tablebox-3 table tr td span{
|
font-size: 16px;
|
}
|
|
/***±í¸ñ4***/
|
.tablebox-4 {
|
margin-left: 0.5rem;
|
width: 99%;
|
height: 99%;
|
overflow: hidden;
|
position: relative;
|
/* background-color: rgba(6,26,103,1); */
|
}
|
|
.tbl-header-4 {
|
width: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
}
|
|
.tbl-body-4 {
|
width: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
}
|
|
.tablebox-4 table {
|
width: 100%;
|
}
|
|
.tablebox-4 table th, .tablebox-4 table td {
|
font-size: 16px;
|
/* color: #7ca6f4; */
|
color: #99baf7;
|
line-height: 30px;
|
text-align: left;
|
}
|
|
.tablebox-4 table tr th {
|
background-color: #1f1f9c;
|
cursor: pointer;
|
border: 1px solid rgba(153,186,247, .6);
|
}
|
|
.tablebox-4 table tr td {
|
background-color: transparent;
|
}
|
|
.tbl-body-4 tr:nth-child(even) td {
|
background-color: rgba(31, 31, 156, .5);
|
}
|
|
.tablebox-4 table tr td span{
|
font-size: 16px;
|
}
|
|
/***±í¸ñ5***/
|
.tablebox-5 {
|
margin-left: 0.5rem;
|
width: 99%;
|
height: 99%;
|
overflow: hidden;
|
position: relative;
|
/* background-color: rgba(6,26,103,1); */
|
}
|
|
.tbl-header-5 {
|
width: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
}
|
|
.tbl-body-5 {
|
width: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
}
|
|
.tablebox-5 table {
|
width: 100%;
|
}
|
|
.tablebox-5 table th, .tablebox-5 table td {
|
font-size: 16px;
|
/* color: #7ca6f4; */
|
color: #99baf7;
|
line-height: 30px;
|
text-align: left;
|
}
|
|
.tablebox-5 table tr th {
|
background-color: #1f1f9c;
|
cursor: pointer;
|
border: 1px solid rgba(153,186,247, .6);
|
}
|
|
.tablebox-5 table tr td {
|
background-color: transparent;
|
}
|
|
.tbl-body-5 tr:nth-child(even) td {
|
background-color: rgba(31, 31, 156, .5);
|
}
|
|
.tablebox-5 table tr td span, .tablebox-5 table tr td span {
|
font-size: 16px;
|
}
|