摘要: 1、:nth-child(2)选取第几个标签,“2可以是你想要的数字” 2、:nth-child(n+4)选取大于等于4标签,“n”表示从整数,下同 3、:nth-child(-n+4)选取小于等于4标签 4、:nth-child(2n-1)选取奇数标签,2n-1可以是odd 5、:nth-chil 阅读全文
posted @ 2016-04-05 13:20 皓月千里 阅读(954) 评论(0) 推荐(1)