css代码:

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

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

 

html标签:

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

 

相关文章:

  • 2022-12-23
  • 2021-05-31
  • 2021-05-05
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
猜你喜欢
  • 2021-11-09
  • 2021-10-27
  • 2022-12-23
  • 2021-06-21
  • 2022-02-01
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案