<style type="text/css">
p {
color:red !important;
}
p.first {
color: green;
}
</style>
p {
color: red;
}
p{
color:red!important;
}
p.first {
color: green;
}
你这样写试一下
p.first顺序错了,把类和p标签换个位置,不醒的话就直接用类,给类定义就好。.first{}。或者在p和.之间打个空格试下