gpt4 book ai didi

html - Bootstrap Jumbotron 不会变成整个 body 宽度

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

您好,我正在尝试将我的 Jumbotron 修复为全宽屏幕,但不知何故它需要 15px padding-left, padding-right。如果我删除填充,水平滚动条将显示为 30px 右边距。我使用默认的 Bootstrap ver 3.0.3 和默认的 VS2013 布局。根据这个link我删除了所有 .container 之外的 Jumbotron 我的页面看起来像这样

<body>
<div class="navbar navbar-inverse navbar-fixed-top">.... Navigation stuff</div>
<div class="jumbotron specialjum">
<div class="over container body-content">
....page headers and other stuff
</div>
</div>
<p class="just container body-content">
... body text
</p>
</body>

//////////////////////////////////////////////

body {
padding-top: 50px;
padding-bottom: 20px;
/*background:url("../Images/ps_neutral.png") repeat;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
.just {
text-align: justify;
}
.specialjum {
background: url('http://fc00.deviantart.net/fs70/i/2013/339/7/1/princess_kenny_korosu_by_theshadowstone-d6wu2zo.png') center;
color:#fff;
background-size: cover;
}

编辑:Firefox + Chrome + IE10 结果===|================|===

关于如何修复布局的任何想法?我没有接触过使用 Nuget 更新的 Bootstrap CSS。

最佳答案

只是为了分享我在 Visual Studio 2013 中创建 MVC Web 应用程序后的经验,无论我做什么,我都无法让超大屏幕拉伸(stretch)屏幕的宽度。我最终发现它被 Views/Shared/_Layout.cshtml 页面上的默认 **container body-content 标签阻止了。删除标签后它显示正确。希望对任何和我有类似情况的人有所帮助。

Code

Before

After

关于html - Bootstrap Jumbotron 不会变成整个 body 宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20860982/

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