网上看到的方法酱紫:
div{
height: 20px;
line-height:20px;
overflow:hidden;
} 但是这样没有居中哦
最终解决办法:
height:10%;
line-height:100%;
}