CSS3(五)——选择器
:first-child
:last-child
:nth-child(n) //2n|2n+1
:nth-last-child(n)
:first-of-type
:nth-of-type(n)
:last-of-type
:nth-last-of-type(n)
:only-child
:only-of-type
:enable 在Web的表单中,有些表单元素有可用(“:enabled”)和不可用(“:disabled”)状态,比如输入框,密码框,复选框等。在默认情况之下,这些表单元素都处在可用状态。那么我们可以通过伪选择器“:enabled”对这些表单元素设置样式。
:disabled
:checked
::seclection
:read-only
:read-write
::before ::after

浙公网安备 33010602011771号