Compare commits

..

No commits in common. "77882f07a17ab46d3f96f64617f6e72f48eafc23" and "17c1ed20f458c256168049c5742b195d4476993e" have entirely different histories.

1 changed files with 8 additions and 7 deletions

View File

@ -7,18 +7,19 @@
<style> <style>
@media print { @media print {
@page { @page {
size: A4 landscape; size: landscape;
margin: 0;
} }
} }
@page { @page {
size: A4 landscape; /*size: A4 landscape;*/
size: landscape;
margin: 0;
} }
body { body {
/*width: 1425px;*/ width: 1425px;
/*height: 825px;*/ height: 825px;
width: 100%;
height: 100%;
font-family: SimSun, monospace; font-family: SimSun, monospace;
font-size: 12pt; font-size: 12pt;
margin: 0; margin: 0;
@ -140,7 +141,7 @@
} }
.package-logo { .package-logo {
width: 250px; width: 300px;
margin: 0 auto 20px; margin: 0 auto 20px;
position: absolute; position: absolute;
} }