2015-04-17 78 views

回答

1

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

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