File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change
1
+ :root {
2
+ --body-margin-left: 20mm;
3
+ --body-margin-right: 20mm;
4
+ --body-margin-top: 20mm;
5
+ --body-margin-bottom: 15mm;
6
+ }
7
+
1
8
@page {
2
9
margin: 0;
3
10
padding: 0;
10
17
}
11
18
12
19
main {
13
- margin: 17mm 15mm ;
20
+ margin: var(--body-margin-top) var(--body-margin-right) var(--body-margin-bottom) var(--body-margin-left) ;
14
21
}
15
22
16
23
div.page-third1 {
@@ -72,23 +79,21 @@ div.center-mark {
72
79
73
80
header.header-line {
74
81
position: absolute;
75
- top: 5mm ;
76
- left: 15mm ;
77
- right: 15mm ;
82
+ top: 8mm ;
83
+ left: var(--body-margin-left) ;
84
+ right: var(--body-margin-right) ;
78
85
font-size: 9pt;
79
86
color: #848484;
80
87
padding-right: 0;
81
88
}
82
89
83
90
footer.footer-line {
84
91
position: fixed;
85
- bottom: 10mm;
86
- left: 0;
92
+ bottom: 8mm;
93
+ left: var(--body-margin-left);
94
+ right: var(--body-margin-right);
87
95
font-size: 9pt;
88
-
89
96
color: #848484;
90
- padding-right: 15mm;
91
- padding-left: 15mm;
92
97
}
93
98
94
99
.hint-text {
You can’t perform that action at this time.
0 commit comments