css设置图片百分比显示,最简洁的代码

寻技术 Html/CSS 2023年07月12日 123

css代码:

        .img-box {
                padding-bottom: 100%;
            }

            .img-box img {
                position: absolute;
                top:;
                bottom:;
                left:;
                right:;
                width: 100%;
                /* margin:auto; */
            }

 

html标签:

<div class="img-box">
            <img src="image/banner_1_nn.png" />
</div>

 

关闭

用微信“扫一扫”