css中选择器的使用技巧

td:first-child{选择第一个}
td:last-child{选择最后一个}
td:nth-child(3){选择第3个}

一个简单的选择方法,很方便