欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

背景图宽度100%,自适应,高度自适应

程序员文章站 2022-03-02 18:29:31
...
.hmoeBg{
        width: 100%;
        background: url('../assets/images/homeBg.png') no-repeat;
        background-size: 100% auto;
        padding-top: 50%;
        height: 0px;
    }

注意:padding-top:50%;   这个50%这个分数是由你的图片高度除以宽度得到的百分比