https://blog.csdn.net/Nalaluky/article/details/80012922
1、设置表格的第一列样式:
table tr td:first-child{ 样式代码.... } 2、设置表格的最后一列样式:
table tr td:last-child{ 样式代码.... }