huangxiaojing 3 年之前
父节点
当前提交
c064cba4b0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      microserviceUserH5/static/css/beeMansLogin.css

+ 2 - 2
microserviceUserH5/static/css/beeMansLogin.css

@@ -6,12 +6,12 @@ body {
 }
 @media screen and (max-width: 750px) {
   body, html {
-      font-size: calc(100vw / 7.5);
+      font-size: calc(100vw / 7.5) !important;
   }
 }
 @media screen and (min-width: 750px) {
   body, html {
-      font-size: calc(450px / 7.5);
+      font-size: calc(450px / 7.5) !important;
   }
 }
 .fcnc {