banner
「云华」CloudSino

网络一隅¦Net`Corner

愿我的祝福与你同在︕
github
bilibili
zhihu
steam
discord user
misskey
follow
email

コンポーネント|ユーザー名後の情報表示

就类似于这位用户名后面的「命令行」图标
圖片


実現思路

あなたのユーザー名のアドレスに移動し、追加コンテンツ「::after」を持っていけば大丈夫です。

ブラウザのコンソールで見つけてください:

圖片

<a class="font-medium text-accent" href="https://sino.xlog.app" target="_blank" rel="nofollow noreferrer">「云华」CloudSino</a>

そして擬似要素を追加します:
(このセレクタは問題ないはずですので、リンクは自分で修正してください)

<style>
.xlog-comment-list .font-medium.text-accent[href="https://sino.xlog.app"]::after {
  content: "入力内容";
};
</style>

装飾して、整えましょう

圖片

.xlog-comment-list .font-medium.text-accent[href="https://sino.xlog.app"]::after {
  content: "PO主";
  background: turquoise;
  color: rgb(var(--tw-color-white)/var(--tw-text-opacity));;
  padding: .2em;
  border-radius: 5px;
  font-size: 80%;
  font-weight: bold;
  --tw-space-x-reverse: 0;
  margin-right: calc(.25rem * var(--tw-space-x-reverse));
  margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)));
  word-break:keep-all;
}
読み込み中...
文章は、創作者によって署名され、ブロックチェーンに安全に保存されています。