移动端背景固定

body:before {
       content: ' ';
       position: fixed;
       z-index: -1;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       background: url(bj3.jpg) center 0 no-repeat;
       background-size: cover;
}

posted @ 2016-10-31 10:47  轻风飞扬545  Views(114)  Comments(0)    收藏  举报