wenhongquan 3 年 前
コミット
5dd46cf4ff
2 ファイル変更2 行追加2 行削除
  1. 1 1
      index.html
  2. 1 1
      src/layout/BaseLayout/index.scss

+ 1 - 1
index.html

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

+ 1 - 1
src/layout/BaseLayout/index.scss

@@ -108,7 +108,7 @@
             z-index: 22;
             position: absolute;
             background-size: 100% 100%;
-            bottom: px2rem(44px * 2);
+            bottom: 10%;
             right: px2rem(1000px * 2);
             animation-iteration-count: infinite;
         }