#navNuclearTest {
|
position: fixed;
|
top: 0;
|
left: 0;
|
width: 100%;
|
height: 100%;
|
background-color: none;
|
z-index: 999999;
|
}
|
#navNuclearTest .navNuclearTest-container {
|
position: relative;
|
width: 100%;
|
height: 100%;
|
overflow: auto;
|
}
|
#navNuclearTest .navNuclearTest-content {
|
position: absolute;
|
top: 10%;
|
left: 50%;
|
margin-left: -600px;
|
width: 1200px;
|
background-color: #FFFFFF;
|
z-index: 0;
|
}
|
#navNuclearTest .navNuclearTest-mask {
|
position: absolute;
|
width: 100%;
|
height: 100%;
|
background-color: #000;
|
opacity: .2;
|
z-index: -1;
|
}
|
.navNuclearTest-header {
|
background: url('../../images/bg_13.jpg') repeat-x;
|
line-height: 30px;
|
}
|
.navNuclearTest-header .navNuclearTest-title {
|
margin-left: 1em;
|
font-size: 14px;
|
font-weight: bold;
|
}
|
.navNuclearTest-header .navNuclearTest-close {
|
font-size: 18px;
|
}
|
.navNuclearTest-header .navNuclearTest-close i:hover{
|
cursor:pointer;
|
color: #FF0000;
|
}
|
#navNuclearTest-data {
|
background-color: #FFFFFF;
|
}
|
|
/* tbl ui set */
|
#navNuclearTest-data {
|
font-size: 12px;
|
background-color: #ffffff;
|
overflow: hidden;
|
}
|
.nuclearTest-tbl-header {
|
position: relative;
|
z-index: 9;
|
height: 2.4em;
|
border-bottom: 1px solid #c9c7c2;
|
overflow:hidden;
|
background-color: #ffffff;
|
}
|
.nuclearTest-tbl-header table{
|
position: absolute;
|
width: 100%;
|
border-collapse: collapse;
|
}
|
.nuclearTest-tbl-header table thead {
|
line-height: 2.4em;
|
}
|
.nuclearTest-tbl-header table thead th {
|
border: 1px solid #c9c7c2;
|
text-align: center;
|
white-space: nowrap;
|
padding-left: 1em;
|
padding-right: 1em;
|
background-image: url(../../images/table_th_bg.gif);
|
background-repeat: repeat-x;
|
}
|
.nuclearTest-tbl-header table tbody td {
|
border: 1px solid #c9c7c2;
|
padding-top: .5em;
|
padding-bottom: .5em;
|
padding-left: 1em;
|
padding-right: 1em;
|
text-align: center;
|
white-space: nowrap;
|
}
|
.nuclearTest-tbl-body {
|
position: relative;
|
overflow: auto;
|
height: 500px;
|
z-index: 8;
|
}
|
.nuclearTest-tbl-body table{
|
position: absolute;
|
width: 100%;
|
top: -2.5em;
|
border-collapse: collapse;
|
}
|
.nuclearTest-tbl-body table thead {
|
line-height: 2.4em;
|
}
|
.nuclearTest-tbl-body table thead th {
|
border: 1px solid #c9c7c2;
|
text-align: center;
|
white-space: nowrap;
|
padding-left: 1em;
|
padding-right: 1em;
|
}
|
.nuclearTest-tbl-body table tbody td {
|
border: 1px solid #c9c7c2;
|
padding-top: .5em;
|
padding-bottom: .5em;
|
padding-left: 1em;
|
padding-right: 1em;
|
text-align: center;
|
white-space: nowrap;
|
}
|
.nuclearTest-tbl-body table tbody tr:hover {
|
background-color: #e2e0e0;
|
}
|
.nuclearTest-tbl-body table tbody tr.active {
|
background-color: #d6ddf5;
|
}
|
|