html文字垂直居中

        比如一个div  需设置height的高度和line-height一样。

       <div style="height:30px;line-height:30px;">

       OK.

       设置圆角矩形:

        <div style="height:30px;line-height:30px;border-radius:5px">

原文地址:https://www.cnblogs.com/xshang/p/3874281.html