:not(#a):not(#a) .utags_text_tag:not(.utags_captain_tag,.utags_captain_tag2) {
color: green !important;
border: 1px solid green !important;
background-color: unset !important;
}
红底白字
:not(#a):not(#a) .utags_text_tag:not(.utags_captain_tag,.utags_captain_tag2) {
color: white !important;
border: 1px solid red !important;
background-color: red !important;
}
关于如何自定义标签的样式,颜色。
建议安装 stylus 插件,然后为网站添加自定义 CSS,参考下面代码。