摘要: css文件 .abc{ color: blue; /*!important; 设置优先级最高*/ } .rr{ width: 40px; height: 40px; border: 1px solid green ;/*!important 调整优先级*/ } *{ /*这是一个通用选择器*/} . 阅读全文
posted @ 2019-02-20 18:49 若久 阅读(111) 评论(3) 推荐(3) 编辑