Browse Source

处理显示兼容性问题

yangc 8 years ago
parent
commit
e5e18fc438
1 changed files with 1 additions and 1 deletions
  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 */
-html, body {
+html {
   font-size: calc(100vw / 750 * 100) !important;
 }