<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>aaa</title>
<style>
div{
border:1px red solid;
width:300px;
height:300px;
background-image:url(1.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position: center center;;;
}
</style>
</head>
<body>
<div></div>
</body>
</html>
去掉
background-attachment