.page{height: 100%}
.page > .bg{
position: absolute;
width: 100%;
height: 100%;
}
/*页面1*/
#page1 > .bg{
background: url("../xiao素材/p1_bg.jpg") no-repeat center center;
background-size:100%;
}
/*页面2*/
#page2 > .bg{
background: url("../xiao素材/p2_bg.jpg") no-repeat center center;
background-size:100%;
}
审查元素,先确定高度有没有撑起来,也就是page的高度
直接一点不要指向了,
#page1 {
background: url("../xiao素材/p1_bg.jpg") no-repeat center center;
background-size:100%;
}
这样也能出背景
.page> .bg {
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
}
.page {
position: absolute;
width: 100%;
height: 100%;
}
再不行就核对下图片路径