为用户卡和用户个人资料添加“已验证徽章”

您好,

我将此代码添加到了 CSS 中;

  // 此部分仅适用于已验证用户
  span.Verificated a::after {
    content: url("https://icons.getbootstrap.com/assets/icons/patch-check-fill.svg");
    margin-left: 2px;
    width: 17px;
    height: 17px;
    display: inline-block;
  }

来实现这个效果;

但这段代码并未显示在用户卡片或用户个人资料中。

我该如何将此徽章添加到用户卡片和个人资料中?

2 个赞