1、nth-child(n) => 看数字 => 运行时间慢,占内存小

2、nth-of-type(n) => 看元素类型 => 运行时间快,占内存大