為什么不顯示圖片,路徑也是對的
html,
body {
? ? height: 100%;
}
.page {
? ? position: absolute;
? ? width: 100%;
? ? height: 100%;
}
#page>.bg {
? ? position: absolute;
? ? z-index: -1;
? ? width: 100%;
? ? height: 100%;
}
#page1>.bg {
? ? background: url("../images/p1_bg.jpg") no-repeat center center;
? ? background-size: 100%;
}
#page2>.bg {
? ? background: url("../images/p2_bg.jpg")no-repeat center center;
? ? background-size: 100%;
}
#page3>.bg {
? ? background: url("../images/p3_bg.jpg")no-repeat center center;
? ? background-size: 100%;
}
2020-08-04
可以發(fā)實(shí)現(xiàn)效果截圖,具體分析一個(gè),執(zhí)行index.html頁面,快捷鍵f12可以調(diào)試