星伟
2018-09-21 482825da5c78b3d4daa7d8804570da85d12e0758
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
#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;
}