:nth-child :nth-type-of用法详解

 ele:nth-of-type(n) 是指父元素下ele元素里的第n个
ele:nth-child(n) 是指父元素下第n个元素且这个元素为ele 
原文地址:https://www.cnblogs.com/kugeliu/p/6400852.html