debug
This commit is contained in:
@@ -35,7 +35,7 @@ export_name="arrVideoRankList" /}
|
||||
<div class="carousel carousel_default carousel_default2 col-pd is-draggable" style="height: 250px;"
|
||||
tabindex="0">
|
||||
|
||||
{volist name="arrVideoRankList" id="Video" offset="1" length='1' key="key" }
|
||||
{volist name="arrVideoRankList" id="Video" offset="-1" length='1' key="key" }
|
||||
|
||||
<div class="wide is-selected" >
|
||||
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
|
||||
@@ -44,7 +44,7 @@ export_name="arrVideoRankList" /}
|
||||
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看"
|
||||
style="background-image: url(/template/videolaoniu/images/pic.png) no-repeat; background-position:50% 50%; background-size: cover; padding-top: 65%;">
|
||||
<span class="play hidden-xs"></span>
|
||||
<span class="pic-tag pic-tag-h">推荐</span>
|
||||
<span class="pic-tag pic-tag-h">Top1</span>
|
||||
<span class="pic-text pic-text-silde text-center">{$Video.v_name}</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -53,7 +53,7 @@ export_name="arrVideoRankList" /}
|
||||
|
||||
<div class="hidden-sm hidden-xs clearfix">
|
||||
<ul class="col-xs-wide-45 stui-vodlist col-pd clearfix">
|
||||
{volist name="arrVideoRankList" id="Video" offset="2" length='1' key="key" }
|
||||
{volist name="arrVideoRankList" id="Video" offset="0" length='1' key="key" }
|
||||
<li>
|
||||
<a class="stui-vodlist__thumb lazyload-bg"
|
||||
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
|
||||
@@ -64,13 +64,13 @@ export_name="arrVideoRankList" /}
|
||||
data-src="{$Video.v_pic ?? ''}"
|
||||
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
||||
<span class="play active hidden-xs"></span>
|
||||
<span class="pic-tag pic-tag-h">Top1</span>
|
||||
<span class="pic-tag pic-tag-h">Top2</span>
|
||||
</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
<ul class="col-xs-wide-55 stui-vodlist__rank col-pd clearfix">
|
||||
{volist name="arrVideoRankList" id="Video" offset="2" length='1' key="key" }
|
||||
{volist name="arrVideoRankList" id="Video" offset="1" length='16' key="key" }
|
||||
{include file="public/video-list-phb" start="20"/}
|
||||
{/volist}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user