58 lines
2.7 KiB
HTML
58 lines
2.7 KiB
HTML
{if $key == 1}
|
|
<li class="col-lg-[col-lg] col-md-8 col-sm-4 col-xs-3">
|
|
<div class="myui-vodlist__box">
|
|
{if !empty($arrGrm[$key + [start]])}
|
|
{$arrGrm[$key+[start]]|raw}
|
|
{/if}
|
|
<a class="myui-vodlist__thumb lazyload-bg"
|
|
href='https://zhaoshiping.com/vod/wu-shen-zhu-zai-26057'
|
|
data-src="https://zhaoshiping.com/img/video/2024/11/22/04/wu-shen-zhu-zai.webp"
|
|
style="background-image: url("/static/img/loading.gif");">
|
|
<span class="play hidden-xs"></span>
|
|
<span class="pic-tag pic-tag-top" style="background-color: #5bb7fe;">{$Video.v_score}分</span>
|
|
<span class="pic-text text-right">{$Video.v_remarks}</span>
|
|
<img src="https://zhaoshiping.com/img/video/2024/11/22/04/wu-shen-zhu-zai.webp"
|
|
style="display: none;">
|
|
</a>
|
|
<div class="myui-vodlist__detail">
|
|
<h3 class="title text-overflow">
|
|
<a href='https://zhaoshiping.com/vod/wu-shen-zhu-zai-26057'>武神主宰</a>
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
{else}
|
|
|
|
<li class="col-lg-[col-lg] col-md-8 col-sm-4 col-xs-3">
|
|
<div class="myui-vodlist__box">
|
|
{if !empty($arrGrm[$key + [start]])}
|
|
{$arrGrm[$key+[start]]|raw}
|
|
{/if}
|
|
<a class="myui-vodlist__thumb 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/loading.gif");">
|
|
<span class="play hidden-xs"></span>
|
|
<span class="pic-tag pic-tag-top" style="background-color: #5bb7fe;">{$Video.v_score}分</span>
|
|
<span class="pic-text text-right">{$Video.v_remarks}</span>
|
|
<img src="{$Video.v_pic ?? ''}"
|
|
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看"
|
|
style="display: none;">
|
|
</a>
|
|
<div class="myui-vodlist__detail">
|
|
<h3 class="title text-overflow">
|
|
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}' title="{$Video.v_name}">{$Video.v_name}</a>
|
|
</h3>
|
|
<p class="text text-overflow text-muted hidden-xs">
|
|
{$Video.v_year}
|
|
/
|
|
{volist name='$Video.v_area' id='vo' key='index'}
|
|
{$vo}
|
|
{/volist}
|
|
/ {$Video.v_parent_category}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
{/if} |