背景自适应不会随浏览器界面放大速效而改变

chrome缩小25%后,背景图片不改变

 我的背景图片是设置在body里面,所以CSS添加:

    body{
      background:url("image/12.jpg") fixed;
	  background-size: 100%;
	  min-height: 1000px;
	  background-size: cover;
	  background-repeat: no-repeat;
	  min-height: 104%;
	  line-height: 1.5 em;
	 }

原文地址:https://www.cnblogs.com/chrysanthemum/p/12554288.html