gpttemp
This commit is contained in:
14
code/app/home/view/videoGpt1/module/newest/newest_02.html
Normal file
14
code/app/home/view/videoGpt1/module/newest/newest_02.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="{$TpStyle.dom_prefix}-n2-wrap">
|
||||
<header class="{$TpStyle.dom_prefix}-n2-hd">最新上线</header>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-n2-scroll">
|
||||
{volist name="arrVideoNewest" id="vo" offset="0" length="12"}
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-n2-item">
|
||||
<img loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
|
||||
class="{$TpStyle.dom_prefix}-n2-img">
|
||||
<span>{$vo.v_name}</span>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user