wenhongquan 3 anni fa
parent
commit
e9fe702dab
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -80,7 +80,7 @@
                 if (ratio) {
                     ratio = Math.round(ratio * 100);
                 }
-                docEl.style.fontSize = (0.068 * window.outerWidth + 48) + "px";
+                docEl.style.fontSize = (0.0014 * window.outerWidth + window.outerHeight * 0.328 - 10) + "px";
 
                 return ratio;
             }