css权重
!important; 无穷大
行间样式 1000
id 100
class/属性/伪数 10
标签选择器/伪元素 1
通配符 0
256进制
浏览器自右向左顺序
查看属性https://www.css88.com/book/css/
div{
font-size: 12px;
font-weight: bold;
font-style: normal;
font-family: arial;
color: rgb(255,255,22);
border-width: 100px;
border-style: dashed;
border-color: transparent;
width: 1px;
height: 1px;
border-left-color: #FF0000;
border-top-color: transparent;
}
网友评论