去掉首页底部留白和不对齐

This commit is contained in:
guange 2015-04-23 09:47:49 +08:00
parent aaab6f67fb
commit 9628852d8f
3 changed files with 10 additions and 4 deletions

View File

@ -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">

View File

@ -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>

View File

@ -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;