每日一题day4:css实现水平垂直居中的方法有几种,列举一下 Echo0107 2022-01-25 94 阅读1分钟 1、绝对定位 + margin: auto 2、已知宽度,margin 负值 3、margin 换成transform 属性 4、flex 布局 5、table 布局