<div class="item>
<img src="beyond.jpg>
</div>
css
.item{
width:100%;
height:100%;
padding-bottom: 100%; /* 这个值可以调成自己想要的比值, 比如4:3的话就设置75% */
position: relative;
}
.item img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
position: absolute;
}
}
博客主要提及了CSS,CSS是前端开发中用于样式设计的重要技术,能让网页呈现出丰富多样的视觉效果。
7703

被折叠的 条评论
为什么被折叠?



