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 {