视频广告测试调整
This commit is contained in:
@@ -1,4 +1,27 @@
|
||||
|
||||
{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">
|
||||
@@ -31,4 +54,5 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</li>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user