gpt4 book ai didi

html - Bootstrap : Navbar not fixed to very top has like 40px padding?

转载 作者:太空狗 更新时间:2023-10-29 13:37:18 25 4
gpt4 key购买 nike

我在使用 Twitter Bootstrap 时遇到问题,这是我的导航栏的样子: Bootstrap navbar is in bue

页面顶部和导航栏之间有间隙。我尝试使用

.navbar{ position: fixed !important; top: 0px; padding: 0px; margin: 0px; }

在我的 css 文件中,但它仍然无法正常工作。它在移动设备和桌面设备(使用响应式 CSS)中看起来像这样。我尝试将我的网站 css 放在响应式 css 之后和之前,但它没有做任何事情。有谁知道为什么会这样?

来自 bootstrap.css 的导航栏数据:

.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
padding-right: 0;
padding-left: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 940px;
}

.navbar-fixed-top {
top: 0;
}

.navbar-fixed-bottom {
bottom: 0;
}

.navbar .nav {
position: relative;
left: 0;
display: block;
float: left;
margin: 0 10px 0 0;
}

最佳答案

让你的 body ,html没有任何填充,

html, body{
margin:0px;
padding:0px;
}

关于html - Bootstrap : Navbar not fixed to very top has like 40px padding?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16962222/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com