61 lines
1.1 KiB
CSS
61 lines
1.1 KiB
CSS
|
|
/* ============================================
|
||
|
|
ez-Q 2.5 读出子系统编程控制模型 — 打印样式
|
||
|
|
============================================ */
|
||
|
|
|
||
|
|
@media print {
|
||
|
|
body {
|
||
|
|
font-size: 12pt;
|
||
|
|
color: #000;
|
||
|
|
background: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sidebar-toc {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.report-header {
|
||
|
|
background: none;
|
||
|
|
color: #000;
|
||
|
|
padding: 1em 0;
|
||
|
|
border-bottom: 2px solid #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.report-body {
|
||
|
|
max-width: 100%;
|
||
|
|
padding: 1em 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.report-body h1 {
|
||
|
|
page-break-before: always;
|
||
|
|
font-size: 16pt;
|
||
|
|
}
|
||
|
|
|
||
|
|
.report-body h2 {
|
||
|
|
font-size: 14pt;
|
||
|
|
}
|
||
|
|
|
||
|
|
.report-body h3 {
|
||
|
|
font-size: 12pt;
|
||
|
|
}
|
||
|
|
|
||
|
|
.report-body pre {
|
||
|
|
border: 1px solid #ccc;
|
||
|
|
background: #f9f9f9;
|
||
|
|
page-break-inside: avoid;
|
||
|
|
}
|
||
|
|
|
||
|
|
.report-body table {
|
||
|
|
page-break-inside: avoid;
|
||
|
|
}
|
||
|
|
|
||
|
|
.report-body img {
|
||
|
|
max-width: 100%;
|
||
|
|
page-break-inside: avoid;
|
||
|
|
}
|
||
|
|
|
||
|
|
.report-footer {
|
||
|
|
border-top: 1px solid #000;
|
||
|
|
font-size: 10pt;
|
||
|
|
}
|
||
|
|
}
|