2014-01-11 57 views

回答

2

如果你不想最後ul風格使用last-of-type無論它實際上是其父母的最後一個元素。

#divid ul:last-of-type { 
    margin-bottom: 10px; 
} 
相關問題