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