CSS3 :not 选择器

实例

设置非 <p> 色:

:not(p)
{ 
background-color: #ff0000;
}

:not(selector) /个元素。

:not 了 IE8 本。