CSS 100vh未将div设置为100%高度

阿伦

如下面的屏幕截图所示

在此处输入图片说明

视口高度大约覆盖97%,而不是100%。下一节可以看到。我在这个问题上停留了几个小时,下面是我的css和html代码

的CSS

html, body {
     width: 100%;
    height: 100%;
}

.section-3 {
    background: url(../images/section-3-bg.jpg) center center;
    background-size: cover;
    position: relative;
    height:100vh;
}

的HTML

<section class="section-3 col-xs-12" id="demand">
    <section class="container">
        <center>
            <div id="trapezium"></div>
                <h1 class="blue big-font">On Demand Charters</h1>
                <img src="images/demand-border.png" alt="" class="img-responsive" style="width:auto;">
                <div class="col-md-7 col-md-push-2">
                <p class="medium-font">With Powerfly, access a range of aircraft from light 
                                       to large jets, turboprops and helicopters 
                                       either through on-demand charters. All you need to
                                       do is book and a Powerfly executive will customise
                                       your plan as per your needs.
                </p>
                <h2 class="explore-btn"><a href="demand.html">Details</a></h2>
            </div>
        </center>
    </section>
</section>
德国Plazzi

真正的问题是轮播!

#carousel-generic-1 {
    margin-top: 0;
}

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章