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 来定位我的栏。我可以更改页眉导航栏的水平填充,但是当我尝试对页脚导航栏执行相同操作时,我无法更改它。如何更改同一页面上两个导航栏的水平填充。
这是我的代码:
标题导航栏
如果您在页脚的 css 语句前加上footer,如下所示:
footer
footer .navbar-inner span { padding-left: 20px; }
这应该区分您的页眉和页脚。