gpttemp
This commit is contained in:
16
code/app/home/view/videoGpt1/module/newest/newest_04.html
Normal file
16
code/app/home/view/videoGpt1/module/newest/newest_04.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<section class="{$TpStyle.dom_prefix}-n4-sec">
|
||||
<h3 class="{$TpStyle.dom_prefix}-n4-hd">更新速递</h3>
|
||||
|
||||
<ul class="{$TpStyle.dom_prefix}-n4-grid">
|
||||
{volist name="arrVideoNewest" id="vo" offset="0" length="9"}
|
||||
<li>
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-n4-a">
|
||||
<img loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
|
||||
class="{$TpStyle.dom_prefix}-n4-img">
|
||||
<p>{$vo.v_name}</p>
|
||||
</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
</section>
|
||||
Reference in New Issue
Block a user