dd:nth-child(2) a span
dd:first-child span{}
你的描述有问题,你是想找到第一个dd下的span,还是每一个dd下面的第一个spandd:first-child span {}dd span:first-child {}