Skip to content

使背景图片自适应pc端和移动端

{
        overflow: hidden;

        position: fixed;

        width:100%;

        height:100%;

        background: url("image.png") no-repeat;

        background-size:cover;

}