修复footer样式

deploy
caiyuzheng 2019-08-26 17:20:18 +08:00
parent 63aee05fed
commit faff001ad8
1 changed files with 13 additions and 9 deletions

View File

@ -58,11 +58,21 @@
margin-left: -410px;
top:74px;
width:820px;
height: 800px;
height: 700px;
margin-top: 3px;
}
#footer{
position: absolute;
bottom: 0px;
background: #FFFDFF;
left:50%;
top: 780px;
margin-left: -400px;
width: 800px;
height: 50px;
}
#container #left{
border: #0b93d5 solid 1px;
display: inline-block;
text-align: center;
margin: 0 auto;
@ -83,13 +93,7 @@
border-radius: 1px;
}
#footer{
position: absolute;
bottom: 0px;
background: #FFFDFF;
width: 800px;
height: 50px;
}
</style>
<body>