帝国cms6.6功能之随机颜色大小展示tags,下面直接给出代码来实现功能。
<div class="hotlist" id="ctag">[showtags]'',60,0,'num desc',0,'s,r','',1,''[/showtags]</div>
<script>
var bcolor = document.getElementById("ctag").getElementsByTagName("a");
for (i = 0; k = bcolor.length, i < k; i++) {
var str = "0123456789ABCDEF";
var t = "#";
for (j = 0; j < 6; j++) {
t = t + str.charAt(Math.random() * str.length);
}
var fsize;
fsize = parseInt(Math.random() * (20) + 6);
bcolor[i].style.color = t;
bcolor[i].style.fontSize = fsize + "px";
}
</script>
标签: 随机读取
上面是“帝国cms6.6功能之随机颜色大小展示tags”的全面内容,想了解更多关于 帝国cms 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_950.html
workflows工作流
- 一种长着彩虹翅膀的虫子comfyui工作流
- 一个可爱的人形小机器人和一只蜗牛在森林
- stvmccrr风格的玫瑰花ComfyUI工作流
- 蘑菇屋,梦幻家园comfyui工作流
- 一位穿着长袍的强大法师ComfyUI工作流
- 一个20岁丰满的女孩ComfyUI工作流
- 完整海报生成comfyui工作流
- 泰坦尼克号桌面壁纸上ComfyUI工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!