CSS字体嵌套优先级怎么调整

CSS字体嵌套优先级怎么调整

在span中加一个id 属性, 在手机版css中添加字体大小并用 !important 注明优先级 #b{font-size: 18px !important} !important声明具有最高优先级1. 行内样式行内样式就是把 CSS
html-css110