<head>
<meta charset="UTF-8">
<title>背景示例不动</title>
<style>
.c1{
height: 500px ;
background-color: red;
}
.c2{
height: 500px;
background: url("1.jpg") no-repeat center;
background-attachment: fixed;
/*固定背景图片*/
}
.c3{
height: 500px;
background-color: blue;
}
</style>
</head>
<body>
<div class="c1">1111111</div>
<div class="c2">2222222</div>
<div class="c3">333333</div>
</body>
不设置宽度。高度,默认全屏
background-attachment: fixed; 固定图片