Compare commits
No commits in common. "77882f07a17ab46d3f96f64617f6e72f48eafc23" and "17c1ed20f458c256168049c5742b195d4476993e" have entirely different histories.
77882f07a1
...
17c1ed20f4
|
|
@ -7,18 +7,19 @@
|
|||
<style>
|
||||
@media print {
|
||||
@page {
|
||||
size: A4 landscape;
|
||||
size: landscape;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
@page {
|
||||
size: A4 landscape;
|
||||
/*size: A4 landscape;*/
|
||||
size: landscape;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
/*width: 1425px;*/
|
||||
/*height: 825px;*/
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 1425px;
|
||||
height: 825px;
|
||||
font-family: SimSun, monospace;
|
||||
font-size: 12pt;
|
||||
margin: 0;
|
||||
|
|
@ -140,7 +141,7 @@
|
|||
}
|
||||
|
||||
.package-logo {
|
||||
width: 250px;
|
||||
width: 300px;
|
||||
margin: 0 auto 20px;
|
||||
position: absolute;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue