为啥这洋就报错呢?是不能放在类选择器里吗?
<style type="text/css">
p {
color: red;
}
p.first {
color: green!important;
}
</style>
<style type="text/css">
p {
color: red;
}
p.first {
color: green!important;
}
</style>
2020-07-16
举报