luxiaotao1123
2021-11-17 85d878b12d6988ca2275d60e7da0ec31814f8fc8
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
@media print {
    @page {
        /*A4: 210mm × 297mm,size: 794px × 1123px,0边距*/
        /*171.9mm × 258.9mm,size:649px × 978px,19.05mm边距(ie浏览器默认打印边距) */
        margin: 0.3cm
    }
}
 
 
.t_c {
    text-align: center;
}
 
.t_r {
    text-align: right;
}
 
.t_l {
    text-align: left;
}
 
.v_t {
    vertical-align: top
}
 
.v_m {
    vertical-align: middle
}
 
.v_b {
    vertical-align: bottom
}
 
.flow_l {
    float: left;
    width: 33.3%;
}
 
.font_ybks {
    font-size: 12pt;
    height: 28px;
    line-height: 28px;
}
 
.font_jyks {
    font-size: 12pt;
}
 
.font_bt {
    font-size: 9pt;
}
 
.font_column {
    font-size: 9pt;
}
 
.font_summary {
    font-size: 13pt;
}
 
.paperWidth {
    width: 645px;
}
 
.columnWidth_1 {
    width: 80px
}
 
.columnWidth_2 {
    width: 350px
}
 
.columnWidth_3 {
    width: 100px
}
 
.columnWidth_4 {
    width: 100px
}
 
.columnWidth_5 {
    width: 120px
}
 
.columnWidth_6 {
    width: 120px
}
 
.columnWidth_7 {
    width: 220px
}
 
.column_Height {
    height: 22px
}
 
table {
    border-collapse: collapse;
    border: solid black 2px; /* 设置边框属性;样式(solid=实线)、颜色(#999=灰) */
    margin: 3px
}
 
.table .gray TD {
    background-color: #f7f7f8;
}
 
td {
    padding-left: 2px;
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
}
 
table th, table td {
    padding-left: 2px;
}
 
.table_noborder {
    border-width: 0px 0px 0px 0px
}
 
.table_noborder td {
    border-collapse: collapse;
    /* 关键属性:合并表格内外边框(其实表格边框有2px,外面1px,里面还有1px哦) */
    border-width: 0px 0px 0px 0px
}
 
.src {
    margin-left: 100px;
}
 
.title {
    background-color: white;
    font-family: Arial, Vernada, Tahoma, sans-serif;
    color: #00008b;
    font-size: 30px;
    text-decoration: underline;
}
 
.breakable-page2 {
    border: 2px red solid
}