chung2017

方法1:通过 translate 移位来实现

H5+CSS3:

<div style="width: 100%; height: 100%; margin:0; padding: 0;">

  <div style="width:100%; line-height: 0; margin: 0; position: absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align: center;"></div>

</div>

相关文章:

  • 2021-04-16
  • 2021-12-01
  • 2021-08-31
  • 2021-11-27
  • 2021-11-21
  • 2021-08-03
  • 2021-10-08
猜你喜欢
  • 2021-12-14
  • 2021-12-22
  • 2021-09-13
  • 2021-08-31
  • 2021-12-07
  • 2021-12-04
相关资源
相似解决方案