debug
This commit is contained in:
@@ -1,28 +1,33 @@
|
||||
|
||||
<li class="f88537 col-md-[col-md] col-sm-3 col-xs-2 pb-xs-0 ">
|
||||
|
||||
<div class="item">
|
||||
{if !empty($arrGrm[$key + [start]])}
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
{/if}
|
||||
<a class="b02e75 img-pic thumb pic60 lazyload-bg"
|
||||
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 ?? ''}免费高清电影在线观看"
|
||||
data-src="{$Video.v_pic ?? ''}"
|
||||
style="background-image: url("/static/img/load.png");">
|
||||
<img class="lazyload-img" src="/static/img/load.png" data-src="{$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_score}</span>
|
||||
<span class="c1e321 vname">{$Video.v_name}</span>
|
||||
<span class="c68e08 vtitle text-right">{$Video.v_remarks}</span>
|
||||
</a>
|
||||
<h3 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>
|
||||
</h3>
|
||||
<div class="e2a75d sname text-muted text-overflow hidden">
|
||||
{volist name='$Video.v_actor' id='vo' key='index'}
|
||||
<a class="link"
|
||||
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="{$Video.v_pic ?? ''}"
|
||||
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
||||
<div class="tag1">{$Video.v_remarks}</div>
|
||||
<div class="tag2">
|
||||
{volist name='$Video.v_actor' id='vo' key='index'}
|
||||
{$vo}
|
||||
|
||||
{/volist}
|
||||
/ {$Video.v_year}</div>
|
||||
<div class="play"></div>
|
||||
</a>
|
||||
<div class="info">
|
||||
<a class="title"
|
||||
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'>
|
||||
{$Video.v_name}
|
||||
</a>
|
||||
<div class="desc">
|
||||
{volist name='$Video.v_actor' id='vo' key='index'}
|
||||
{$vo},
|
||||
{/volist}
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
Reference in New Issue
Block a user