css3选择类别

来源:互联网 发布:奥数中最优化方法 编辑:程序博客网 时间:2024/04/30 10:51

css 选择器的种类:

1.属性选择器

att* = val

att$ = val

2.结构性伪类选择器

root

not

empty

target

first-child

last-child

......

only-child

3.UI元素状态伪类选择器

E:hover

E:active

E:focus

E:enabled

E:disabled

E:read-only

E:read-write

...

4.CSS3通用兄弟元素选择器


原创粉丝点击