css设置页面全屏背景
.background {
background: url(xxx.png);
background-size: 100% 100%;
height: 100%;
position: fixed;
width: 100%
}
.background {
background: url(xxx.png);
background-size: 100% 100%;
height: 100%;
position: fixed;
width: 100%
}