1
81041
2019-06-20 ab3c4acf83f54f8449ca8664c4a2bb79bd30f297
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
@charset "utf-8";
/* CSS Document */
*{
    /*将内容变得不可选*/
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
 
#eleInfor .checkCon{
    width:100%;
}
#eleInfor .summary{
    display: block;
    width:100%;
    height:30px;
    line-height: 30px;
    text-align: center;
    background:url(../image/table_th_bg.gif) repeat-x;
    /*将内容变得不可选*/
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#eleInfor .summary:hover{
    color:green;
}
#eleInfor .checkCon table{
    width:100%;
    border-collapse:collapse;
}
#eleInfor .fWeight{
    font-weight:bold;
}
#eleInfor .fWeight td {
    text-align: center;
    padding:6px;
}
#eleInfor .checkCon table td{
    white-space: nowrap;
    border:1px solid #ccc;
}
#eleInfor .checkCon table select{
    width:100%;
    height:100%;
}
#eleInfor .checkCon .volTest span{
    margin-left:12px;
}
#eleInfor .checkCon .resisTest span{
    margin-left:12px;
}
/*头部固定*/
#tbHead{
    position:relative;
    width:100%;
    height:26px;
    overflow: hidden;
}
#tbHead table{
    position:absolute;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    top:0;
    left:0;
}
#tbHead table th{
    border:1px solid #ccc;
    padding:4px 14px;
    background:url(../image/table_th_bg.gif) repeat-x;
    white-space: nowrap;
    text-align:center;
}
#tbHead table td{
    padding:4px 14px;
    border:1px solid #ccc;
    white-space: nowrap;
    text-align: center;
}
/*表格滚动部分*/
#eleInforTab{
    position: relative;
    width:100%;
    height:300px;
    overflow: scroll;
}
#eleInforTab table{
    position:absolute;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    top:-24px;
}
#eleInforTab table th{
    padding:4px 14px;
    border:1px solid #ccc;
    background:url(../image/table_th_bg.gif) repeat-x;
    white-space: nowrap;
    text-align: center;
}
 
#eleInforTab table td{
    padding:4px 14px;
    border:1px solid #ccc;
    white-space: nowrap;
    text-align: center;
}
#tabEchartCon .left{
    float:left;
    width:24%;
}
/*固定头部*/
#tabEchartCon .tbFixed{
    width:100%;
    height:30px;
    overflow: hidden;
}
#tabEchartCon .tbFixed table{
    width: 100%;
    position:relative;
    border-collapse:collapse;
    white-space: nowrap;
}
#tabEchartCon .tbFixed table th{
    padding:6px 42px;
    border:1px solid #ccc;
    background:url(../image/table_th_bg.gif) repeat-x;
}
#tabEchartCon .tbFixed table td{
    border:1px solid #ccc;
    padding:6px 42px;
    text-align:center;
}
/*滚动部分*/
#tabEchartCon .secCurve{
    width:100%;
    height:240px;
    overflow: scroll;
}
#tabEchartCon .secCurve table{
    width: 100%;
    position:relative;
    border-collapse:collapse;
    white-space: nowrap;
    top:-28px;
}
#tabEchartCon .secCurve table th{
    padding:6px 42px;
    border:1px solid #ccc;
    background:url(../image/table_th_bg.gif) repeat-x;
}
#tabEchartCon .secCurve table td{
    border:1px solid #ccc;
    padding:6px 42px;
    text-align:center;
}
#conEchart{
    float:right;
    width:75%;
    height:270px;
    background-color:white;
}
/*分页样式*/
#container{
    padding:10px 0;
    font-size: 14px;
    background:url(../image/table_th_bg.gif) repeat-x;
    text-align: center;
}
#container input{
    width:28px;
    height:24px;
    border:1px solid #00FFFF;
}
#container span{
    margin-left:20px;
}
#container a{
    margin-left:10px;
    text-decoration:none;
    color:blue;
}
#container a:hover{
    color:red;
    text-decoration:underline;
}
 
