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.
是否可以在不添加“边距”的情况下添加框阴影?基本上,我有一个包装 div,我不希望 box-shadow 创建一个边距。
是的,这是可能的,事实上,添加 abox-shadow 并不会隐式添加边距。
box-shadow
一个简单的例子证明了这一点:s 之间的间距span是由源中的空间引起的;那不是边距,也没有添加边距。
span
好的,我发现我没有进行 CSS 重置并修复了它。