照着老师的写,背景却没有出来
.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%;
}