qq_张范儿_03756288
2016-08-03 17:46
#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% ;
用hbuilder写的代码在写完page1_bg时页面显示了页面一的背景
但是写完page2_bg时页面一的背景变小了,这是为什么
}
.page{height: 100%;}
.page > .bg{ width:100%; height: 100%; z-index: -1; position:absolute;}
比照一下代码 是不是漏了什么。。
.page和.page > .bg的高度都设置成100%了咩。。。
page的高度没有定义吧?
HTML5+CSS3实现春节贺卡
110036 学习 · 450 问题
相似问题