td中文字居中

<style>
.table_style{ 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;上下居中

原文地址:https://www.cnblogs.com/niuxi/p/6559387.html