first-child与first-of-type区别

div p:first-child             //div元素的第一个子元素,且子元素是p

div p:first-of-type         //div元素的第一个子元素p

posted @ 2018-10-09 10:28  灵哆哆  阅读(155)  评论(0编辑  收藏  举报