Commit ecb1069f by zhangzhongjie

更新表单位置css换百分比

parent 08893785
...@@ -52,8 +52,8 @@ ul{list-style: none;} ...@@ -52,8 +52,8 @@ ul{list-style: none;}
background: #ffffff; background: #ffffff;
padding:50px; padding:50px;
border-radius: 20px; border-radius: 20px;
right:254px; right:15%;
top:239px; top:25%;
-webkit-box-shadow: 0px 4px 9px #555; -webkit-box-shadow: 0px 4px 9px #555;
-ms-box-shadow: 0px 4px 9px #555; -ms-box-shadow: 0px 4px 9px #555;
-o-box-shadow: 0px 4px 9px #555; -o-box-shadow: 0px 4px 9px #555;
...@@ -143,9 +143,3 @@ ul{list-style: none;} ...@@ -143,9 +143,3 @@ ul{list-style: none;}
.lg-bg .logo-pro div:last-child{ .lg-bg .logo-pro div:last-child{
font-size: 14px; font-size: 14px;
} }
@media screen and (max-width: 799px){
.log-box .form{
right:0;
top:0;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment