.father { width: 100% }
.child { width: 100%; height: 0; padding-bottom: 20%; background: green; overflow: hidden; }
<body>
     <div class="father">
        <div class="child"></div>
    </div>
</body>

 

相关文章:

  • 2022-01-10
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-28
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案