gpt4 book ai didi

html - 如何从页脚下方删除挤压白色区域

转载 作者:太空宇宙 更新时间:2023-11-04 13:11:35 25 4
gpt4 key购买 nike

我正在制作一个网站,在页脚的末尾有一个相当大的空白 block (几乎就像一个额外的 div)我已经尝试重写 html 和 css 但似乎没有任何帮助。该站点的其他页面对页脚使用完全相同的代码,但它们没有相同的问题

我假设 css 不是问题,因为其他页面可能是我关闭 div 的方式;也许多一双眼睛可以发现我的错误。谢谢。

           <footer id="site-footer">
<section>
<div class="container">
<div class="row">
<div class="clearfix">


<div class="hidden-phone">
<div class="span3 widget text-3 widget_text">
<div class="widget-inner">
<div class="textwidget">
<div style="text-align:center;">

<img src="images/2014/10/logo.png">
<h3>Apparel</h3>
<hr>
<p>Meet LA Apparel, a beautiful botique with remarkable details.</p>
</div>
</div>
</div>
</div>
</div>




<h1>------------Collections Go here----------</h1>




<div class="span12 social-icons clearfix">
<hr>
<h4><small>CONNECT WITH US:</small></h4>

<a target="_blank" href="http://www.facebook.com" class="tip" data-toggle="tooltip" data-html="true" data-placement="bottom" title="Find us on Facebook"><i class="icon-facebook"></i></a>
<a target="_blank" href="http://www.twitter.com" class="tip" data-toggle="tooltip" data-placement="bottom" title="Find us on Twitter"><i class="icon-twitter"></i></a>
<a target="_blank" href="http://www.linkedin.com" class="tip" data-toggle="tooltip" data-placement="bottom" title="Find us on LinkedIn"><i class="icon-linkedin"></i></a>
<a target="_blank" href="http://www.pinterest.com" class="tip" data-toggle="tooltip" data-placement="bottom" title="Find us on Pinterest"><i class="icon-pinterest"></i></a>

</div>
</div>
</div>
</div>
<HR>
<div class="span12 clearfix">
<p class="pull-left">&copy;LA Apparel</p>
</div>
</footer>
</section>
</body>
</html>



#site-footer {
background-color: #ecf0f1;
padding: 40px 0 15px;
position: relative;
}
#site-footer a {
color: #2980b9;
}
#site-footer a:hover {
color: #ae9e90;
}
#site-footer #category-accordion > li a.accordion-collapser {
font-size: 14px;
font-weight: 300;
}
#site-footer #category-accordion > li > ul > li > a {
font-size: 13px;
padding: 1px 6px;
}
#site-footer #category-accordion > li > ul > li:last-child > a {
padding-bottom: 10px;
}
#site-footer h4 {
margin-top: 0px;
}
#site-footer .social-icons a {
padding: 5px;
}
#site-footer p {
font-size: 14px;
line-height: 20px;
}
#site-footer hr {
border-color: #F3F3F3 -moz-use-text-color #E3E3E3;
border-top: 1px solid #333;
border-bottom: 1px solid #212625;
}
#site-footer .blog-posts article {
border-bottom: 1px solid #E3E3E3;
padding: 10px 0 0;
}
#site-footer .blog-posts article:first-child {
padding-top: 0px;
}
#site-footer .blog-posts article:last-child {
border-bottom: none;
}

enter image description here

最佳答案

未提供 CSS 代码。但你可以尝试改变

<p class="pull-left">&copy;LA Apparel</p>

<div class="pull-left">&copy;LA Apparel</div>

因为 p 标签的上下边距是 16px。或者你可以休息你的 css 为 p 标签边距

关于html - 如何从页脚下方删除挤压白色区域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24646668/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com