添加新模板
This commit is contained in:
23
code/app/home/view/videoGpt1/public/video-list-shu-pf.html
Normal file
23
code/app/home/view/videoGpt1/public/video-list-shu-pf.html
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
|
||||
<li class="f88537 col-md-5 col-sm-3 col-xs-2 pb-xs-0 ">
|
||||
{if !empty($arrGrm[$key + [start]])}
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
{/if}
|
||||
<a class="b02e75 img-pic thumb pic60 lazyload"
|
||||
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
|
||||
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看"
|
||||
>
|
||||
<img class="lazyload-img" src="/static/img/load.png" data-src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$Video.v_pic}"
|
||||
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
||||
<span class="bb17e9 iconfont icon-play play hidden-xs"></span>
|
||||
<span class="e31f51 score">{$Video.v_box_office ?? 0}亿</span>
|
||||
<span class="c1e321 vname">{$Video.v_name}</span>
|
||||
<span class="c68e08 vtitle text-right">{$Video.v_remarks}</span>
|
||||
</a>
|
||||
<div class="ac00f9 name text-overflow">
|
||||
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
|
||||
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">{$Video.v_name}</a>
|
||||
</div>
|
||||
<div class="e2a75d sname text-muted text-overflow hidden"></div>
|
||||
</li>
|
||||
Reference in New Issue
Block a user