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.
在我的导航栏上使用 affix 插件时,我似乎无法找到 margin-top 的来源。
我有 [这里的网站] 可能会更容易看到。
这是我应该使用 Javascript 的东西吗?我在这方面还不是很先进,所以我可能错过了一些与此有关的东西。谢谢。
这不是边际;取而代之.affix的是距离视口顶部 50px 的位置 - 只需更改top为 0 即可:
.affix
top
.affix { position: fixed; top: 0; }