Commit 9d32afdd authored by xishifeng's avatar xishifeng

登录页样式调整

parent 2affb6c4
@charset "utf-8"; @charset "utf-8";
body{ body{
margin: 0; margin: 0;
min-width: 580px;
} }
p{ p{
margin: 0; margin: 0;
} }
header{
position: fixed;
left: 0;
top: 0;
z-index: 1;
width: 100%;
min-width: 580px;
background-color: white;
}
header>div{ header>div{
margin: 0 auto; margin: 0 auto;
width: 1200px; width: 1200px;
...@@ -19,8 +29,9 @@ header>div>img{ ...@@ -19,8 +29,9 @@ header>div>img{
.main-area{ .main-area{
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
height: 850px; height: 750px;
position: relative; position: relative;
top: 115px;
} }
.main-area>img{ .main-area>img{
float: left; float: left;
...@@ -118,7 +129,14 @@ a#btn_login_temp{ ...@@ -118,7 +129,14 @@ a#btn_login_temp{
display: none; display: none;
background-color: #999; background-color: #999;
} }
footer{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
min-width: 580px;
background-color: white;
}
footer>p{ footer>p{
line-height: 115px; line-height: 115px;
text-align: center; text-align: center;
......
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