<style>
.center{
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: center
}
</style>
css使所有子元素全部居中的方法
最新推荐文章于 2025-05-25 18:34:15 发布
<style>
.center{
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: center
}
</style>