css中选择器的使用技巧

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

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

posted @ 2016-03-29 17:17  知兮  阅读(233)  评论(0编辑  收藏  举报