<div class="wrapper">
<img class="img" src="....."/>
</div>
<style>
.wrapper {
position: relative;
width: 200px;
height: 0;
padding-bottom: 75%;
}
.img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
</style>
css 如何将图片元素设置宽高比
最新推荐文章于 2024-09-29 13:19:13 发布