<div>

  <p>这里是内容</p>

</div>

<style>

  div{

    width:300px;

    height:100px;

       display: flex;
       align-items: center;

  }

  p{

    margin: 0 auto;

  }

</style>

相关文章: