对照了老师代码,都一样
.page{
height: 100%;
}
/*分页背景*/
.page > .bg{
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
}
/*第一页*/
#page1 > .bg{
background: url(../img/p1_bg.jpg) no-repeat center center;
background-size: 100%;
}
/*第二页*/
#page2 > .bg{
background: url(../img/p2_bg.jpg) no-repeat center center;
background-size: 100%;
/*第三页*/
#page3 > .bg{
background: url(../img/p3_bg.jpg) no-repeat center center;
background-size: 100%;
Gir非碼農
永夜君主