Przeglądaj źródła

处理显示兼容性问题

yangc 8 lat temu
rodzic
commit
e5e18fc438
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      assets/scss/mobileCommon.scss

+ 1 - 1
assets/scss/mobileCommon.scss

@@ -19,7 +19,7 @@ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fiel
 }
 }
 
 
 /* 设置顶层fontSize */
 /* 设置顶层fontSize */
-html, body {
+html {
   font-size: calc(100vw / 750 * 100) !important;
   font-size: calc(100vw / 750 * 100) !important;
 }
 }