摘要: 使用flex布局 <div class="content"> <div class="box"> </div> </div> .content{ height: 100vh; display: flex; justify-content: center; align-items: center; } 阅读全文
posted @ 2023-10-20 14:57 Morita-desin 阅读(10) 评论(0) 推荐(0)