背景铺满整个页面并且自适应
body{
background:url(top.png) no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;
height:100%;
width:100%;
}
body{
background:url(top.png) no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;
height:100%;
width:100%;
}