.wrapper > p:nth-last-of-type(3),为什么要用个大于号呢?
建议看完html+css初识再看css3和js教程https://www.imooc.com/code/2023
大于号表示“子选择器”,是指.wrapper下的倒数第三个p标签。