如果想让一个DIV保持垂直与水平同时居中,可用如下CSS代码来实现:
{width:612px; height:470px; margin-top:-235px; margin-left:-306px; position:absolute; top:50%; left:50%;}

相关文章:

  • 2022-12-23
  • 2022-01-05
  • 2021-12-01
  • 2021-11-06
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
猜你喜欢
  • 2021-06-28
  • 2021-10-29
  • 2021-06-05
  • 2022-01-05
  • 2021-11-21
  • 2021-12-01
相关资源
相似解决方案