Files
2025-12-31 00:49:32 +08:00

16 lines
600 B
HTML

<section class="{$TpStyle.dom_prefix}-r3-area">
<h3 class="{$TpStyle.dom_prefix}-r3-tt">趋势排行 TOP10</h3>
<div class="{$TpStyle.dom_prefix}-r3-rows">
{volist name="arrVideoPiaofang" id="vo" offset="0" length="10"}
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-r3-row">
<span class="{$TpStyle.dom_prefix}-r3-l">{$i}</span>
<div class="{$TpStyle.dom_prefix}-r3-m">
{$vo.v_name}
</div>
<span class="{$TpStyle.dom_prefix}-r3-r"></span>
</a>
{/volist}
</div>
</section>