javascript - 如何让span 的内容居中table 当前行?
PHP中文网
PHP中文网 2017-04-10 16:21:03
0
2
535

<style>
.right{ float:right;}

</style>

<button>按钮</button><span>居中tr当前行</span><select class="right"><option>下拉框</option></select>
PHP中文网
PHP中文网

认证高级PHP讲师

reply all(2)
小葫芦

style="text-align:center;line-height:18px;"
水平居中text-align:center;
设置行高line-height:18px; 同span高度一样,那么文字就可以垂直居中了(仅限一行文本)。

迷茫

没听懂你说什么?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template