html 中 css 中 使背景照片覆盖全屏
body,html{
background: url(../img/index.png);
background-repeat: no-repeat;
background-size: 100% 100%;
background-attachment: fixed;
}
微信扫一扫
body,html{
background: url(../img/index.png);
background-repeat: no-repeat;
background-size: 100% 100%;
background-attachment: fixed;
}
相关推荐