57 lines
2.3 KiB
HTML
57 lines
2.3 KiB
HTML
{if $key == 1}
|
|
<li class="col-md-[col-md] col-sm-4 col-xs-3">
|
|
<div class="stui-vodlist__box">
|
|
{if !empty($arrGrm[$key + [start]])}
|
|
{$arrGrm[$key+[start]]|raw}
|
|
{/if}
|
|
<a class="stui-vodlist__thumb "
|
|
href='https://zhaoshiping.com/vod/rou-pu-tuan-zhi-ji-le-bao-jian-106422'
|
|
>
|
|
<img class="lazyload-img" src="/static/img/loading.webp" data-src="https://www.sh-av.com/img/video/2025/05/24/13/rou-pu-tuan-zhi-ji-le-bao-jian.webp"
|
|
>
|
|
<span class="play hidden-xs"></span>
|
|
</a>
|
|
<div class="stui-vodlist__detail">
|
|
<h3 class="title text-overflow">
|
|
<a href='https://zhaoshiping.com/vod/rou-pu-tuan-zhi-ji-le-bao-jian-106422'
|
|
>
|
|
3D肉蒲团之极乐宝鉴
|
|
</a>
|
|
</h3>
|
|
|
|
</div>
|
|
</div>
|
|
</li>
|
|
{else}
|
|
|
|
<li class="col-md-[col-md] col-sm-4 col-xs-3">
|
|
<div class="stui-vodlist__box">
|
|
{if !empty($arrGrm[$key + [start]])}
|
|
{$arrGrm[$key+[start]]|raw}
|
|
{/if}
|
|
<a class="stui-vodlist__thumb "
|
|
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/loading.webp" data-src="{$Video.v_pic ?? ''}"
|
|
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
|
<span class="play hidden-xs"></span>
|
|
<span class="pic-text text-right">{$Video.v_remarks}</span>
|
|
</a>
|
|
<div class="stui-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_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
|
{$Video.v_name}
|
|
</a>
|
|
</h3>
|
|
<p class="text text-overflow text-muted hidden-xs">
|
|
{volist name='$Video.v_actor' id='vo' key='index'}
|
|
{$vo}
|
|
|
|
{/volist}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
{/if} |