#container a:visited{
    color:blue;
}
#container .input_container{
    width:100%;
}
/*放电测试选项卡样式*/
#cardOption{
    display:none;
    _display:none;
    position:absolute;
    width:400px;
    background-color:white;
    top:80px;
    left:50%;
    margin-left:-200px;
    z-index: 99999991;
}
#cardOption span{
    width:100%;
    height:30px;
    line-height:30px;
    padding:6px 30px;
    background:url(../image/cell.png) no-repeat 5px 5px;
}
/*固定头部*/
#cardOption .tbHead{
    position:relative;
    width:100%;
    height:30px;
    overflow: hidden;
}
#cardOption .tbHead table{
    width:100%;
    border-spacing: 0;
    border-collapse:collapse;
}
#cardOption .tbHead th{
    padding:4px 8px;
    border:1px solid #ccc;
    text-align: center;
    background:url(../image/table_th_bg.gif) repeat-x;
    white-space: nowrap;
}
#cardOption .tbHead td{
    padding:4px 8px;
    border:1px solid #ccc;
    text-align: center;
    white-space: nowrap;
}
#cardOption .con_table{
    position:relative;
    width:100%;
    height:400px;
    overflow-y: scroll;
    overflow-x:hidden;
}
#cardOption .con_table table{
    position:absolute;
    width:400px;
    border-spacing: 0;
    border-collapse:collapse;
    top:-30px;
}
#cardOption .con_table th{
    padding:4px 8px;
    border:1px solid #ccc;
    text-align: center;
    background:url(../image/table_th_bg.gif) repeat-x;
    white-space: nowrap;
}
#cardOption .con_table td{
    padding:4px 8px;
    border:1px solid #ccc;
    text-align: center;
    white-space: nowrap;
}
#cardOption .input_container input{
    /*初始化按钮*/
    font-size: 12px;
    text-decoration: none!important;
    font-family: Helvetica, Arial, sans serif;
    padding: 6px 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 0px 2px #fff;
    -o-box-shadow: inset 0px 0px 2px #fff;
    -webkit-box-shadow: inset 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 2px #fff;
    /*定义颜色和样式*/
    color: #41788c;
    border: 1px solid #6fb1c7;
    background-image: -moz-linear-gradient(#aae5f7, #73d0f1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73d0f1), to(#aae5f7));
    background-image: -webkit-linear-gradient(#aae5f7, #73d0f1);
    background-image: -o-linear-gradient(#aae5f7, #73d0f1);
    text-shadow: 1px 1px 1px #bfeafb;
    background-color: #73d0f1;
    /*按钮的上右下左的距离*/
    margin:10px 70px;
}
#cardOption .input_container input:hover{
    border: 1px solid #4690ad;
    background-image: -moz-linear-gradient(#73d0f1, #aae5f7);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aae5f7), to(#73d0f1));
    background-image: -webkit-linear-gradient(#73d0f1, #aae5f7);
    background-image: -o-linear-gradient(#73d0f1, #aae5f7);
    background-color: #aae5f7;
}
/*内阻电导测试选项*/
#cardResisOption{
    display:none;
    _display:none;
    position:absolute;
    width:400px;
    background-color:white;
    top:80px;
    left:50%;
    margin-left:-200px;
    z-index: 99999991;
}
#cardResisOption span{
    width:100%;
    height:30px;
    line-height:30px;
    padding:6px 30px;
    background:url(../image/cell.png) no-repeat 5px 5px;
}
/*固定头部*/
#cardResisOption .tbHead{
    position:relative;
    width:100%;
    height:30px;
    overflow: hidden;
}
#cardResisOption .tbHead table{
    width:100%;
    border-spacing: 0;
    border-collapse:collapse;
}
#cardResisOption .tbHead th{
    padding:4px 8px;
    border:1px solid #ccc;
    text-align: center;
    background:url(../image/table_th_bg.gif) repeat-x;
    white-space: nowrap;
}
#cardResisOption .tbHead td{
    padding:4px 8px;
    border:1px solid #ccc;
    text-align: center;
    white-space: nowrap;
}
#cardResisOption .con_table{
    position:relative;
    width:100%;
    height:400px;
    overflow-y: scroll;
    overflow-x:hidden;
}
#cardResisOption .con_table table{
    position:absolute;
    width:400px;
    border-spacing: 0;
    border-collapse:collapse;
    top:-30px;
}
#cardResisOption .con_table th{
    padding:4px 8px;
    border:1px solid #ccc;
    text-align: center;
    background:url(../image/table_th_bg.gif) repeat-x;
    white-space: nowrap;
}
#cardResisOption .con_table td{
    padding:4px 8px;
    border:1px solid #ccc;
    text-align: center;
    white-space: nowrap;
}
#cardResisOption .input_container input{
    /*初始化按钮*/
    font-size: 12px;
    text-decoration: none!important;
    font-family: Helvetica, Arial, sans serif;
    padding: 6px 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 0px 2px #fff;
    -o-box-shadow: inset 0px 0px 2px #fff;
    -webkit-box-shadow: inset 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 2px #fff;
    /*定义颜色和样式*/
    color: #41788c;
    border: 1px solid #6fb1c7;
    background-image: -moz-linear-gradient(#aae5f7, #73d0f1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73d0f1), to(#aae5f7));
    background-image: -webkit-linear-gradient(#aae5f7, #73d0f1);
    background-image: -o-linear-gradient(#aae5f7, #73d0f1);
    text-shadow: 1px 1px 1px #bfeafb;
    background-color: #73d0f1;
    /*按钮的上右下左的距离*/
    margin:10px 70px;
}
#cardResisOption .input_container input:hover{
    border: 1px solid #4690ad;
    background-image: -moz-linear-gradient(#73d0f1, #aae5f7);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aae5f7), to(#73d0f1));
    background-image: -webkit-linear-gradient(#73d0f1, #aae5f7);
    background-image: -o-linear-gradient(#73d0f1, #aae5f7);
    background-color: #aae5f7;
}
/*整体的遮罩层*/
#allShade{
    display:none;
    _display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    filter:alpha(opacity=50); /*IE滤镜,透明度50%*/
    -moz-opacity:0.5;     /*Firefox私有,透明度50%*/
    opacity:0.5;    /*其他,透明度50%*/
    z-index:99999990;
}
/*等待框*/
.wait{
    display:block;
    position:absolute;
    width:200px;
    height:60px;
    line-height: 60px;
    text-align:center;
    font-size:16px;
    color:black;
    background-color:#ccc;
    top:50%;
    margin-top:-30px;
    left:50%;
    margin-left:-100px;
}
 
/*表格容器内的滑块*/
#tabEchartCon .slide{
    position:absolute;
    width:100%;
    height:6px;
    background-color:white;
    left:0;
    bottom:0;
    cursor:n-resize;
    z-index:9;
}
 
#tabEchartCon{
    position:relative;
}