Bladeren bron

样式优化

gzb
wangzhonglu 1 jaar geleden
bovenliggende
commit
06840ac02a

+ 7
- 1
css/comm.css Bestand weergeven

@@ -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%;

BIN
img/logo_info/header_logo.png Bestand weergeven


BIN
img/logo_info/header_logo1.png Bestand weergeven


BIN
img/logo_info/header_title.png Bestand weergeven


BIN
img/logo_info/header_title1.png Bestand weergeven


Laden…
Annuleren
Opslaan