css 设置背景图片铺满固定不动

  #page{

 

  position: relative;

 

  width: 100%;

  height: 100%;

  background-image:url(../img/bg.JPG);

  background-attachment: fixed;

  background-repeat: no-repeat;

  background-size: cover;

  float: left;

 

  }

posted @ 2017-10-26 15:55  zhaocundang  阅读(523)  评论(0编辑  收藏  举报