CSS选择器的优先级 !important > 行内 > id > class > 标签 > * > 浏览默认 计算权值:行内1000 | id100 | class10 | 标签1 快速比较:先数id,再数class,再数tag