属性选择器可以根据元素的属性及属性值来选择元素
1、E:hover;2、E:action;3、E:focus;4、E:enable;5、E:disabled;6、E:read-only;7、E:read-write;8、E:checked
(:first-child :last-child :nth-child() :nth-last-child() :nth-of-type() :nth-last-of-type() :first-of-type :last-of-type :only-child :only-of-type)
2、接着我们给页面声明个背景色,方便查看效果。
3、然后在页面中定义一个button,如下图所示。
4、可以看到左侧的button效果如下图所示。
5、然后我们直接在button中重新填写要修改的默认样式即可覆盖,如下图所示。
6、可以看到页面的button样式被修改掉了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)