<html>
<head>
<style>
body,ul,li{margin: 0; padding: 0;}
.wrap{
width: 100%;
height: 60px;
}
.img{
width: 100%;
height: 60px;
background-image: url(1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
</style>
</head>
<body>
<div class="wrap">
<div class="img"></div>
</div>
</body>
</html>
同时使用background-size:cover和background-attachment:fixed图片显示效果改变的原因
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-