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.
我的博客的css有问题。div 或 p 标签有一个关闭填充或类似的东西,并且有 3 个部分的标题自己非常偏离,我需要靠近。
谁能帮我?
这是我的网站 -http://www.7naj.com/hl/wordpress
http://www.7naj.com/hl/wordpress
看起来你的元素如此分散的原因是因为图像本身——你看到的负空间是图像的一部分。您可以使用 2 种方法来解决此问题:
一:
编辑图像以裁剪并删除多余的负空间(将事物推开的未使用的空白区域)
二:
margin相应地对必要元素<div>或元素应用负值<p>。例如:
margin
<div>
<p>
p { margin-bottom: -40px; }