修复footer样式
parent
63aee05fed
commit
faff001ad8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue