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

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;
	 }

 

posted @ 2020-03-23 19:27  东坡肉肉君  阅读(262)  评论(0编辑  收藏  举报