:not() is a CSS negation pseudo-class selector. ... example: li:not(.new) { /** * style all the list item except the one that has the class new */ } ...
確定! 回上一頁