下面这个样式利用了translate来巧妙实现了垂直居中样式,需IE9+。 .center-vertical { position: relative; top: 50%; transform: translateY(-50%); }