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
| @CHARSET "UTF-8";
| .allContent {
| width: 700px;
| background: #FFF;
| margin: 0;
| padding: 0;
| }
| td{
| word-wrap: break-word;
| word-break: break-all;
| font-size:12px;
| }
|
| .titleTable {
| width: 95%;
| margin: 0px 20px 20px 0px;
| }
|
| .titles {
| font-size: 18px;
| font-weight: bold;
| height: 40px;
| }
|
| .divTable {
| display: block;
| }
|
| .titleTable tr td {
| height: 30px;
| margin-left:-40px;
| }
|
| .divTable table {
| margin: 0px 20px 0px 20px;
| border: solid 1px #B4B4B4;
| border-collapse: collapse;
| width: 680px;
| }
|
| .divTable tr th {
| height: 27px;
| border: solid 1px #B4B4B4;
| font-weight:800;
| }
|
| .divTable tr td {
| height: 38px;
| padding-top: 4px;
| padding-bottom: 4px;
| border: solid 1px #B4B4B4;
|
| }
|
| .titleTable2 {
| width: 95%;
| margin: 20px;
| }
| .timeTitleClass {
| margin: 20px 0px 0px 50px;
| width:95%;
| }
| .timeTitleClass td{
| }
|
| .shijian{
| width:180px;
| }
| .caoZuoRen {
| width:120px;
| }
| .caoZuo {
| width:150px;
| }
| .yiJian {
| width:150px;
| }
| .td_width25{
| width:300px;
| }
| .td_width50{
| width:300px;
| }
|
|