You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
550 B

@media print {
.page-break{display: block; page-break-before: always; }
}
@page right {
@bottom-left {
margin: 10pt 0 30pt 0;
border-top: .25pt solid #666;
content: "我的报表";
font-size: 9pt;
color: #333;
}
@bottom-right {
margin: 10pt 0 30pt 0;
border-top: .25pt solid #666;
content: "我的内容";
font-size: 9pt;
}
@top-right {
content: "测试报表";
margin: 30pt 0 10pt 0;
font-size: 9pt;
color: #333;
}
}