<div class="test">
<p style=" width: 100px; height: 100px; background: red;">测试一下这个垂直居中的东西 卧槽</p>
</div>
.test {
display: flex;
align-items: center;
justify-content: center;
}
posted on 2019-07-16 10:39  鄢宁  阅读(1174)  评论(0编辑  收藏  举报