关键代码:

外部DIV使用: text-align:center;

内部DIV使用: margin-left:auto;margin-right:auto

例:

<div style="text-align: center">
    <div style="margin-left: auto;margin-right: auto;">
        <fieldset>
            <legend>居中</legend>
        </fieldset>
    </div>
</div>

  

相关文章:

  • 2021-08-08
  • 2021-08-25
  • 2021-07-06
  • 2022-12-23
  • 2021-11-19
  • 2021-11-10
  • 2022-12-23
猜你喜欢
  • 2021-06-26
  • 2022-12-23
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
相关资源
相似解决方案