如果一个容器中只有一行文字的话, 让它垂直居中比较简单 直接定义height(高度)和 line-height(行高)相等即可。 <div style="height:25px;line-height:25px;overflow:hidden">aa</div>