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

16 lines
673 B
HTML

<section class="{$TpStyle.dom_prefix}-b3-hscroll">
<ul class="{$TpStyle.dom_prefix}-b3-list">
{volist name="arrVideoTuijian" id="vo" offset="0" length="3"}
<li class="{$TpStyle.dom_prefix}-b3-item">
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-b3-a">
<img loading="lazy"
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
class="{$TpStyle.dom_prefix}-b3-img"
alt="{$vo.v_name}">
<p class="{$TpStyle.dom_prefix}-b3-title">{$vo.v_name}</p>
</a>
</li>
{/volist}
</ul>
</section>