<style>
body
{
text-align: center;
}
table
{
margin: 0 auto;
}
</style>
IE8 火狐下 table 不能居中的解决方法
最新推荐文章于 2021-05-30 18:36:17 发布
<style>
body
{
text-align: center;
}
table
{
margin: 0 auto;
}
</style>