2014-01-11 52 views

回答

2

如果你不想最后ul风格使用last-of-type无论它实际上是其父母的最后一个元素。

#divid ul:last-of-type { 
    margin-bottom: 10px; 
} 
相关问题