网页背景不随鼠标滚轮滚动缩放

body {
    width: 100%;
    height: 100%;
    background-image: url("bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    background-attachment: fixed;
}


你可能感兴趣的:(网页背景不随鼠标滚轮滚动缩放)