行高法
.box{ width: 200px; height: 60px; line-height: 60px; background: #eee; }
flex法
.box{ height: 120px; display: flex; align-items: center; }
padding法
.box{ padding: 20px 0; background-color: red; }