圣诞帽子!

好的,看起来旧的 CSS 不再适用于桌面版 Topics 了,但这里有一个更新:

$url_of_christmas_hat_asset:'###my-hat-url###';

.post-avatar::after {
  position: absolute;
  content: '';
  display: block;
  top: -30px;
  left: -24px;
  width: 80px;
  height: 80px;
  background: url($url_of_christmas_hat_asset) no-repeat center;
  background-size: contain;
}

这很好,因为现在桌面版和移动版都可以通用了。

但你可能想使用其中一个打包的主题组件……

4 个赞