18 lines
699 B
HTML
18 lines
699 B
HTML
<article class="{$TpStyle.dom_prefix}-n3-area">
|
|
<h3 class="{$TpStyle.dom_prefix}-n3-title">今日更新</h3>
|
|
|
|
<div class="{$TpStyle.dom_prefix}-n3-list">
|
|
{volist name="arrVideoNewest" id="vo" offset="0" length="6"}
|
|
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-n3-row">
|
|
<img loading="lazy"
|
|
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
|
|
class="{$TpStyle.dom_prefix}-n3-cover">
|
|
<div class="{$TpStyle.dom_prefix}-n3-info">
|
|
<h4>{$vo.v_name}</h4>
|
|
<p>全新剧集已更新</p>
|
|
</div>
|
|
</a>
|
|
{/volist}
|
|
</div>
|
|
</article>
|