照著老師的寫,背景卻沒有出來
.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%;
}
2017-02-08
審查元素,先確定高度有沒有撐起來,也就是page的高度
2017-02-06
直接一點(diǎn)不要指向了,
#page1 {
? ?background: url("../xiao素材/p1_bg.jpg") no-repeat center center;
? ?background-size:100%;
}
這樣也能出背景
2017-01-10
.page> .bg {
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
}
.page {
position: absolute;
width: 100%;
height: 100%;
}
再不行就核對下圖片路徑