<div class="wrap"> <div class="content">flex居中</div> </div>
.wrap { display:flex; justify-content:center; align-items:center; height: 500px; }