关于这个话题:Make staff users more recognizable with customized avatars, posts, and mentions
我的帖子徽章/Logo 出现了一个问题,我使用了这个类
.topic-post.group-staff > article:before {
content: "";
position: absolute;
display: block;
width: 300px;
height: 150px;
opacity: .1;
margin-top: 8px;
transform: rotate(-15deg);
background-image: url("https://i.postimg.cc/R0tR4wx9/watermark-logo.png") !important;
background: no-repeat center;
background-size: contain;
}
这本应该会显示给员工成员,但它没有生效。我测试过在没有 group 选择器的情况下使用代码,并且在没有它时代码运行正常。
员工帖子的生成方式有任何变化吗?似乎当我创建帖子时,没有生成 group 类。
任何帮助都将不胜感激。