Bootstrap

Css样式优先级

样式中id大于class

在html样式添加中如果样式产生冲突,id>class
例:<!DOCTYPE html>
样式
总结:在html的样式的优先级为:!important>内联样式>外部样式(后>前)
;