摘要: css3常用选择器selector:nth-child() selector:nth-of-type() >=ie9 http://www.daqianduan.com/3737.html 我是第1个p标签 我是第2个p标签 p:nth-child(2) { color: red; }... 阅读全文
posted @ 2015-06-16 11:05 hello,w 阅读(148) 评论(0) 推荐(0)