|
@@ -2,7 +2,6 @@ html,
|
2
|
2
|
body {
|
3
|
3
|
margin: 0;
|
4
|
4
|
padding: 0;
|
5
|
|
- font-size: 100px;
|
6
|
5
|
line-height: 1;
|
7
|
6
|
font-family: "Source Han Sans CN" !important;
|
8
|
7
|
color: #333;
|
|
@@ -10,6 +9,13 @@ body {
|
10
|
9
|
background-color: #F5F7F9;
|
11
|
10
|
user-select: none;
|
12
|
11
|
}
|
|
12
|
+@media (min-width: 640px){html{font-size: 33.333px;} }
|
|
13
|
+@media (min-width: 800px){html{font-size: 41.666px;} }
|
|
14
|
+@media (min-width: 960px){html{font-size: 50px;} }
|
|
15
|
+@media (min-width: 1280px){html{font-size: 66.666px;} }
|
|
16
|
+@media (min-width: 1440px){html{font-size: 75px;} }
|
|
17
|
+@media (min-width: 1680px){html{font-size: 87.5px;} }
|
|
18
|
+@media (min-width: 1920px){html{font-size: 100px;} }
|
13
|
19
|
.header_root {
|
14
|
20
|
position: fixed;
|
15
|
21
|
width: 100%;
|