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

  #page{

 

  position: relative;

 

  100%;

  height: 100%;

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

  background-attachment: fixed;

  background-repeat: no-repeat;

  background-size: cover;

  float: left;

 

  }

原文地址:https://www.cnblogs.com/zhaocundang/p/7737243.html