权重

2018-11-20  本文已影响0人  开心的小哈

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;
}
上一篇下一篇

猜你喜欢

热点阅读