Files
SEONexus/code/app/home/view/videoDadi/public/seo-html-list.html
2025-05-01 23:36:18 +08:00

19 lines
669 B
HTML

<li class="bottom-line-dot paihanban-ul-li">
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});"
href="/like/{$vo.sh_id}.html"
title="{$vo.v_name}">
<span class="text-muted pull-right hidden-md">{$vo.create_time}</span>
{if $index == 1}
<span class="badge badge-first">{$index}</span>
{elseif $index == 2}
<span class="badge badge-second">{$index}</span>
{elseif $index == 3}
<span class="badge badge-third">{$index}</span>
{else/}
<span class="badge badge-other">{$index}</span>
{/if}
{$vo.sh_title}
</a>
</li>