- UID
- 1374
- 注册
- 2021/07/14
- 消息
- 51
- 解决方案
- 5
- 黄金
- 4,892G
- 中国
- 内蒙古
- 呼和浩特市 网友
- #1
话不多说先看图:
怎么设置?
必须安装[TH] Nodes插件才能设置哦!
1.在extra.less模板里加入以下代码
2.在后台设置-论坛-节点排版和样式-选择一个分区-在节点class中勾选使用自定义值并填入randcl
大功告成!

怎么设置?
必须安装[TH] Nodes插件才能设置哦!
1.在extra.less模板里加入以下代码
CSS:
.randcl{
color: gold;
background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
-webkit-background-clip: text;
-webkit-animation: randclanim 2s infinite linear;
font-weight: bold;
}
@keyframes randclanim{
from {
-webkit-filter: hue-rotate(0deg);
}
to {
-webkit-filter: hue-rotate(360deg);
}
}
大功告成!
最后编辑: