This commit is contained in:
make
2025-07-11 22:21:22 +08:00
parent 42b4b9b239
commit b0030bfdd8
50 changed files with 216 additions and 169 deletions

View File

@@ -1,27 +1,3 @@
{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(&quot;/static/img/loading.gif&quot;);">
<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">
@@ -55,4 +31,3 @@
</div>
</div>
</li>
{/if}

View File

@@ -24,7 +24,7 @@
</ul>
</div>
</div>
<ul class="myui-vodlist clearfix">
<ul class="myui-vodlist clearfix cs-list-r">
{video:list count="12" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="3600"}
{include file="public/video-list-shu" start="27+($key*12)" col-lg="6"/}
{/video:list}