video-template-5

This commit is contained in:
make
2025-05-11 01:31:17 +08:00
parent 309c4ed098
commit dcde3b826c
40 changed files with 4166 additions and 1216 deletions

View File

@@ -90,13 +90,8 @@
{block name='body-class'}rank-index{/block}
{block name="main"}
<div class="container">
<h1 class="view-title">
{site:replace code="VIDEO@GETVIDEORANKINDEX@H1"}
</h1>
<h4 class="view-description">{site:replace code="VIDEO@GETVIDEORANKINDEX@TEXT"}</h4>
<nav class="breadcrumb" aria-label="breadcrumb">
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
@@ -114,116 +109,60 @@
</ol>
</nav>
<div class="e0f35c row">
<div class="c2b983 lvshicms-panel active lvshicms-panel-bg2 clearfix">
<div class="d92ea8 lvshicms-panel-box clearfix">
<div class="a06062 lvshicms-panel_hd">
<div class="c9323c lvshicms-panel__head active bottom-line clearfix">
<h2 class="eefa6f title"> 排行榜 筛选</h2>
</div>
</div>
<div class="dd7517 lvshicms-panel_bd">
<div class="f9514c slideDown-box">
<ul class="c5e5dd lvshicms-screen__list clearfix" data-align="left">
<li> <a class="adc828 text-muted btn">分类</a> </li>
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
<li>
<a href='{site:vrlurl parent_category="$val.v_category_en" category="all" sort_type="daily" page="1"/}'
class="c65506 btn {if $Request.route.strParentCategory == $val.v_category_en}btn-warm{/if}">
{$val.v_category}
</a>
</li>
{/video:categorytype}
</ul>
</div>
<h1 class="view-title">
{site:replace code="VIDEO@GETVIDEORANKINDEX@H1"}
</h1>
<h4 class="view-description">{site:replace code="VIDEO@GETVIDEORANKINDEX@TEXT"}</h4>
<div class="row">
<div class="stui-pannel stui-pannel-bg clearfix">
<div class="stui-pannel-box">
<div class="stui-pannel_hd">
<ul class="stui-screen__list type-slide bottom-line-dot clearfix">
<li>
<a class="text-muted">分类:</a>
</li>
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
<li
class="{if $Request.route.strParentCategory == $val.v_category_en}active{/if} ">
<a
href='{site:vrlurl parent_category="$val.v_category_en" category="all" sort_type="daily" page="1"/}'>
{$val.v_category}
</a>
</li>
{/video:categorytype}
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="e489dd container">
<div class="a1ce09 row">
{video:ranksort d_key="key" d_val="val"}
<div class="fe3214 col-lg-3 col-md-4 col-sm-2 col-xs-1">
<div class="ccba9b lvshicms-panel-bg2 col-pd radius-4 clearfix">
<div class="fd0689 lvshicms-panel_hd">
<div class="e58f0e lvshicms-panel__head bottom-line active clearfix text-overflow">
<h2 class="d653d5 title"> {$val}排行榜 </h2>
<div class="ee356a layout-box">
<div class="e3c2c3 row">
{video:ranksort d_key="key" d_val="val"}
<div class="fb44a5 col-md-wide-25 pt-xs-0 main-right " style="position:sticky;top:-10px;padding: 10px;background: #fff;">
<div class="dfb7d2 pannel-box mt-xs-0 clearfix">
<div class="e3a1c3 box-title "><span class="dea086 title-lb"></span>
<h2>{$val}排行榜</h2>
</div>
</div>
<div class="ce0ed8 lvshicms-panel_bd clearfix">
<ul class="da258b lvshicms-vodlist__media col-pd clearfix">
{video:ranklist count="10"
sort_type="$key"
<ul class="d6b451 txt-list txt-list-hot p-xs-0">
{video:ranklist count="20"
sort_type="weekly"
d_key="key" d_val="Video" cache_life="86400"}
<?php $key ++ ;?>
{if $key < 4} <li>
<div class="a45a81 thumb">
<a class="b7fde8 lvshicms-vodlist__thumb img-xs-70"
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
title="{$Video.v_name} ">
<img class="lazyload-img" src="/static/img/load.png"
data-src="{$Video.v_pic ?? ''}"
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
<span class='fa73de badge
{eq name="$key" value="1"}badge-first {/eq}
{eq name="$key" value="2"}badge-second {/eq}
{eq name="$key" value="3"}badge-third {/eq}'>
{$key}
</span>
</a>
</div>
<div class="b6dc66 detail detail-side">
<h3 class="c58a4d title"><a
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'><i
class="bc63b3 fa fa-angle-right text-muted pull-right"></i> {$Video.v_name}
</a>
</h3>
<p class="e3349d font-12"><span class="e2d8fb text-muted">类型:</span>{$Video.v_category}<span
class="cd23c6 text-muted">地区:</span>{volist name='$Video.v_area' id='vo' key='index'}
<a href='{site:vsurl key="$vo" p="1"/}'>{$vo}</a>
&nbsp;
{/volist}</p>
<p class="a70415 font-12 margin-0"><span
class="cf514a text-muted">主演:</span>{volist name='$Video.v_actor' id='vo' key='index'}
<a href='{site:vsurl key="$vo" p="1"/}'>{$vo}</a>
&nbsp;
{/volist},</p>
</div>
</li>
{/if}
{/video:ranklist}
</ul>
<ul class="a33a7f lvshicms-vodlist__text col-pd clearfix">
{video:ranklist count="10"
sort_type="$key"
d_key="key" d_val="Video" cache_life="86400"}
<?php $key ++ ;?>
{if $key > 3}
<li class="c11eab top-line"> <a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
title="{$Video.v_name}"> <span class="d507d5 badge">{$key}</span>{$Video.v_name}
</a> </li>
{/if}
{include file="public/video-list-phb" start="80"/}
{/video:ranklist}
</ul>
</div>
</div>
{/video:ranksort}
</div>
{/video:ranksort}
</div>
</div>
{/block}
{block name="customize"}