去掉首页底部留白和不对齐
This commit is contained in:
parent
aaab6f67fb
commit
9628852d8f
|
@ -1,6 +1,6 @@
|
||||||
<!--add by huang-->
|
<!--add by huang-->
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<div id="footer" style="margin-left:-5px;padding-top: 20px;clear: both;font-size: 12px;">
|
<div id="footer" style="padding-top: 20px;clear: both;font-size: 12px;">
|
||||||
<div style="border-top:solid 1px #C6E9F1;"></div>
|
<div style="border-top:solid 1px #C6E9F1;"></div>
|
||||||
<div class="base_footer">
|
<div class="base_footer">
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body style=" height:1500px;">
|
<body>
|
||||||
<div id="update_info"></div>
|
<div id="update_info"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -995,18 +995,24 @@ pre,code,.line-code
|
||||||
font-family:'Source Code Pro'
|
font-family:'Source Code Pro'
|
||||||
}
|
}
|
||||||
/*by young*/
|
/*by young*/
|
||||||
#main,#footer,#top-menu,#header
|
#main,#top-menu,#header
|
||||||
{
|
{
|
||||||
|
|
||||||
width:940px;
|
width:940px;
|
||||||
margin:25px auto
|
margin:25px auto
|
||||||
}
|
}
|
||||||
|
#footer {
|
||||||
|
margin:25px auto
|
||||||
|
}
|
||||||
#main
|
#main
|
||||||
{
|
{
|
||||||
width:940px;
|
width:940px;
|
||||||
height:auto;
|
height:auto;
|
||||||
margin:0px auto;
|
margin:0px auto;
|
||||||
}
|
}
|
||||||
|
#main #content_{
|
||||||
|
margin-bottom: 10px;:w
|
||||||
|
}
|
||||||
#header
|
#header
|
||||||
{
|
{
|
||||||
width:925px;
|
width:925px;
|
||||||
|
|
Loading…
Reference in New Issue