td中文字居中

<style>
.table_style{width: 100%;height: auto;}
.table_style tr td{text-align: center;vertical-align: middle!important;height:30px;line-height:30px;}

</style>

 

<table class="table table-condensed table-bordered table_style">

 

</table>

 

text-align: center;左右居中;

vertical-align: middle!important;上下居中

posted on 2017-03-16 14:39  牛奶糖13号  阅读(473)  评论(0编辑  收藏  举报

导航