gpttemp
This commit is contained in:
15
code/app/home/view/videoGpt1/module/newest/newest_01.html
Normal file
15
code/app/home/view/videoGpt1/module/newest/newest_01.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<section class="{$TpStyle.dom_prefix}-n1-box">
|
||||
<h3 class="{$TpStyle.dom_prefix}-n1-title">最新更新</h3>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-n1-grid">
|
||||
{volist name="arrVideoNewest" id="vo" offset="0" length="8"}
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-n1-card">
|
||||
<img loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
|
||||
class="{$TpStyle.dom_prefix}-n1-img"
|
||||
alt="{$vo.v_name}">
|
||||
<p>{$vo.v_name}</p>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</section>
|
||||
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>
|
||||
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>
|
||||
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>
|
||||
12
code/app/home/view/videoGpt1/module/newest/newest_05.html
Normal file
12
code/app/home/view/videoGpt1/module/newest/newest_05.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="{$TpStyle.dom_prefix}-n5-wrap">
|
||||
<header class="{$TpStyle.dom_prefix}-n5-hd">最新上架</header>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-n5-items">
|
||||
{volist name="arrVideoNewest" id="vo" offset="0" length="10"}
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-n5-line">
|
||||
<span class="{$TpStyle.dom_prefix}-n5-dot">•</span>
|
||||
<span class="{$TpStyle.dom_prefix}-n5-name">{$vo.v_name}</span>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user