只想指定某一層的特定標籤

.yourclass ul li {   ...this will affect both levels of li.}
.yourclass > ul > li {   ...this will only affect the first level.}
.yourclass > ul > li > ul > li {   ...this will only affect the second level.}

留言

這個網誌中的熱門文章

LDAP與AD之對應欄位

用openLDAP來做Moodle帳號管理