gpttemp
This commit is contained in:
15
code/app/home/view/videoGpt1/module/banner/banner_01.html
Normal file
15
code/app/home/view/videoGpt1/module/banner/banner_01.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<section class="{$TpStyle.dom_prefix}-b1-wrap">
|
||||
<a href="/detail/{$arrVideoTuijian.0.v_id}.html" class="{$TpStyle.dom_prefix}-b1-link">
|
||||
<figure class="{$TpStyle.dom_prefix}-b1-figure">
|
||||
<img loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$arrVideoTuijian.0.v_pic}"
|
||||
alt="{$arrVideoTuijian.0.v_name}"
|
||||
class="{$TpStyle.dom_prefix}-b1-img">
|
||||
|
||||
<figcaption class="{$TpStyle.dom_prefix}-b1-cap">
|
||||
<h2>{$arrVideoTuijian.0.v_name}</h2>
|
||||
<p>热播精选 · 高清极速观看</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
</section>
|
||||
14
code/app/home/view/videoGpt1/module/banner/banner_02.html
Normal file
14
code/app/home/view/videoGpt1/module/banner/banner_02.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<article class="{$TpStyle.dom_prefix}-b2-box">
|
||||
<a href="/detail/{$arrVideoTuijian.1.v_id}.html" class="{$TpStyle.dom_prefix}-b2-click">
|
||||
<div class="{$TpStyle.dom_prefix}-b2-left">
|
||||
<h3>{$arrVideoTuijian.1.v_name}</h3>
|
||||
<span>最新热播上线,立即观看</span>
|
||||
</div>
|
||||
<div class="{$TpStyle.dom_prefix}-b2-right">
|
||||
<img loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$arrVideoTuijian.1.v_pic}"
|
||||
class="{$TpStyle.dom_prefix}-b2-thumb"
|
||||
alt="{$arrVideoTuijian.1.v_name}">
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
15
code/app/home/view/videoGpt1/module/banner/banner_03.html
Normal file
15
code/app/home/view/videoGpt1/module/banner/banner_03.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<section class="{$TpStyle.dom_prefix}-b3-hscroll">
|
||||
<ul class="{$TpStyle.dom_prefix}-b3-list">
|
||||
{volist name="arrVideoTuijian" id="vo" offset="0" length="3"}
|
||||
<li class="{$TpStyle.dom_prefix}-b3-item">
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-b3-a">
|
||||
<img loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
|
||||
class="{$TpStyle.dom_prefix}-b3-img"
|
||||
alt="{$vo.v_name}">
|
||||
<p class="{$TpStyle.dom_prefix}-b3-title">{$vo.v_name}</p>
|
||||
</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
</section>
|
||||
@@ -0,0 +1,8 @@
|
||||
<header class="{$TpStyle.dom_prefix}-b4-strip">
|
||||
<a href="/detail/{$arrVideoTuijian.2.v_id}.html">
|
||||
<div class="{$TpStyle.dom_prefix}-b4-inner">
|
||||
<span class="{$TpStyle.dom_prefix}-b4-icon">🔥</span>
|
||||
<small>{$arrVideoTuijian.2.v_name} 正在热播</small>
|
||||
</div>
|
||||
</a>
|
||||
</header>
|
||||
14
code/app/home/view/videoGpt1/module/banner/banner_05.html
Normal file
14
code/app/home/view/videoGpt1/module/banner/banner_05.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<article class="{$TpStyle.dom_prefix}-b5-box">
|
||||
<a href="/detail/{$arrVideoTuijian.3.v_id}.html">
|
||||
<div class="{$TpStyle.dom_prefix}-b5-imgwrap">
|
||||
<img loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$arrVideoTuijian.3.v_pic}"
|
||||
class="{$TpStyle.dom_prefix}-b5-img"
|
||||
alt="{$arrVideoTuijian.3.v_name}">
|
||||
<footer class="{$TpStyle.dom_prefix}-b5-foot">
|
||||
<h4>{$arrVideoTuijian.3.v_name}</h4>
|
||||
<span>支持手机 / 平板 / 电视播放</span>
|
||||
</footer>
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
Reference in New Issue
Block a user