背景图片随着浏览器拖动而变化
.bg{
width:100%;
height:200px;
background-image:url('./bg.png') no-repeat bottom center fixed;
background-size:cover;
}
.bg{
width:100%;
height:200px;
background-image:url('./bg.png') no-repeat bottom center fixed;
background-size:cover;
}