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

16 lines
642 B
HTML

<div class="{$TpStyle.dom_prefix}-r4-sec">
<h3 class="{$TpStyle.dom_prefix}-r4-hd">人气榜单</h3>
<div class="{$TpStyle.dom_prefix}-r4-grid">
{volist name="arrVideoPiaofang" id="vo" offset="0" length="6"}
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-r4-card">
<img loading="lazy"
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
class="{$TpStyle.dom_prefix}-r4-img"
alt="{$vo.v_name}">
<p class="{$TpStyle.dom_prefix}-r4-name">{$i}. {$vo.v_name}</p>
</a>
{/volist}
</div>
</div>