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

为什么我的三个背景会覆盖?

为什么我的三个背景会覆盖?

提问者:慕粉3768409 2016-08-03 10:32

个回答

  • Zero_index
    2016-08-03 11:52:45

    /*page bg*/

    .page { position: absolute; width: 100%; height: 100%; }

    .page > .bg { position: absolute; z-index: -1; width: 100%; height: 100%; }

    是指这个吗?能不能发一下你的代码来看看呢