浏览代码

修改落地页,推广页面样式

huangxiaojing 4 年之前
父节点
当前提交
643f6c075d
共有 2 个文件被更改,包括 8 次插入17 次删除
  1. 7 9
      microserviceUserH5/static/css/experience.css
  2. 1 8
      microserviceUserH5/static/css/invite.css

+ 7 - 9
microserviceUserH5/static/css/experience.css

@@ -2,18 +2,12 @@
     html {
         font-size: calc(100vw / 7.5);
     }
-    .free-code-con .bottom-img{
-        width: 100%;
-        max-height: 100vh;
-    }
 }
 @media screen and (min-width: 750px) {
     html {
-        font-size: calc(600px / 7.5);
-    }
-    .free-code-con .bottom-img{
-        width: 100%;
+        font-size: calc(450px / 7.5);
     }
+    
 }
 ::selection {
     background-color: #b3d4fc;
@@ -41,13 +35,17 @@ body {
     margin: 0 auto;
 }
 
+.free-code-con .bottom-img{
+    width: 100%;
+}
+
 button:focus, input:focus{
     outline: 0;
 }
 
 .top .center-pic {
     position: absolute;
-    bottom: 0.92rem;
+    top: 10.15rem;
 }
 
 .top .center-pic .recv-cont .recv-ipt{

+ 1 - 8
microserviceUserH5/static/css/invite.css

@@ -3,17 +3,10 @@
   html {
       font-size: calc(100vw / 7.5);
   }
-  .free-code-con .bottom-img{
-      width: 100%;
-      max-height: 100vh;
-  }
 }
 @media screen and (min-width: 750px) {
   html {
-      font-size: calc(600px / 7.5);
-  }
-  .free-code-con .bottom-img{
-      width: 100%;
+      font-size: calc(450px / 7.5);
   }
 }
 html, body, div, ul, li, p {