Commit 47290ae4 authored by hbcui1984's avatar hbcui1984

解决欢迎页在小屏幕手机上排版错乱的问题

parent c8708deb
...@@ -37,14 +37,14 @@ ...@@ -37,14 +37,14 @@
font-size: 40px; font-size: 40px;
color: #fff; color: #fff;
position: absolute; position: absolute;
top: 100px; top: 15%;
left: 50%; left: 50%;
margin-left: -100px; margin-left: -100px;
} }
.animate { .animate {
position: absolute; position: absolute;
left: 0; left: 0;
bottom: 150px; bottom: 15%;
width: 100%; width: 100%;
color: #fff; color: #fff;
display: -moz-box; display: -moz-box;
......
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