div {
background-image: url('image.jpg');
background-size: cover;
}
.container {
width: 500px;
height: 300px;
background-image: url('image.jpg');
overflow: hidden;
}
.container {
width: 500px;
height: 300px;
background-image: url('image.jpg');
background-position: center center;
background-repeat: no-repeat;
}
上一篇:背景图片样式没有正确应用