Files
SEONexus/code/app/home/view/videoGpt1/module/ranking/ranking_05.html
2025-12-31 00:49:32 +08:00

18 lines
619 B
HTML

<article class="{$TpStyle.dom_prefix}-r5-wrap">
<header class="{$TpStyle.dom_prefix}-r5-top">
<strong>飙升榜</strong>
</header>
<div class="{$TpStyle.dom_prefix}-r5-body">
{volist name="arrVideoPiaofang" id="vo" offset="0" length="8"}
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-r5-line">
<div class="{$TpStyle.dom_prefix}-r5-left">#{$i}</div>
<div class="{$TpStyle.dom_prefix}-r5-right">
<b>{$vo.v_name}</b>
<p>热度提升中</p>
</div>
</a>
{/volist}
</div>
</article>