问答详情
源自:3-4 移动端项目开发---表示层(bg)

为什么不显示图片,路径也是对的

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%;

}


提问者:weixin_慕仰9011665 2020-05-23 16:25

个回答

  • FeliceFeng
    2020-08-04 10:57:56

    可以发实现效果截图,具体分析一个,执行index.html页面,快捷键f12可以调试