代码
html body{
height:100%;
width:100%;
background: url("image/back.jpg") no-repeat center top black;/*这边颜色防止背景图片加载不出来*/
background-size: 100% 100%;
background-attachment: fixed;
}
如此背景图片就会全部展示并且自适应屏幕