.page>.bg{
position:absolute;
z-index:-1;
width:100%;
height:100%;
}
/* page1 */
#page1>.bg{
background:url("../images/p1_bg.jpg") no-repeat center center;
background-size:100%;
};
/* page2 */
#page2>.bg{
background:url("../images/p2_bg.jpg") no-repeat center center;
background-size:100%;
};
/* page3 */
#page3>.bg{
background:url("../images/p3_bg.jpg") no-repeat center center;
background-size:100%;
};
应该是pag1和pag2重合了,你可以按F12看一下pag2和pag3的位置
我的
html,body{
height: 100%;
}
把html写成了head也出现这样的问题,换回来就好了