gpttemp
This commit is contained in:
17
code/app/home/view/videoGpt1/module/newest/newest_03.html
Normal file
17
code/app/home/view/videoGpt1/module/newest/newest_03.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user