gpttemp
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user