1. 程式人生 > >css新增偽類

css新增偽類

spa ont selection not -s src 屬於 put 元素

css3新增偽類

:first-of-type p:first-of-type 選擇屬於其父元素技術分享圖片技術分享圖片 <p> 元素技術分享圖片技術分享圖片 <p> 元素技術分享圖片
:last-of-type p:last-of-type 選擇屬於其父元素技術分享圖片技術分享圖片技術分享圖片 <p> 元素技術分享圖片技術分享圖片 <p> 元素技術分享圖片
:only-of-type p:only-of-type 選擇屬於其父元素唯技術分享圖片技術分享圖片 <p> 元素技術分享圖片技術分享圖片 <p> 元素技術分享圖片
:only-child p:only-child 選擇屬於其父元素技術分享圖片技術分享圖片技術分享圖片元素技術分享圖片技術分享圖片 <p> 元素技術分享圖片
:nth-child(n) p:nth-child(2) 選擇屬於其父元素技術分享圖片

第二技術分享圖片技術分享圖片元素技術分享圖片技術分享圖片 <p> 元素技術分享圖片
:nth-last-child(n) p:nth-last-child(2) 同技術分享圖片技術分享圖片技術分享圖片技術分享圖片技術分享圖片技術分享圖片技術分享圖片技術分享圖片元素技術分享圖片始計數技術分享圖片
:nth-of-type(n) p:nth-of-type(2) 選擇屬於其父元素第二技術分享圖片 <p> 元素技術分享圖片技術分享圖片 <p> 元素技術分享圖片
:nth-last-of-type(n) p:nth-last-of-type(2) 同技術分享圖片技術分享圖片技術分享圖片技術分享圖片技術分享圖片技術分享圖片技術分享圖片技術分享圖片技術分享圖片技術分享圖片元素技術分享圖片始計數技術分享圖片
:last-child p:last-child 選擇屬於其父元素技術分享圖片技術分享圖片技術分享圖片技術分享圖片技術分享圖片元素每技術分享圖片 <p> 元素技術分享圖片
:root :root 選擇文檔技術分享圖片根元素技術分享圖片
:empty p:empty 選擇沒技術分享圖片
技術分享圖片元素技術分享圖片技術分享圖片 <p> 元素(包括文本節點)技術分享圖片

:target #news:target 選擇技術分享圖片技術分享圖片技術分享圖片技術分享圖片 #news 元素技術分享圖片
:enabled input:enabled 選擇每技術分享圖片啟用技術分享圖片 <input> 元素技術分享圖片
:disabled input:disabled 選擇每技術分享圖片禁用技術分享圖片 <input> 元素
:checked input:checked 選擇每技術分享圖片技術分享圖片技術分享圖片技術分享圖片 <input> 元素技術分享圖片
:not(selector) :not(p) 選擇非 <p> 元素技術分享圖片技術分享圖片元素技術分享圖片
::selection ::selection 選擇技術分享圖片
用戶選取技術分享圖片元素部技術分享圖片技術分享圖片

css新增偽類