@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
|
}
|