2015-04-17 64 views

回答

1

如果你不能一个特定的ID或类添加到链接,你可以使用第n个孩子:

.containerclass a:nth-child(5) { 
    background-color: green; 
}