标签:
.item{ top: 50%; position: absolute; transform: translateY(-50%); /* 这里我们使用css3的transform来达到类似效果 */ }
css3 容器内容垂直居中
原文地址:http://www.cnblogs.com/junwu/p/5498447.html