Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 删除图像下方的空白
我有这个页面在这里。所有四个带有图像的框(一个长的水平框和 3 个较小的在底部)在图像下方和底部边框上方都有空白空间。如果我使这些框具有像素高度,它会消失,但我需要将其保留为自动,因为它是一个响应式站点(正在进行中)。我无法弄清楚我错过了什么。任何建议都会很棒!
CSS 在这里
谢谢你!!!
您可以将这些框中的图像设置为:
display: block
那应该解决它。