debug
This commit is contained in:
@@ -293,7 +293,7 @@
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<li class='{eq name="$keyLineGroup" value="1"}active {/eq}' id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')">
|
||||
<li class='{eq name="$keyLineGroup" value="1"}active {/eq} play-group-head' id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')">
|
||||
<a href="javascript:;" data-toggle="tab">
|
||||
{$strPlayGroupName}
|
||||
</a>
|
||||
@@ -304,16 +304,18 @@
|
||||
</div>
|
||||
|
||||
<div class="tab-content myui-panel_bd">
|
||||
<?php $keyLine = 0;?>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLine ++ ;?>
|
||||
<div id="playlist_{$strPlayGroupName}" class='tab-pane fade in clearfix {eq name="$keyLine" value="1"}active {/eq}'>
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<div id="playlist_{$strPlayGroupName}" class='tab-pane fade in clearfix play-group-list {eq name="$keyLineGroup" value="1"}active {/eq}'>
|
||||
<ul class="myui-content__list sort-list clearfix"
|
||||
style="max-height: 300px; overflow: auto;">
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<?php $keyLine = 0;?>
|
||||
<?php $keyLine ++ ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl' }
|
||||
<li class="col-lg-10 col-md-8 col-sm-6 col-xs-4">
|
||||
<a class="btn btn-default"
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>
|
||||
{$arrPlayUrl.name}
|
||||
</a>
|
||||
</li>
|
||||
@@ -441,42 +443,6 @@
|
||||
</div>
|
||||
|
||||
|
||||
<script>
|
||||
function checkLine(val){
|
||||
|
||||
//点击 通过传递过来的 当前元素id ,组建2个 id ,一个是 head id 一个是列表id
|
||||
// 1.给当前元素 添加类名 activ ,其它兄弟元素 删除 activee
|
||||
|
||||
|
||||
// 构造 ID(去掉 # 前缀)
|
||||
let strLineHeadId = `line_head_${val}`;
|
||||
let strLineListId = `playlist_${val}`;
|
||||
|
||||
// 获取 DOM 元素
|
||||
let headElement = document.getElementById(strLineHeadId);
|
||||
let listElement = document.getElementById(strLineListId);
|
||||
|
||||
// 1. 处理头部导航的 active 类
|
||||
let navItems = document.querySelectorAll('.nav-tabs li');
|
||||
navItems.forEach(item => {
|
||||
if (item.id === strLineHeadId) {
|
||||
item.classList.add('active');
|
||||
} else {
|
||||
item.classList.remove('active');
|
||||
}
|
||||
});
|
||||
|
||||
// 2. 处理播放列表的 active 类
|
||||
let tabPanes = document.querySelectorAll('.tab-content .tab-pane');
|
||||
tabPanes.forEach(pane => {
|
||||
if (pane.id === strLineListId) {
|
||||
pane.classList.add('active');
|
||||
} else {
|
||||
pane.classList.remove('active');
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
|
||||
const strVideoId = `{$arrVideo.v_id}`;
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<li class='dropdown pb10 margin-0 {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
<li class='dropdown pb10 margin-0 play-group-head {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
id="line_head_{$strPlayGroupName}"
|
||||
onclick="checkLine('{$strPlayGroupName}')">
|
||||
<a href='javascript:;' >
|
||||
@@ -238,15 +238,17 @@
|
||||
换线路:
|
||||
</div>
|
||||
<div class="tab-content mb10">
|
||||
<?php $keyLine = 0;?>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLine ++ ;?>
|
||||
<div id="playlist_{$strPlayGroupName}" class='tab-pane fade in clearfix {eq name="$keyLine" value="1"}active {/eq}'>
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<div id="playlist_{$strPlayGroupName}" class='tab-pane fade in clearfix play-group-list {eq name="$keyLineGroup" value="1"}active {/eq}'>
|
||||
<ul class="myui-content__list playlist clearfix" id="playlist">
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<?php $keyLine = 0;?>
|
||||
<?php $keyLine ++ ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl' }
|
||||
<li class="col-lg-3 col-md-2 col-sm-5 col-xs-4 active">
|
||||
<a class="btn btn-default btn-warm"
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>
|
||||
{$arrPlayUrl.name}
|
||||
</a>
|
||||
</li>
|
||||
@@ -479,42 +481,6 @@
|
||||
</div>
|
||||
|
||||
|
||||
<script>
|
||||
function checkLine(val){
|
||||
|
||||
//点击 通过传递过来的 当前元素id ,组建2个 id ,一个是 head id 一个是列表id
|
||||
// 1.给当前元素 添加类名 activ ,其它兄弟元素 删除 activee
|
||||
|
||||
|
||||
// 构造 ID(去掉 # 前缀)
|
||||
let strLineHeadId = `line_head_${val}`;
|
||||
let strLineListId = `playlist_${val}`;
|
||||
|
||||
// 获取 DOM 元素
|
||||
let headElement = document.getElementById(strLineHeadId);
|
||||
let listElement = document.getElementById(strLineListId);
|
||||
|
||||
// 1. 处理头部导航的 active 类
|
||||
let navItems = document.querySelectorAll('.nav-tabs li');
|
||||
navItems.forEach(item => {
|
||||
if (item.id === strLineHeadId) {
|
||||
item.classList.add('active');
|
||||
} else {
|
||||
item.classList.remove('active');
|
||||
}
|
||||
});
|
||||
|
||||
// 2. 处理播放列表的 active 类
|
||||
let tabPanes = document.querySelectorAll('.tab-content .tab-pane');
|
||||
tabPanes.forEach(pane => {
|
||||
if (pane.id === strLineListId) {
|
||||
pane.classList.add('active');
|
||||
} else {
|
||||
pane.classList.remove('active');
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
<script>
|
||||
const strMaxPlayHeight = '480px'
|
||||
|
||||
@@ -230,32 +230,43 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
|
||||
<div class="stui-pannel stui-pannel-bg clearfix">
|
||||
<div class="stui-pannel-box b playlist mb">
|
||||
<div class="stui-pannel_hd">
|
||||
<div class="stui-pannel__head bottom-line active clearfix">
|
||||
<span class="more text-muted pull-right">无需安装任何插件</span>
|
||||
<h3 class="title">
|
||||
<img src="/template/videodadi/icon/icon_30.png" />{$strPlayGroupName}
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<h3 class='title play-group-head {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')">
|
||||
<img src="/template/videodadi/icon/icon_30.png">
|
||||
{$strPlayGroupName}
|
||||
</h3>
|
||||
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
<div class="stui-pannel_bd col-pd clearfix">
|
||||
<ul class="stui-content__playlist clearfix">
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<li>
|
||||
<a
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>{$arrPlayUrl.name}</a>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<ul class='stui-content__playlist clearfix play-group-list {eq name="$keyLineGroup" value="1"}active {/eq}' id="playlist_{$strPlayGroupName}">
|
||||
<?php $keyLine = 0;?>
|
||||
<?php $keyLine ++ ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl' }
|
||||
<li class="{if $keyLine == $Request.route.intPlayIndex}active{/if}">
|
||||
<a href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'
|
||||
m3u8="{$arrPlayUrl.url}">{$arrPlayUrl.name}</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/foreach}
|
||||
|
||||
<div class="stui-pannel stui-pannel-bg clearfix" id="desc">
|
||||
<div class="stui-pannel-box">
|
||||
|
||||
@@ -162,6 +162,7 @@
|
||||
<i class="icon iconfont icon-refresh hidden-xs"></i>
|
||||
</a>
|
||||
</li>
|
||||
{//
|
||||
<li>
|
||||
<a style="color: rgb(14, 41, 1);" class="btn btn-default copylink"
|
||||
href="javascript:;">
|
||||
@@ -169,10 +170,11 @@
|
||||
<i class="icon iconfont icon-share hidden-xs"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
{if $Request.route.intPlayIndex > 1}
|
||||
<li>
|
||||
<a style="color: rgb(30, 99, 7);" class="btn btn-default"
|
||||
href="//{$arrVideo.v_name_en}-1-{$Request.route.intPlayIndex-1}.html">
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="default" play_index="1" /}'>
|
||||
<i class="icon iconfont icon-back hidden-xs"></i>
|
||||
上一集
|
||||
</a>
|
||||
@@ -180,12 +182,13 @@
|
||||
{/if}
|
||||
{if $Request.route.intPlayIndex < 100} <li>
|
||||
<a style="color: rgb(246, 155, 213);" class="btn btn-default"
|
||||
href="//{$arrVideo.v_name_en}-1-{$Request.route.intPlayIndex+1}.html">
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="default" play_index="1" /}'>
|
||||
下一集
|
||||
<i class="icon iconfont icon-more hidden-xs"></i>
|
||||
</a>
|
||||
</li>
|
||||
{/if}
|
||||
}
|
||||
</ul>
|
||||
<h1 class="title"><a style="color: rgb(244, 139, 75);"
|
||||
href='{site:vurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en"/}'>
|
||||
@@ -213,28 +216,42 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{foreach $arrVideo.v_play_url as $key=>$arrPlayUrlType }
|
||||
<div class="stui-pannel stui-pannel-bg clearfix">
|
||||
<div class="stui-pannel-box b playlist mb">
|
||||
<div class="stui-pannel_hd">
|
||||
<div class="stui-pannel__head bottom-line active clearfix"><span
|
||||
class="more text-muted pull-right">无需安装任何插件</span>
|
||||
<h3 class="title"><img src="/template/videodadi/icon/icon_30.png">{$key}</h3>
|
||||
<div class="stui-pannel__head bottom-line active clearfix">
|
||||
<span class="more text-muted pull-right">无需安装任何插件</span>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<h3 class='title play-group-head {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')">
|
||||
<img src="/template/videodadi/icon/icon_30.png">
|
||||
{$strPlayGroupName}
|
||||
</h3>
|
||||
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
<div class="stui-pannel_bd col-pd clearfix">
|
||||
<ul class="stui-content__playlist clearfix">
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl' key='index'}
|
||||
<li class="{if $index == $Request.route.intPlayIndex}active{/if}">
|
||||
<a href="//{$arrPlayUrl.name}-1-{$index}.html"
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<ul class='stui-content__playlist clearfix play-group-list {eq name="$keyLineGroup" value="1"}active {/eq}' id="playlist_{$strPlayGroupName}">
|
||||
<?php $keyLine = 0;?>
|
||||
<?php $keyLine ++ ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl' }
|
||||
<li class="{if $keyLine == $Request.route.intPlayIndex}active{/if}">
|
||||
<a href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'
|
||||
m3u8="{$arrPlayUrl.url}">{$arrPlayUrl.name}</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="stui-pannel stui-pannel-bg clearfix" id="desc">
|
||||
<div class="stui-pannel-box">
|
||||
<div class="stui-pannel_hd">
|
||||
@@ -336,6 +353,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script>
|
||||
const strMaxPlayHeight = '480px'
|
||||
const strVideoId = `{$arrVideo.v_id}`;
|
||||
|
||||
@@ -243,30 +243,39 @@
|
||||
<div class="b949ce container">
|
||||
<div class="d4cf89 row">
|
||||
<div class="f608c5 col-xs-1 col-md-wide-75">
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
|
||||
<div class="cfd65a lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="b3a7e3 lvshicms-panel-box clearfix">
|
||||
<div class="e8c33d lvshicms-panel_hd">
|
||||
<div class="f238a4 lvshicms-panel__head bottom-line active clearfix">
|
||||
|
||||
<h3 class="d82c55 title"> {$strPlayGroupName} </h3>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<h3 class='d82c55 title play-group-head {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')" >{$strPlayGroupName} </h3>
|
||||
{/foreach}
|
||||
<span class="ace011 more text-muted"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="af83ff lvshicms-panel_bd clearfix">
|
||||
<ul class="ec7fc4 lvshicms-content__list sort-list clearfix">
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<li class="fe7195 col-lg-6 col-md-5 col-sm-4 col-xs-3">
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<ul class='ec7fc4 lvshicms-content__list sort-list clearfix play-group-list {eq name="$keyLineGroup" value="1"}active {/eq}' id="playlist_{$strPlayGroupName}">
|
||||
<?php $keyLine = 0;?>
|
||||
<?php $keyLine ++ ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl' }
|
||||
<li class="fe7195 col-lg-6 col-md-5 col-sm-4 col-xs-3 {if $keyLine == $Request.route.intPlayIndex}active{/if}">
|
||||
<a class="bd8e2d btn btn-default"
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>{$arrPlayUrl.name}
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>{$arrPlayUrl.name}
|
||||
</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="fbb509 lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="de59fa lvshicms-panel-box clearfix">
|
||||
|
||||
@@ -252,30 +252,40 @@
|
||||
<div class="b949ce container">
|
||||
<div class="d4cf89 row">
|
||||
<div class="f608c5 col-xs-1 col-md-wide-75">
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
|
||||
<div class="cfd65a lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="b3a7e3 lvshicms-panel-box clearfix">
|
||||
<div class="e8c33d lvshicms-panel_hd">
|
||||
<div class="f238a4 lvshicms-panel__head bottom-line active clearfix">
|
||||
|
||||
<h3 class="d82c55 title"> {$strPlayGroupName} </h3>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<h3 class='d82c55 title play-group-head {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')" >{$strPlayGroupName} </h3>
|
||||
{/foreach}
|
||||
<span class="ace011 more text-muted"></span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="af83ff lvshicms-panel_bd clearfix">
|
||||
<ul class="ec7fc4 lvshicms-content__list sort-list clearfix">
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<li class="fe7195 col-lg-6 col-md-5 col-sm-4 col-xs-3">
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<ul class='ec7fc4 lvshicms-content__list sort-list clearfix play-group-list {eq name="$keyLineGroup" value="1"}active {/eq}' id="playlist_{$strPlayGroupName}">
|
||||
<?php $keyLine = 0;?>
|
||||
<?php $keyLine ++ ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl' }
|
||||
<li class="fe7195 col-lg-6 col-md-5 col-sm-4 col-xs-3 {if $keyLine == $Request.route.intPlayIndex}active{/if}">
|
||||
<a class="bd8e2d btn btn-default"
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>{$arrPlayUrl.name}
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>{$arrPlayUrl.name}
|
||||
</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="fbb509 lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="de59fa lvshicms-panel-box clearfix">
|
||||
|
||||
@@ -12,14 +12,19 @@
|
||||
<meta name="keywords" content='{block name="keywords"}{/block}'>
|
||||
<meta name="description" content='{block name="description"}{/block}'>
|
||||
|
||||
<link rel="shortcut icon" href="/template/videodingzhu/images/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/template/videodingzhu/css/plugins.css" type="text/css">
|
||||
<link rel="stylesheet" href="/template/videodingzhu/css/global.css" type="text/css">
|
||||
<link rel="stylesheet" href="/template/videodingzhu/css/style.css" type="text/css">
|
||||
{//
|
||||
<!-- <link rel="stylesheet" href="/template/videodingzhu/css/color.css" type="text/css" name="default"> -->
|
||||
<!-- <link rel="stylesheet" href="/public/layer/layer.css?v=3.5.1" id="layuicss-layer"> -->
|
||||
}
|
||||
<link rel="shortcut icon" href="/template/videolaoniu/images/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" type="text/css" href="/template/videolaoniu/css/swiper-bundle.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/template/videolaoniu/css/global.css">
|
||||
<link rel="stylesheet" type="text/css" href="/template/videolaoniu/css/style.css">
|
||||
<!--
|
||||
<script>var maccms = { "path": "", "mid": "", "url": "www.xgcs8888.com", "wapurl": "", "mob_status": "0" };</script>
|
||||
<script src="/template/videolaoniu/js/jquery.min.js"></script>
|
||||
<script src="/template/videolaoniu/js/jquery.lazyload.min.js"></script>
|
||||
<script src="/template/videolaoniu//static/js/home.js"></script>
|
||||
<script src="/template/videolaoniu/js/swiper-bundle.min.js"></script>
|
||||
<script src="/template/videolaoniu/js/ewave-global.js"></script>
|
||||
<script src="/template/videolaoniu/js/ewave-common.js"></script> -->
|
||||
|
||||
{block name="head"}{/block}
|
||||
{block name="head-css"}{/block}
|
||||
{block name="head-js"}{/block}
|
||||
@@ -29,141 +34,73 @@
|
||||
</head>
|
||||
|
||||
|
||||
<body class="f9eb6d active {block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
|
||||
<header class="a23db0 lvshicms-header__top" id="header-top">
|
||||
<div class="c6f1a2 container">
|
||||
<div class="d3071b row">
|
||||
<div class="b6bfb3 lvshicms-header__logo">
|
||||
<a class="f1c0ad logo" href="/">
|
||||
<body class="{block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
|
||||
<header class="c4782f header-top top-fixed home vod">
|
||||
<div class="c5a271 container">
|
||||
<h2 class="f6e567 header-logo">
|
||||
<a class="ec3e4d " href="/" title="{$DomainModel->d_name}">
|
||||
{$DomainModel->d_name}
|
||||
</a>
|
||||
</div>
|
||||
</h2>
|
||||
|
||||
<div
|
||||
class="d55436 lvshicms-header__menu hidden-sm hidden-xs swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode">
|
||||
<ul class="c308d4 swiper-wrapper" id="swiper-wrapper-15acf77edda9621f" aria-live="polite"
|
||||
style="transition-duration: 300ms;">
|
||||
<li class="c1afb6 swiper-slide {if $Request.route.strParentCategory == ''}active{/if}"><a href="/">首页</a></li>
|
||||
class="b2f179 header-menu hidden-xs hidden-sm swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode">
|
||||
<ul class="cd86bd swiper-wrapper" id="swiper-wrapper-bcd0b11121af738e" aria-live="polite"
|
||||
style="transition-duration: 0ms;">
|
||||
<li class="f823b1 swiper-slide hidden-sm hidden-xs {if $Request.route.strParentCategory == ''}active{/if}"><a href="/">首页</a></li>
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
|
||||
<li class='ac50b3 swiper-slide dropdown-hover {if $val.v_category_en == $Request.route.strParentCategory}active{/if}'>
|
||||
<a href='{site:vciurl parent_category="$val.v_category_en" /}'>{$val.v_category}</a>
|
||||
|
||||
<div class="bed39b dropdown-box bottom fadeInDown clearfix" style="padding-top: 0;">
|
||||
<ul class="e7213a item nav-list clearfix" style="width: 190px;">
|
||||
|
||||
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
|
||||
<li class="b6abc3 col-md-2 col-sm-2 col-xs-1" style="padding: 6px;"><a
|
||||
class="c11c57 btn btn-sm btn-block btn-default"
|
||||
href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$arrChildrenCategory.v_category_en" area="all" lang="all" year="all" order="all" page="1"/}'>
|
||||
{$arrChildrenCategory.v_category}
|
||||
</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
{/video:categorytype}
|
||||
|
||||
<li class="a2d382 swiper-slide "> <a href="{$strRankUrlTemp}">榜单</a> </li>
|
||||
|
||||
</ul>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
<ul class="e4dd97 lvshicms-header__user">
|
||||
<li class="f7ad8a hist slide-search-toggle hidden-xs hidden-sm">
|
||||
<form action="{$strSearchListUrlTemp}">
|
||||
<input class="d1f534 mobile-search-input" name="keyword" placeholder="搜索免费高清电影或主演">
|
||||
<button class="d3b134 mobile-search-button" type="submit"><i
|
||||
class="b2a8c7 fa fa-search"></i></button>
|
||||
</form>
|
||||
</li>
|
||||
|
||||
<li class="f37351 hist dropdown-hover">
|
||||
<a href="{$strHistoryUrlTemp}" title="播放记录">
|
||||
<i class="afd2b2 fa fa-clock-o"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="d9ad47 mobile-search hidden-md hidden-lg">
|
||||
<form action="{$strSearchListUrlTemp}">
|
||||
<input class="d1f534 mobile-search-input" name="keyword" placeholder="搜索免费高清电影或主演">
|
||||
<button class="d3b134 mobile-search-button" type="submit"><i
|
||||
class="b2a8c7 fa fa-search"></i></button>
|
||||
</form>
|
||||
</div>
|
||||
<div
|
||||
class="ab3059 nav-box hidden-md hidden-lg swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode swiper-backface-hidden">
|
||||
<ul class="f34760 swiper-wrapper" id="swiper-wrapper-cc8105579edaa1a3" aria-live="polite">
|
||||
<li class="a4f250 nav-item swiper-slide {if $Request.route.strParentCategory == ''}active swiper-slide-active{/if}" role="group"
|
||||
aria-label="1 / 8">
|
||||
<a href="/">
|
||||
<i class="bd0907 nav-item-icon home"></i>
|
||||
<span class="b08159 nav-item-text">首页</span>
|
||||
</a>
|
||||
</li>
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
<li class='e544e2 nav-item swiper-slide swiper-slide-next {if $val.v_category_en == $Request.route.strParentCategory}active swiper-slide-active{/if}' role="group" aria-label="2 / 8">
|
||||
<li class="ab5512 swiper-slide hidden-xs {if $val.v_category_en == $Request.route.strParentCategory}active{/if}">
|
||||
<a href='{site:vciurl parent_category="$val.v_category_en" /}'>
|
||||
<i class="afd4ea nav-item-icon dy"></i>
|
||||
<span class="d8f67b nav-item-text">{$val.v_category}</span>
|
||||
{$val.v_category}
|
||||
</a>
|
||||
</li>
|
||||
{/video:categorytype}
|
||||
|
||||
<li class="d0f97c nav-item swiper-slide" role="group" aria-label="7 / 8">
|
||||
<a href="{$strRankUrlTemp}">
|
||||
<i class="c739f9 nav-item-icon bd"></i>
|
||||
<span class="e34e2d nav-item-text">热播</span>
|
||||
<li class="ab5512 swiper-slide hidden-xs {if $val.v_category_en == $Request.route.strParentCategory}active{/if}">
|
||||
<a href='{$strRankUrlTemp}'>
|
||||
排行榜
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="f075db lvshicms-header__top_bg hidden-sm hidden-xs"></div>
|
||||
</header>
|
||||
|
||||
<div class="d61dbe slide-search">
|
||||
<header class="a8408b slide-search-header">
|
||||
<a class="b4a13d slide-search-close" href="javascript:;">
|
||||
<i class="f8d4d2 fa fa-chevron-left"></i>
|
||||
</a>
|
||||
搜索
|
||||
</header>
|
||||
|
||||
<div class="da8a21 slide-search-body">
|
||||
<form class="a40443 slide-search-form" method="get" action="{$strSearchListUrlTemp}">
|
||||
<input type="text" name="keyword" class="d05fc1 slide-search-input" value="" placeholder="搜索免费高清电影或主演"
|
||||
autocomplete="off">
|
||||
<button type="submit" class="b6ce5d slide-search-submit"><i class="b004bd fa fa-search"></i></button>
|
||||
<div class="f2d13f header-search">
|
||||
<form id="formsearch" action="{$strSearchListUrlTemp}">
|
||||
<input type="search" name="keyword" placeholder="输入影片名或演员" autocomplete="off">
|
||||
<button type="submit" class="c46a69 search-submit"><i class="ef1c92 iconfont icon-sousuo"></i><span
|
||||
class="c290af none">搜索</span></button>
|
||||
</form>
|
||||
|
||||
<ul class="ab08b9 slide-search-list">
|
||||
<li class="bfcc70 slide-search-title">热门搜索</li>
|
||||
{video:list count="6"
|
||||
sort_type="news"
|
||||
d_key="key" d_val="Video"
|
||||
cache_life="86400"}
|
||||
|
||||
<li class="cbc4a0 slide-search-item">
|
||||
<a href='{site:vsurl key="$Video.v_name" p="1"/}'>
|
||||
<em class="f1a98e slide-search-icon">NO</em>
|
||||
<em class="bd65b9 slide-search-num slide-search-num1">{$key}</em>
|
||||
<span class="ddcfc6 slide-search-name">{$Video.v_name}</span>
|
||||
</div>
|
||||
<div id="user-playlog" class="b7004f user-playlog dropdown-hover mac_history">
|
||||
<a href="{$strHistoryUrlTemp}">
|
||||
<i class="abe38c iconfont icon-shijian"></i>
|
||||
<span class="dd3ef2 none">观看记录</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
{/video:list}
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="e2b25c slide-search-bg"></div>
|
||||
</header>
|
||||
<div class="f5dea7 header-top-ok color"></div>
|
||||
<div class="ca3379 index-icon-wrapper hidden-md hidden-lg">
|
||||
<nav class="eb2619 index-icon-box container">
|
||||
<a href="/">
|
||||
<img src="/template/videolaoniu/images/icon/home.png" class="e1eb57 index-icon">
|
||||
<span class="d1f768 sTit">首页</span>
|
||||
</a>
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
<a href='{site:vciurl parent_category="$val.v_category_en" /}'>
|
||||
<img src="/template/videolaoniu/images/icon/{$val.v_category_en}.png" class="b7693d index-icon">
|
||||
<span class="eb9286 sTit"> {$val.v_category}</span>
|
||||
</a>
|
||||
{/video:categorytype}
|
||||
<a href="{$strRankUrlTemp}">
|
||||
<img src="/template/videolaoniu/images/icon/bd.png" class="b7693d index-icon">
|
||||
<span class="eb9286 sTit">排行榜</span>
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
{block name="main"}
|
||||
{/block}
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
{block name="get-data"}
|
||||
|
||||
{video:listexp count="8" sort_type="tuijian" d_key="key" d_val="Video" cache_life="86400" export_name="arrVideoTuijian"
|
||||
{video:listexp count="10" sort_type="tuijian" d_key="key" d_val="Video" cache_life="86400" export_name="arrVideoTuijian"
|
||||
/}
|
||||
{video:listexp count="17" sort_type="piaofang" d_key="key" d_val="Video" cache_life="86400"
|
||||
{video:listexp count="10" sort_type="piaofang" d_key="key" d_val="Video" cache_life="86400"
|
||||
export_name="arrVideoPiaofang" /}
|
||||
|
||||
{site:grm page_code="h5_index" diff="0" num="100" g_key="arrGrm" /}
|
||||
@@ -133,91 +133,47 @@ export_name="arrVideoPiaofang" /}
|
||||
|
||||
{block name="main"}
|
||||
|
||||
<div class="a5da29 container">
|
||||
|
||||
<div class="bc22cc container">
|
||||
|
||||
<div class="eb5be5 row ">
|
||||
<h1 class="view-title">
|
||||
<a href="/">{$DomainModel->d_name}</a>-{$DomainModel->d_text_logo}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETCATEGORYINDEX@TEXT"}</h4>
|
||||
|
||||
<div class="dac4a5 layout-box">
|
||||
<div class="a16ee4 box-title"><span class="c681ae iconfont icon-remen"></span>
|
||||
<h2>热门推荐</h2>
|
||||
</div>
|
||||
<div class="eb5be5 row">
|
||||
<div class="fb7647 col-xs-1 col-md-wide-75">
|
||||
<div class="eceb3c lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="b173ae lvshicms-panel-box clearfix">
|
||||
<div class="f66d8c lvshicms-panel_bd clearfix">
|
||||
<div class="bf9492 lvshicms-panel_hd">
|
||||
<div class="be8a1c lvshicms-panel__head bottom-line active clearfix">
|
||||
<h2 class="a1100b title"> 热门推荐 </h2>
|
||||
<a class="ec883e more text-muted right bg" href='{site:vclurl parent_category="all" category="all" area="all" lang="all" year="all" order="tuijian" page="1"/}'>更多推荐 <i
|
||||
class="fbbd96 fa fa-angle-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="d9e43b lvshicms-vodlist clearfix">
|
||||
<div class="d752db row">
|
||||
<ul class="e72f7b img-list col-md-wide-12 col-sm-wide-1 col-xs-1 p-sm-0 p-xs-5">
|
||||
{foreach $arrVideoTuijian as $key=>$Video }
|
||||
{include file="public/video-list-shu" start="0" col-lg="4"/}
|
||||
{include file="public/video-list-shu" start="10" col-md="5"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="dac4a5 layout-box">
|
||||
<div class="a16ee4 box-title"><span class="c681ae iconfont icon-remen"></span>
|
||||
<h2>好莱坞大片</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="a51b92 hidden-xs hidden-sm col-md-wide-25">
|
||||
<div class="cc593d lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="dcb74d lvshicms-panel-box clearfix">
|
||||
<div class="dae8b0 lvshicms-panel_hd">
|
||||
<div class="d7bedc lvshicms-panel__head active bottom-line clearfix">
|
||||
<h2 class="f48698 title"> 好莱坞榜单 </h2>
|
||||
<a class="c502a3 more text-muted right bg" href="javascript::">票房(亿) </a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="a0c205 lvshicms-panel_bd">
|
||||
<ul class="f39a35 lvshicms-vodlist__text col-pd clearfix">
|
||||
<div class="d752db row">
|
||||
<ul class="e72f7b img-list col-md-wide-12 col-sm-wide-1 col-xs-1 p-sm-0 p-xs-5">
|
||||
{foreach $arrVideoPiaofang as $key=>$Video }
|
||||
{include file="public/video-list-phb" start="27" /}
|
||||
{include file="public/video-list-shu-pf" start="0" col-md="5"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="bd998f row">
|
||||
<div class="c9d5a5 col-xs-1">
|
||||
<div class="d739ec lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="f2c9c4 lvshicms-panel-box clearfix">
|
||||
<div class="aa80ce lvshicms-panel_hd">
|
||||
<div class="c49f14 lvshicms-panel__head bottom-line active clearfix">
|
||||
<h2 class="a9d97c title">最新上映</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="a27622 lvshicms-panel_bd clearfix">
|
||||
<ul class="bbf222 lvshicms-vodlist clearfix">
|
||||
{video:list count="6"
|
||||
sort_type="news"
|
||||
d_key="key" d_val="Video" cache_life="86400"}
|
||||
|
||||
{include file="public/video-list-shu" start="0" col-lg="6"/}
|
||||
|
||||
{/video:list}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
{include file="public/video-panel" /}
|
||||
{/video:categorytype}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{/block}
|
||||
|
||||
{block name="customize"}
|
||||
|
||||
@@ -1,49 +1,46 @@
|
||||
<div class="df0a63 lvshicms-foot clearfix" style="padding-top:0px;">
|
||||
<div class="fa6207 container">
|
||||
<div class="f8fa68 row">
|
||||
<div class="d4ce18 col-xs-1">
|
||||
<div class="be974b lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="cbdc99 lvshicms-panel-box clearfix">
|
||||
<div class="f98dfa lvshicms-panel_hd">
|
||||
<div class="bd50fd lvshicms-panel__head clearfix">
|
||||
<h3 class="f7c1b4 title"> 友情链接 </h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="f9bdb5 lvshicms-panel_bd clearfix">
|
||||
<div class="f358be col-xs-1">
|
||||
<ul class="a085fb lvshicms-link__text clearfix">
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="aa00ab col-xs-1">
|
||||
<div class="cea0ad col-pd text-center">
|
||||
<p>
|
||||
<!-- <a href="/rss/index.xml" target="_blank">RSS地图</a>
|
||||
<footer class="eef3f2 footer text-center">
|
||||
<div class="a73f1c footer-nav hidden-xs">
|
||||
<!-- <a rel="nofollow" href="/map.html" target="_blank">网站地图</a>
|
||||
-
|
||||
<a href="/rss/index.xml" target="_blank">RSS地图</a>
|
||||
-
|
||||
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
|
||||
-
|
||||
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
|
||||
<a href="/rss/google.xml" target="_blank">谷歌Sitemap</a> -->
|
||||
-
|
||||
<a href="/rss/google.xml" target="_blank">谷歌Sitemap</a>-->
|
||||
|
||||
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
|
||||
-
|
||||
<a href="/robots.txt" target="_blank">网站地图</a>
|
||||
|
||||
{ad:list code="YOUQING_LIANJIE_GUANG_GAO" order="desc" limit="2" id="ad"}
|
||||
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank">{$ad.gg_wen_zi}
|
||||
</a>
|
||||
{/ad:list}
|
||||
</p>
|
||||
<p>Copyright © 2025 {$DomainModel->d_name} <a href="/"> {$DomainModel->d_domain}</a>All Rights Reserved .</p>
|
||||
<p>若本站收录内容侵犯了您的权益,请给我们留言,本站将第一时间处理。</p>
|
||||
</div>
|
||||
<p>Copyright © 2020-2025 <b style=" font:Verdana, Arial, Helvetica, sans-serif"><a href="/">
|
||||
<font color="#CC0000">{$DomainModel->d_domain}</font>
|
||||
</a></b> .All Rights Reserved .</p>
|
||||
<p>本网站所有内容均来源于互联网,若收录的节目无意侵犯了贵司版权,请给我们留言,我们会第一时间处理!</p>
|
||||
<p>反馈邮箱:{site:cfg code="YOU_XIANG" encode="false"/}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="b3f1cb lvshicms-extra clearfix">
|
||||
<li> <a class="fb9d99 backtop" href="javascript:scroll(0,0)" title="返回顶部" style="display: none;"><i
|
||||
class="f6e490 fa fa-angle-up"></i></a> </li>
|
||||
</footer>
|
||||
<ul class="b3f942 top-tool">
|
||||
<li class="decc5c back-top mask"><span class="d2c1bf iconfont icon-top font18"></span></li>
|
||||
</ul>
|
||||
|
||||
<script>
|
||||
|
||||
(function () {
|
||||
var bp = document.createElement('script');
|
||||
var curProtocol = window.location.protocol.split(':')[0];
|
||||
if (curProtocol === 'https') {
|
||||
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
|
||||
}
|
||||
else {
|
||||
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
|
||||
}
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(bp, s);
|
||||
})();
|
||||
</script>
|
||||
@@ -1,21 +1,13 @@
|
||||
|
||||
|
||||
<li>
|
||||
<?php $key ++ ?>
|
||||
<i>{$key}</i>
|
||||
<span class="eed7e3 text-color pull-right">{$Video.v_box_office ?? 0}</span>
|
||||
{if !empty($arrGrm[$key + [start]])}
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
{/if}
|
||||
<?php $key ++ ?>
|
||||
<a class="ae5cfc text-overflow" href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
|
||||
title="{$Video.v_name}">
|
||||
<span class='c4df4f pull-right text-muted visible-lg '>
|
||||
{$Video.v_box_office ?? 0}
|
||||
</span>
|
||||
<span class='dd3e38 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>
|
||||
{$Video.v_name}
|
||||
</a>
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
<li class="f88537 col-md-5 col-sm-3 col-xs-2 pb-xs-0 ">
|
||||
{if !empty($arrGrm[$key + [start]])}
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
{/if}
|
||||
<a class="b02e75 img-pic thumb pic60 lazyload"
|
||||
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 ?? ''}免费高清电影在线观看"
|
||||
data-src="{$Video.v_pic ?? ''}"
|
||||
style="background-image: url("/static/img/load.png");">
|
||||
<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="bb17e9 iconfont icon-play play hidden-xs"></span>
|
||||
<span class="e31f51 score">{$Video.v_box_office ?? 0}亿</span>
|
||||
<span class="c1e321 vname">{$Video.v_name}</span>
|
||||
<span class="c68e08 vtitle text-right">{$Video.v_remarks}</span>
|
||||
</a>
|
||||
<div class="ac00f9 name 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>
|
||||
</div>
|
||||
<div class="e2a75d sname text-muted text-overflow hidden"></div>
|
||||
</li>
|
||||
@@ -1,25 +1,28 @@
|
||||
|
||||
|
||||
<li class="fc7a7d col-lg-[col-lg] col-md-4 col-sm-3 col-xs-2">
|
||||
<div class="a9a18d lvshicms-vodlist__box">
|
||||
<li class="f88537 col-md-[col-md] col-sm-3 col-xs-2 pb-xs-0 ">
|
||||
{if !empty($arrGrm[$key + [start]])}
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
{/if}
|
||||
<a class="d0ff14 lvshicms-vodlist__thumb"
|
||||
<a class="b02e75 img-pic thumb pic60 lazyload-bg"
|
||||
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"
|
||||
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看"
|
||||
data-src="{$Video.v_pic ?? ''}"
|
||||
style="background-image: url("/static/img/load.png");">
|
||||
<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="c3b20e play hidden-xs"></span>
|
||||
<span class="bf637e pic-text text-right">{$Video.v_remarks}</span>
|
||||
|
||||
<span class="bb17e9 iconfont icon-play play hidden-xs"></span>
|
||||
<span class="e31f51 score">{$Video.v_score}</span>
|
||||
<span class="c1e321 vname">{$Video.v_name}</span>
|
||||
<span class="c68e08 vtitle text-right">{$Video.v_remarks}</span>
|
||||
</a>
|
||||
<div class="dbbcf6 lvshicms-vodlist__detail">
|
||||
<h3 class="c9c8c4 title text-overflow">
|
||||
<h3 class="ac00f9 name text-overflow">
|
||||
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
|
||||
title="{$Video.v_name}">{$Video.v_name}</a></h3>
|
||||
<p class="ed925a text text-overflow text-muted hidden-xs">简介:{$Video.v_description|raw}</p>
|
||||
</div>
|
||||
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">{$Video.v_name}</a>
|
||||
</h3>
|
||||
<div class="e2a75d sname text-muted text-overflow hidden">
|
||||
{volist name='$Video.v_actor' id='vo' key='index'}
|
||||
{$vo}
|
||||
|
||||
{/volist}
|
||||
</div>
|
||||
</li>
|
||||
@@ -1,48 +1,75 @@
|
||||
|
||||
|
||||
<div class="c0490f layout-box">
|
||||
<div class="ac085e box-title"><span class="e090e3 iconfont icon-mov"></span>
|
||||
<h2>{$val.v_category} </h2>
|
||||
<a class="ef634b box-more pull-right"
|
||||
href='{site:vclurl parent_category="$val.v_category_en" category="all" area="all" lang="all" year="all" order="all" page="1"/}'>
|
||||
更多<i> >
|
||||
</i>
|
||||
</a>
|
||||
<div class="a8c5af box-nav pull-right hidden-xs"></div>
|
||||
</div>
|
||||
<div class="fc3313 row">
|
||||
<div class="dbb502 col-md-wide-25 pt-xs-0 hidden ">
|
||||
<div class="fedbae box-title mb-xs-0 mt-xs-5 hidden-sm hidden-xs"><span
|
||||
class="be626f title-lb pr-xs-5 ml-xs-5"></span>
|
||||
<h2>{$val.v_category}周榜单</h2>
|
||||
<a class="dfb71d box-more pull-right" href='{site:vrlurl parent_category="$val.v_category_en" category="all" sort_type="daily" page="1"/}'>更多<i>></i></a>
|
||||
</div>
|
||||
|
||||
<div class="eb5be5 row">
|
||||
<div class="fb7647 col-xs-1 col-md-wide-75">
|
||||
<div class="eceb3c lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="b173ae lvshicms-panel-box clearfix">
|
||||
<div class="f66d8c lvshicms-panel_bd clearfix">
|
||||
<div class="bf9492 lvshicms-panel_hd">
|
||||
<div class="be8a1c lvshicms-panel__head bottom-line active clearfix">
|
||||
<h2 class="a1100b title"> 最新{$val.v_category} </h2>
|
||||
<a class="ec883e more text-muted right bg" href='{site:vclurl parent_category="$val.v_category_en" category="all" area="all" lang="all" year="all" order="all" page="1"/}'>更多 <i
|
||||
class="fbbd96 fa fa-angle-right"></i></a>
|
||||
<div class="ecdc91 box-slide hidden hidden-sm hidden-xs swiper-fade swiper-initialized swiper-horizontal swiper-pointer-events"
|
||||
id="box-slide-index" style="height:238px">
|
||||
<div class="c56fb9 swiper-wrapper img-list" style="overflow: hidden; transition-duration: 0ms;"
|
||||
id="swiper-wrapper-9e856310d7b2691e6" aria-live="off">
|
||||
{video:ranklist count="1"
|
||||
v_parent_category_en="$val.v_category_en"
|
||||
sort_type="weekly"
|
||||
d_key="key" d_val="Video" cache_life="86400"}
|
||||
<div class="b29a65 swiper-slide swiper-slide-duplicate" data-swiper-slide-index="4">
|
||||
<a class="e474a3 img-pic thumb swiper-lazy lazyload-bg"
|
||||
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 ?? ''}免费高清电影在线观看"
|
||||
data-src="{$Video.v_pic ?? ''}"
|
||||
style="background-image: url("/template/videolaoniu/images/pic.png");">
|
||||
<img class="lazyload-img" src="/template/videolaoniu/images/pic.png" data-src="{$Video.v_pic ?? ''}"
|
||||
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
||||
<span class="ed0f23 vtitle text-right">{$Video.v_remarks}</span>
|
||||
<div class="fd7210 swiper-lazy-preloader"></div>
|
||||
</a>
|
||||
<div class="c27622 name text-overflow hidden">
|
||||
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}' title="{$Video.v_name}">{$Video.v_name}</a>
|
||||
</div>
|
||||
<div class="a45e87 sname text-muted text-overflow hidden">
|
||||
{volist name='$Video.v_actor' id='vo' key='index'}
|
||||
{$vo}
|
||||
|
||||
{/volist}
|
||||
</div>
|
||||
</div>
|
||||
<ul class="d9e43b lvshicms-vodlist clearfix">
|
||||
{video:list count="8" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="86400"}
|
||||
{include file="public/video-list-shu" start="27" col-lg="4"/}
|
||||
{/video:list}
|
||||
</ul>
|
||||
{/video:ranklist}
|
||||
|
||||
</div>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="a51b92 hidden-xs hidden-sm col-md-wide-25">
|
||||
<div class="cc593d lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="dcb74d lvshicms-panel-box clearfix">
|
||||
<div class="dae8b0 lvshicms-panel_hd">
|
||||
<div class="d7bedc lvshicms-panel__head active bottom-line clearfix">
|
||||
<h2 class="f48698 title"> {$val.v_category}周榜单 </h2>
|
||||
<a class="c502a3 more text-muted right bg" href="{$strRankUrlTemp}">更多 <i
|
||||
class="ed6c4f fa fa-angle-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="a0c205 lvshicms-panel_bd">
|
||||
<ul class="f39a35 lvshicms-vodlist__text col-pd clearfix">
|
||||
{video:ranklist count="17"
|
||||
|
||||
<ul class="cb7e0c txt-list txt-list-hot p-xs-0 hidden-sm hidden-xs">
|
||||
{video:ranklist count="8"
|
||||
v_parent_category_en="$val.v_category_en"
|
||||
sort_type="weekly"
|
||||
d_key="key" d_val="Video" cache_life="86400"}
|
||||
{include file="public/video-list-phb" start="80"/}
|
||||
{/video:ranklist}
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="c5fe5e col-md-wide-75 col-xs-1 p-xs-0 ">
|
||||
<ul class="f63186 img-list col-md-wide-12 col-sm-wide-1 col-xs-1 p-sm-0 p-xs-5">
|
||||
{video:list count="12" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="86400"}
|
||||
{include file="public/video-list-shu" start="27" col-md="4"/}
|
||||
{/video:list}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -25,38 +25,32 @@
|
||||
{/block}
|
||||
|
||||
{block name="main"}
|
||||
<div class="container">
|
||||
<div class="a0395c container" style="margin-top:10px">
|
||||
|
||||
|
||||
<div class="eb5be5 row">
|
||||
<div class="fb7647 col-xs-1 col-md-wide-75">
|
||||
<div class="eceb3c lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="b173ae lvshicms-panel-box clearfix">
|
||||
<div class="f66d8c lvshicms-panel_bd clearfix">
|
||||
<div class="bf9492 lvshicms-panel_hd">
|
||||
<div class="be8a1c lvshicms-panel__head bottom-line active clearfix">
|
||||
<h3 class="a1100b title"> 观看记录 </h3>
|
||||
<div class="a0f98b row">
|
||||
<div class="fd0958 col-md-wide-75 col-sm-wide-1 pt-xs-0 pr-xs-5 mt-xs-0 main-left">
|
||||
<div class="f96105 pannel-box mt-xs-0 clearfix">
|
||||
|
||||
<div class="cd1b0f box-title">
|
||||
<h2 class="a1100b title"> 观看记录 </h2>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="d9e43b lvshicms-vodlist clearfix" id="historyContainer">
|
||||
|
||||
<div class="ca586e clearfix" id="content">
|
||||
<ul class="fb3c38 img-list clearfix news-list hide-hits" id="historyContainer">
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="fb44a5 col-md-wide-25 pt-xs-0 main-right hidden-sm hidden-xs" style="position:sticky;top:-10px;">
|
||||
<div class="dfb7d2 pannel-box mt-xs-0 clearfix">
|
||||
<div class="e3a1c3 box-title "><span class="dea086 title-lb"></span>
|
||||
<h2>热门影视</h2>
|
||||
</div>
|
||||
<div class="a51b92 hidden-xs hidden-sm col-md-wide-25">
|
||||
<div class="cc593d lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="dcb74d lvshicms-panel-box clearfix">
|
||||
<div class="dae8b0 lvshicms-panel_hd">
|
||||
<div class="d7bedc lvshicms-panel__head active bottom-line clearfix">
|
||||
<h3 class="f48698 title">周榜单 </h3>
|
||||
<a class="c502a3 more text-muted right bg" href="{$strRankUrlTemp}">更多 <i
|
||||
class="ed6c4f fa fa-angle-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="a0c205 lvshicms-panel_bd">
|
||||
<ul class="f39a35 lvshicms-vodlist__text col-pd clearfix">
|
||||
<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"}
|
||||
@@ -66,13 +60,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
{/block}
|
||||
{block name="customize"}
|
||||
<script>
|
||||
@@ -82,25 +72,38 @@
|
||||
// 调用展示书架功能
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
const secondTemplate = `
|
||||
<li class="fc7a7d col-lg-[col-lg] col-md-4 col-sm-3 col-xs-2">
|
||||
<div class="a9a18d lvshicms-vodlist__box">
|
||||
<a class="d0ff14 lvshicms-vodlist__thumb lazyload lazyload-bg"
|
||||
href="{{videoUrl}}"
|
||||
|
||||
<li class="ccd9aa col-md-1 col-sm-1 col-xs-1 pl-xs-5 mb-xs-10">
|
||||
<div class="b67059 col-md-4 col-sm-wide-3 col-xs-wide-4 p-xs-0 ">
|
||||
<a
|
||||
class="a00f7f img-pic lazyload-bg"
|
||||
href='{{videoUrl}}'
|
||||
title="{{videoName}}"
|
||||
data-src="{{videoPic}}"
|
||||
data-original="{{videoPic}}"
|
||||
style="background-image: url('{{videoPic}}');">
|
||||
<span class="c3b20e play hidden-xs"></span>
|
||||
<span class="bf637e pic-text text-right">{{videoRemarks}}</span>
|
||||
style="background-image: url("{{videoPic}}");"><span
|
||||
class="f90881 vtitle text-right">{{videoRemarks}}</span>
|
||||
</a>
|
||||
<div class="dbbcf6 lvshicms-vodlist__detail">
|
||||
<h4 class="c9c8c4 title text-overflow">
|
||||
<a href="{{videoUrl}}" title="{{videoName}}">{{videoName}}</a>
|
||||
</h4>
|
||||
<p class="ed925a text text-overflow text-muted hidden-xs">描述:{{videoDescription}}</p>
|
||||
</div>
|
||||
<div
|
||||
class="e2b27b col-md-wide-75 col-sm-wide-7 col-xs-wide-6 pl-md-20 pl-xs-10 pt-xs-0 pb-xs-0">
|
||||
<div class="db294c text-overflow">
|
||||
<h2 class="a752bf z-blod font16 pull-left">
|
||||
<a href='{{videoUrl}}'
|
||||
title="{{videoName}}">{{videoName}}</a>
|
||||
</h2>
|
||||
<span class="b89e08 text-color pull-right search-hits">4</span>
|
||||
</div>
|
||||
<div class="e2d722 news-tips mt-xs-10 pl-xs-0">
|
||||
<a href='{{videoUrl}}'>{{videoParentCategory}}</a>
|
||||
</div>
|
||||
<div class="a9acf3 vod-txt text-muted mt-xs-10">
|
||||
{{videoDescription}}
|
||||
</div>
|
||||
<div class="ddbc0b news-tips hidden-xs mt-xs-10 pl-xs-0">
|
||||
{{videoActor}}
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
`;
|
||||
// 调用展示书架功能
|
||||
displayHistory(secondTemplate);
|
||||
|
||||
@@ -111,16 +111,11 @@ d_key="d_key" d_val="Video" p_val="page_data" func="generateVideoPager" export
|
||||
{block name="main"}
|
||||
|
||||
|
||||
<div class="bac3b3 container" style="margin-top:10px;">
|
||||
|
||||
<h1 class="view-title">
|
||||
|
||||
{site:replace code="VIDEO@GETCATEGORY@H1"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETCATEGORY@TEXT"}</h4>
|
||||
|
||||
<div class="cfa4e9 container">
|
||||
<div class="db105d layout-box top-weizhi mb-xs-0 hidden-sm hidden-xs">
|
||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||
<li>当前位置:</li>
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href="/" itemprop="item">
|
||||
<span itemprop="name">首页</span>
|
||||
@@ -134,42 +129,66 @@ d_key="d_key" d_val="Video" p_val="page_data" func="generateVideoPager" export
|
||||
<meta itemprop="position" content="2" />
|
||||
</li>
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" area="all" lang="all" year="all" order="all" page="1"/}' itemprop="item">
|
||||
<a href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" area="all" lang="all" year="all" order="all" page="1"/}'
|
||||
itemprop="item">
|
||||
<span itemprop="name">{site:getval code="strVideoCategoryName" /}</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="3" />
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<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"> {site:getval code="strVideoParentCategoryName" /} 筛选</h2>
|
||||
<h1 class="view-title">
|
||||
|
||||
{site:replace code="VIDEO@GETCATEGORY@H1"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETCATEGORY@TEXT"}</h4>
|
||||
|
||||
<div class="dd4456 type-box clearfix">
|
||||
<div class="f008a5 type-title bottom-line">
|
||||
<span class="c3d883 pull-left" id="conreset">
|
||||
<a href="#">重新筛选</a>
|
||||
</span>
|
||||
<span class="a75037 pull-right slideDown-btn up" id="slideDown-box">收起<i
|
||||
class="c3d178 iconfont icon-up"></i>
|
||||
</span>
|
||||
</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>
|
||||
|
||||
|
||||
<div class="d2a62b slideDown-box">
|
||||
|
||||
<div class="d6afbc type-select type-select-slide swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode"
|
||||
style="height:55px">
|
||||
<ul class="b44e9d swiper-wrapper" id="swiper-wrapper-f8ad8b226c38851e" aria-live="polite">
|
||||
<li class="a4e370 swiper-slide swiper-slide-active" role="group" aria-label="1 / 8"><a
|
||||
class="c698b6 text-muted">分类</a></li>
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
<li >
|
||||
<a href='{site:vclurl parent_category="$val.v_category_en" category="all" area="$Request.route.strArea" lang="$Request.route.strLang" year="$Request.route.strYear" order="$Request.route.strOrder" page="$Request.route.intPage"}'
|
||||
class="c65506 btn {if $Request.route.strParentCategory == $val.v_category_en}btn-warm{/if}">
|
||||
<li
|
||||
class="c62f86 swiper-slide {if $Request.route.strParentCategory == $val.v_category_en}active{/if} swiper-slide-next">
|
||||
<a
|
||||
href='{site:vclurl parent_category="$val.v_category_en" category="all" area="$Request.route.strArea" lang="$Request.route.strLang" year="$Request.route.strYear" order="$Request.route.strOrder" page="$Request.route.intPage"}'>
|
||||
{$val.v_category}
|
||||
</a>
|
||||
</li>
|
||||
{/video:categorytype}
|
||||
</ul>
|
||||
<ul class="d353e6 lvshicms-screen__list clearfix" data-align="left">
|
||||
<li> <a class="af2d48 btn text-muted">剧情</a> </li>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
|
||||
<div style="height:55px"
|
||||
class="cacdfa type-select type-select-slide swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode">
|
||||
<ul class="dd4d5b swiper-wrapper" id="swiper-wrapper-e663a425f51df766" aria-live="polite">
|
||||
<li class="e236d4 swiper-slide swiper-slide-active" role="group" aria-label="1 / 10"><a
|
||||
class="c96097 text-muted">类型</a></li>
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
{if $val.v_category_en == $Request.route.strParentCategory}
|
||||
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
|
||||
<li>
|
||||
<a class=" a618ce btn {if $Request.route.strCategory == $arrChildrenCategory.v_category_en}btn-warm{/if}"
|
||||
<li
|
||||
class="a85999 swiper-slide {if $Request.route.strCategory == $arrChildrenCategory.v_category_en}active{/if}">
|
||||
<a
|
||||
href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$arrChildrenCategory.v_category_en" area="$Request.route.strArea" lang="$Request.route.strLang" year="$Request.route.strYear" order="$Request.route.strOrder" page="$Request.route.intPage"}'>{$arrChildrenCategory.v_category}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
@@ -177,65 +196,84 @@ d_key="d_key" d_val="Video" p_val="page_data" func="generateVideoPager" export
|
||||
{/video:categorytype}
|
||||
|
||||
</ul>
|
||||
<ul class="b03fb8 lvshicms-screen__list clearfix" data-align="left">
|
||||
<li> <a class="aca9e5 btn text-muted">地区</a> </li>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
|
||||
<div style="height:55px"
|
||||
class="a22767 type-select type-select-slide swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode">
|
||||
<ul class="d44a2d swiper-wrapper" id="swiper-wrapper-7b9a8d777f6108694" aria-live="polite">
|
||||
<li class="e2c29c swiper-slide swiper-slide-active" role="group" aria-label="1 / 13"><a
|
||||
class="f89be7 text-muted">地区</a></li>
|
||||
{video:area d_key="key" d_val="val"}
|
||||
<li >
|
||||
<a href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" area="$key" lang="$Request.route.strLang" year="$Request.route.strYear" order="$Request.route.strOrder" page="$Request.route.intPage"}'
|
||||
class=" ae52d4 btn {if $Request.route.strArea == $key}btn-warm{/if}">{$val}</a>
|
||||
<li class="e045e3 swiper-slide {if $Request.route.strArea == $key}active{/if}">
|
||||
<a
|
||||
href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" area="$key" lang="$Request.route.strLang" year="$Request.route.strYear" order="$Request.route.strOrder" page="$Request.route.intPage"}'>{$val}</a>
|
||||
</li>
|
||||
{/video:area}
|
||||
|
||||
</ul>
|
||||
<ul class="a383e9 lvshicms-screen__list clearfix" data-align="left">
|
||||
<li> <a class="e49c5f btn text-muted">年份</a> </li>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
|
||||
<div style="height:55px"
|
||||
class="dc7d8b type-select type-select-slide swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode">
|
||||
<ul class="ce89a4 swiper-wrapper" id="swiper-wrapper-4d392443bbf795ee" aria-live="polite">
|
||||
<li class="ba1423 swiper-slide swiper-slide-active" role="group" aria-label="1 / 18"><a
|
||||
class="e4be3b text-muted">年代</a></li>
|
||||
{video:year d_key="key" d_val="val"}
|
||||
<li >
|
||||
<a href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" area="$Request.route.strArea" lang="$Request.route.strLang" year="$key" order="$Request.route.strOrder" page="$Request.route.intPage"}'
|
||||
class=" e230a5 btn {if $Request.route.strYear == $key}btn-warm{/if}">{$val}</a>
|
||||
<li class="c9a468 swiper-slide {if $Request.route.strYear == $key}active{/if}" role="group"
|
||||
aria-label="3 / 18">
|
||||
<a
|
||||
href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" area="$Request.route.strArea" lang="$Request.route.strLang" year="$key" order="$Request.route.strOrder" page="$Request.route.intPage"}'>{$val}</a>
|
||||
</li>
|
||||
{/video:year}
|
||||
|
||||
</ul>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
|
||||
<ul class="a383e9 lvshicms-screen__list clearfix" data-align="left">
|
||||
<li> <a class="e49c5f btn text-muted">语言</a> </li>
|
||||
<div style="height:55px"
|
||||
class="dc7d8b type-select type-select-slide swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode">
|
||||
<ul class="ce89a4 swiper-wrapper" id="swiper-wrapper-4d392443bbf795ee" aria-live="polite">
|
||||
<li class="ba1423 swiper-slide swiper-slide-active" role="group" aria-label="1 / 18"><a
|
||||
class="e4be3b text-muted">语言</a></li>
|
||||
{video:lang d_key="key" d_val="val"}
|
||||
|
||||
<li >
|
||||
<a href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" area="$Request.route.strArea" lang="$key" year="$Request.route.strYear" order="$Request.route.strOrder" page="$Request.route.intPage"}'
|
||||
class="c32026 btn {if $Request.route.strLang == $key}btn-warm{/if}">{$val}</a>
|
||||
<li class="c9a468 swiper-slide {if $Request.route.strLang == $key}active{/if}" role="group"
|
||||
aria-label="3 / 18">
|
||||
<a
|
||||
href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" area="$Request.route.strArea" lang="$key" year="$Request.route.strYear" order="$Request.route.strOrder" page="$Request.route.intPage"}'>{$val}</a>
|
||||
</li>
|
||||
{/video:lang}
|
||||
|
||||
</ul>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
<ul class="d95c02 lvshicms-screen__list clearfix" data-align="left">
|
||||
<li> <a class="d40281 btn text-muted">排序</a> </li>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="ee356a layout-box">
|
||||
<div class="e3c2c3 row">
|
||||
<div class="eba0b0 type-order clearfix ajax-nav-tabs">
|
||||
{video:sort d_key="key" d_val="val"}
|
||||
<li>
|
||||
<a class="c32026 btn {if $Request.route.strOrder == $key}btn-warm{/if}"
|
||||
href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" area="$Request.route.strArea" lang="$Request.route.strLang" year="$Request.route.strYear" order="$key" page="$Request.route.intPage"}'>
|
||||
{$val}
|
||||
<a href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" area="$Request.route.strArea" lang="$Request.route.strLang" year="$Request.route.strYear" order="$key" page="$Request.route.intPage"}'
|
||||
class="d3b772 {if$Request.route.strOrder == $key}active{/if}">
|
||||
{$val}{site:getval code="strVideoParentCategoryName" /}
|
||||
</a>
|
||||
</li>
|
||||
{/video:sort}
|
||||
|
||||
</ul>
|
||||
<!-- <span class="b9e52b pull-right font13 text-muted">共有“<span class="ac7053 text-color"
|
||||
id="mac_total">{$resData.p_data.total}</span>”部{site:getval code="strVideoParentCategoryName"
|
||||
/}</span> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="aed4a1 lvshicms-panel active lvshicms-panel-bg clearfix">
|
||||
<div class="dbaf2a lvshicms-panel-box clearfix">
|
||||
<div class="e028a7 lvshicms-panel_bd">
|
||||
<ul class="c75497 lvshicms-vodlist clearfix">
|
||||
|
||||
<ul class="c8ffac img-list hidden" id="content">
|
||||
{foreach $resData.data as $key=>$Video}
|
||||
{include file="public/video-list-shu" start="0" col-lg="6"/}
|
||||
{include file="public/video-list-shu" start="0" col-md="6"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="ae5171 lvshicms-page text-center clearfix">
|
||||
<div id="page" class="d7d7dc mt-xs-10">
|
||||
<ul>
|
||||
{volist name="resData.p_data.pager" id="vo" key="k"}
|
||||
{switch $vo.label}
|
||||
{case value="上一页"}
|
||||
@@ -254,15 +292,21 @@ d_key="d_key" d_val="Video" p_val="page_data" func="generateVideoPager" export
|
||||
{/case}
|
||||
{default /}
|
||||
{if preg_match('/^\d+$/', $vo.label)}
|
||||
<li >
|
||||
<a href="{$vo.url}" class='cc4f99 btn {eq name="vo.label" value="$Request.route.intPage"}btn-warm {/eq} btn-default '>{$vo.label}</a>
|
||||
<li>
|
||||
<a href="{$vo.url}"
|
||||
class='cc4f99 btn {eq name="vo.label" value="$Request.route.intPage"}btn-warm {/eq} btn-default '>{$vo.label}</a>
|
||||
</li>
|
||||
{/if}
|
||||
{/switch}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <script>
|
||||
$("#mac_total").text(18559);
|
||||
</script> -->
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{/block}
|
||||
{block name="customize"}
|
||||
|
||||
@@ -101,14 +101,12 @@
|
||||
|
||||
{block name="main"}
|
||||
|
||||
<div class="bc22cc container">
|
||||
<h1 class="view-title">
|
||||
{site:replace code="VIDEO@GETCATEGORYINDEX@H1"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETCATEGORYINDEX@TEXT"}</h4>
|
||||
<div class="e81961 container">
|
||||
<div class="ab8b1c layout-box top-weizhi mb-xs-0 hidden-sm hidden-xs">
|
||||
|
||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||
<li>当前位置:</li>
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href="/" itemprop="item">
|
||||
<span itemprop="name">首页</span>
|
||||
@@ -123,71 +121,124 @@
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<h1 class="view-title">
|
||||
{site:replace code="VIDEO@GETCATEGORYINDEX@H1"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETCATEGORYINDEX@TEXT"}</h4>
|
||||
|
||||
<div class="c2910f layout-box mcat-box clearfix">
|
||||
<ul class="a21b88 col-md-wide-4 col-sm-wide-4 col-xs-wide-1">
|
||||
<li class="e49b40 col-md-1 col-sm-1 col-xs-10 text-overflow font16">分类</li>
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
{if $val.v_category_en == $Request.route.strParentCategory}
|
||||
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
|
||||
<li class="f1a846 col-md-6 col-sm-4 col-xs-10 text-overflow ">
|
||||
<a
|
||||
href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$arrChildrenCategory.v_category_en" area="all" lang="all" year="all" order="all" page="1"}'>{$arrChildrenCategory.v_category}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
{/if}
|
||||
{/video:categorytype}
|
||||
</ul>
|
||||
<ul class="e8b02e col-md-wide-3 col-sm-wide-3 col-xs-wide-1">
|
||||
<li class="a1ebc7 col-md-1 col-sm-1 col-xs-10 text-overflow font16">地区</li>
|
||||
<?php $intVideoAreaIdex = 0 ;?>
|
||||
{video:area d_key="key" d_val="val"}
|
||||
<?php $intVideoAreaIdex ++ ;?>
|
||||
{if $intVideoAreaIdex < 11} <li class="b0b8bc col-md-5 col-sm-4 col-xs-10 text-overflow ">
|
||||
<a
|
||||
href='{site:vclurl parent_category="$Request.route.strParentCategory" category="all" area="$key" lang="all" year="all" order="all" page="1"}'>{$val}</a>
|
||||
</li>
|
||||
{/if}
|
||||
{/video:area}
|
||||
</ul>
|
||||
<ul class="e4cbf7 col-md-wide-3 col-sm-wide-3 col-xs-wide-1">
|
||||
<li class="e2dea0 col-md-1 col-sm-1 col-xs-10 text-overflow font16">年份</li>
|
||||
<?php $intVideoYearIdex = 0 ;?>
|
||||
{video:year d_key="key" d_val="val"}
|
||||
<?php $intVideoYearIdex ++ ;?>
|
||||
{if $intVideoYearIdex < 11} <li class="b0b8bc col-md-5 col-sm-4 col-xs-10 text-overflow ">
|
||||
<a
|
||||
href='{site:vclurl parent_category="$Request.route.strParentCategory" category="all" area="all" lang="all" year="$key" order="all" page="1"}'>{$val}</a>
|
||||
</li>
|
||||
{/if}
|
||||
{/video:year}
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div class="ca7d94 layout-box clearfix">
|
||||
<div class="eb3e0f box-title"><span class="fa2b51 iconfont icon-remen"></span>
|
||||
<h2>热播推荐</h2>
|
||||
<a class="bfe700 box-more pull-right"
|
||||
href='{site:vclurl parent_category="$Request.route.v_parent_category_en" category="all" area="all" lang="all" year="all" order="tuijian" page="1"}'>
|
||||
全部<i>></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="a48c40 row">
|
||||
<ul class="e72f7b img-list col-md-wide-12 col-sm-wide-1 col-xs-1 p-sm-0 p-xs-5">
|
||||
{video:list count="10"
|
||||
v_parent_category_en="$Request.route.strParentCategory"
|
||||
v_lang_en="all"
|
||||
v_area_en="all"
|
||||
v_year="all"
|
||||
sort_type="tuijian"
|
||||
d_key="d_key" d_val="Video" cache_life="86400"}
|
||||
{include file="public/video-list-shu" start="0" col-md="5"/}
|
||||
{/video:list}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
{if $val.v_category_en == $Request.route.strParentCategory}
|
||||
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
|
||||
|
||||
|
||||
|
||||
<div class="eb5be5 row">
|
||||
<div class="fb7647 col-xs-1 col-md-wide-75">
|
||||
<div class="eceb3c lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="b173ae lvshicms-panel-box clearfix">
|
||||
<div class="f66d8c lvshicms-panel_bd clearfix">
|
||||
<div class="bf9492 lvshicms-panel_hd">
|
||||
<div class="be8a1c lvshicms-panel__head bottom-line active clearfix">
|
||||
<h2 class="a1100b title"> 最新{$arrChildrenCategory.v_category} </h2>
|
||||
<a class="ec883e more text-muted right bg"
|
||||
href='{site:vclurl parent_category="$val.v_category_en" category="all" area="all" lang="all" year="all" order="all" page="1"/}'>更多
|
||||
<i class="fbbd96 fa fa-angle-right"></i></a>
|
||||
<div class="b5fa79 layout-box">
|
||||
<div class="db2dba box-title"><span class="b0c256 title-lb"></span>
|
||||
<h2>{$arrChildrenCategory.v_category}</h2>
|
||||
<a class="eee635 box-more pull-right"
|
||||
href='{site:vclurl parent_category="$Request.route.v_parent_category_en" category="$arrChildrenCategory.v_category_en" area="all" lang="all" year="all" order="all" page="1"}'>
|
||||
更多<i>></i></a>
|
||||
</div>
|
||||
<div class="a11b04 row">
|
||||
<div class="ebc7cc col-md-wide-25 pt-xs-5 hidden-sm hidden-xs">
|
||||
<div class="d99edd box-title"><span class="c983b4 iconfont icon-paihang"></span>
|
||||
<h2>{$arrChildrenCategory.v_category}推荐</h2>
|
||||
</div>
|
||||
<ul class="d9e43b lvshicms-vodlist clearfix">
|
||||
{video:list count="8"
|
||||
<ul class="b74f7e txt-list txt-list-hot pt-xs-0">
|
||||
{video:ranklist count="15"
|
||||
v_category_en="$arrChildrenCategory.v_category_en"
|
||||
sort_type="weekly"
|
||||
d_key="key" d_val="Video" cache_life="86400"}
|
||||
{include file="public/video-list-phb" start="11"/}
|
||||
{/video:ranklist}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="ea7f48 col-md-wide-75 p-xs-0">
|
||||
<ul class="ee3a83 img-list clearfix">
|
||||
{video:list count="12"
|
||||
v_category_en="$arrChildrenCategory.v_category_en"
|
||||
v_lang_en="all"
|
||||
v_area_en="all"
|
||||
v_year="all"
|
||||
sort_type="news"
|
||||
d_key="d_key" d_val="Video" cache_life="86400"}
|
||||
{include file="public/video-list-shu" start="27" col-lg="4"/}
|
||||
{include file="public/video-list-shu" start="27" col-md="4"/}
|
||||
{/video:list}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="a51b92 hidden-xs hidden-sm col-md-wide-25">
|
||||
<div class="cc593d lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="dcb74d lvshicms-panel-box clearfix">
|
||||
<div class="dae8b0 lvshicms-panel_hd">
|
||||
<div class="d7bedc lvshicms-panel__head active bottom-line clearfix">
|
||||
<h2 class="f48698 title"> {$arrChildrenCategory.v_category}周榜单 </h2>
|
||||
<a class="c502a3 more text-muted right bg" href="{$strRankUrlTemp}">更多 <i
|
||||
class="ed6c4f fa fa-angle-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="a0c205 lvshicms-panel_bd">
|
||||
<ul class="f39a35 lvshicms-vodlist__text col-pd clearfix">
|
||||
{video:ranklist count="17"
|
||||
v_category_en="$arrChildrenCategory.v_category_en"
|
||||
sort_type="weekly"
|
||||
d_key="key" d_val="Video" cache_life="86400"}
|
||||
{include file="public/video-list-phb" start="80"/}
|
||||
{/video:ranklist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
{/if}
|
||||
{/video:categorytype}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
{/block}
|
||||
{block name="customize"}
|
||||
|
||||
|
||||
@@ -90,13 +90,9 @@
|
||||
{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>
|
||||
|
||||
<div class="cfa4e9 container">
|
||||
<div class="db105d layout-box top-weizhi mb-xs-0 hidden-sm hidden-xs">
|
||||
<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">
|
||||
@@ -113,117 +109,78 @@
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</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="dd4456 type-box clearfix">
|
||||
<div class="f008a5 type-title bottom-line">
|
||||
<span class="c3d883 pull-left" id="conreset">
|
||||
<a href="#">排行榜</a>
|
||||
</span>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
<div class="d2a62b slideDown-box">
|
||||
|
||||
<div class="d6afbc type-select type-select-slide swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode"
|
||||
style="height:55px">
|
||||
<ul class="b44e9d swiper-wrapper" id="swiper-wrapper-f8ad8b226c38851e" aria-live="polite">
|
||||
<li class="a4e370 swiper-slide swiper-slide-active" role="group" aria-label="1 / 8"><a
|
||||
class="c698b6 text-muted">分类</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}">
|
||||
<li
|
||||
class="c62f86 swiper-slide {if $Request.route.strParentCategory == $val.v_category_en}active{/if} swiper-slide-next">
|
||||
<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>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="e489dd container">
|
||||
<div class="a1ce09 row">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="ee356a layout-box">
|
||||
<div class="e3c2c3 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="fb44a5 col-md-wide-25 pt-xs-0 main-right "
|
||||
style="position:sticky;top:-10px;">
|
||||
<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>
|
||||
|
||||
{/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>
|
||||
|
||||
{/volist},</p>
|
||||
</div>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
{include file="public/video-list-phb" start="80"/}
|
||||
{/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}
|
||||
|
||||
{/video:ranklist}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/video:ranksort}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
{/block}
|
||||
{block name="customize"}
|
||||
|
||||
|
||||
@@ -97,13 +97,10 @@ p_val="page_data" button_num="10" cache_life="86400" export_name="arrVideoRankL
|
||||
|
||||
{block name="main"}
|
||||
|
||||
<div class="bac3b3 container" style="margin-top:10px;">
|
||||
|
||||
<h1 class="view-title">
|
||||
{site:replace code="VIDEO@GETVIDEORANKLIST@H1"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETVIDEORANKLIST@TEXT"}</h4>
|
||||
|
||||
<div class="cfa4e9 container">
|
||||
<div class="db105d layout-box top-weizhi mb-xs-0 hidden-sm hidden-xs">
|
||||
<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">
|
||||
@@ -119,42 +116,66 @@ p_val="page_data" button_num="10" cache_life="86400" export_name="arrVideoRankL
|
||||
<meta itemprop="position" content="2" />
|
||||
</li>
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href='{site:vrlurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" sort_type="$Request.route.strSortType" page="1"/}' itemprop="item">
|
||||
<span itemprop="name">{site:getval code="strVideoParentCategoryName" /}{site:getval code="strVideoCategoryName" /}{site:getval code="strOrderName" /}排行榜</span>
|
||||
<a href='{site:vrlurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" sort_type="$Request.route.strSortType" page="1"/}'
|
||||
itemprop="item">
|
||||
<span itemprop="name">{site:getval code="strVideoParentCategoryName" /}{site:getval
|
||||
code="strVideoCategoryName" /}{site:getval code="strOrderName" /}排行榜</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="2" />
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<h1 class="view-title">
|
||||
{site:replace code="VIDEO@GETVIDEORANKLIST@H1"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETVIDEORANKLIST@TEXT"}</h4>
|
||||
|
||||
|
||||
|
||||
<div class="dd4456 type-box clearfix">
|
||||
<div class="f008a5 type-title bottom-line">
|
||||
<span class="c3d883 pull-left" id="conreset">
|
||||
<a href="#">排行榜列表</a>
|
||||
</span>
|
||||
|
||||
<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"> {site:getval code="strVideoParentCategoryName" /}排行榜 </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>
|
||||
|
||||
|
||||
<div class="d2a62b slideDown-box">
|
||||
|
||||
<div class="d6afbc type-select type-select-slide swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode"
|
||||
style="height:55px">
|
||||
<ul class="b44e9d swiper-wrapper" id="swiper-wrapper-f8ad8b226c38851e" aria-live="polite">
|
||||
<li class="a4e370 swiper-slide swiper-slide-active" role="group" aria-label="1 / 8"><a
|
||||
class="c698b6 text-muted">分类</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="$Request.route.strSortType" page="1"/}'
|
||||
class="c65506 btn {if $Request.route.strParentCategory == $val.v_category_en}btn-warm{/if}">
|
||||
<li
|
||||
class="c62f86 swiper-slide {if $Request.route.strParentCategory == $val.v_category_en}active{/if} swiper-slide-next">
|
||||
<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>
|
||||
<ul class="d353e6 lvshicms-screen__list clearfix" data-align="left">
|
||||
<li> <a class="af2d48 btn text-muted">剧情</a> </li>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
|
||||
<div style="height:55px"
|
||||
class="cacdfa type-select type-select-slide swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode">
|
||||
<ul class="dd4d5b swiper-wrapper" id="swiper-wrapper-e663a425f51df766" aria-live="polite">
|
||||
<li class="e236d4 swiper-slide swiper-slide-active" role="group" aria-label="1 / 10"><a
|
||||
class="c96097 text-muted">类型</a></li>
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
{if $val.v_category_en == $Request.route.strParentCategory}
|
||||
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
|
||||
<li>
|
||||
<a class=" a618ce btn {if $Request.route.strCategory == $arrChildrenCategory.v_category_en}btn-warm{/if}"
|
||||
<li
|
||||
class="a85999 swiper-slide {if $Request.route.strCategory == $arrChildrenCategory.v_category_en}active{/if}">
|
||||
<a
|
||||
href='{site:vrlurl parent_category="$Request.route.strParentCategory" category="$arrChildrenCategory.v_category_en" sort_type="$Request.route.strSortType" page="1"/}'>{$arrChildrenCategory.v_category}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
@@ -162,36 +183,41 @@ p_val="page_data" button_num="10" cache_life="86400" export_name="arrVideoRankL
|
||||
{/video:categorytype}
|
||||
|
||||
</ul>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
<ul class="d95c02 lvshicms-screen__list clearfix" data-align="left">
|
||||
<li> <a class="d40281 btn text-muted">排序</a> </li>
|
||||
|
||||
<div style="height:55px"
|
||||
class="dc7d8b type-select type-select-slide swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode">
|
||||
<ul class="ce89a4 swiper-wrapper" id="swiper-wrapper-4d392443bbf795ee" aria-live="polite">
|
||||
<li class="ba1423 swiper-slide swiper-slide-active" role="group" aria-label="1 / 18"><a
|
||||
class="e4be3b text-muted">排序</a></li>
|
||||
{video:ranksort d_key="key" d_val="val"}
|
||||
<li class="{if $Request.route.strSortType == $key}btn-warm{/if}">
|
||||
<a href='{site:vrlurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" sort_type="$key" page="1"/}'>
|
||||
{$val}排行榜
|
||||
</a>
|
||||
|
||||
<li class="c9a468 swiper-slide {if $Request.route.strSortType == $key}active{/if}" role="group"
|
||||
aria-label="3 / 18">
|
||||
<a
|
||||
href='{site:vrlurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" sort_type="$key" page="1"/}'>{$val}</a>
|
||||
</li>
|
||||
{/video:ranksort}
|
||||
|
||||
|
||||
</ul>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="aed4a1 lvshicms-panel active lvshicms-panel-bg clearfix">
|
||||
<div class="dbaf2a lvshicms-panel-box clearfix">
|
||||
<div class="e028a7 lvshicms-panel_bd">
|
||||
<ul class="c75497 lvshicms-vodlist clearfix">
|
||||
<div class="ee356a layout-box">
|
||||
<div class="e3c2c3 row">
|
||||
|
||||
|
||||
<ul class="c8ffac img-list hidden" id="content">
|
||||
{foreach $arrVideoRankList as $key=>$Video}
|
||||
{include file="public/video-list-shu" start="0" col-lg="6"/}
|
||||
{include file="public/video-list-shu" start="0" col-md="5"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{/block}
|
||||
|
||||
@@ -95,13 +95,9 @@ p_val="page_data" button_num="5" cache_life="86400" func="generateSearchPager" e
|
||||
{/block}
|
||||
|
||||
{block name="main"}
|
||||
<div class="container">
|
||||
|
||||
<h1 class="view-title">
|
||||
{site:replace code="VIDEO@GETSEARCHVIDEO@H1"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETSEARCHVIDEO@TEXT"}</h4>
|
||||
|
||||
<div class="a0395c container">
|
||||
<div class="a586f3 layout-box top-weizhi mb-xs-10 hidden-sm hidden-xs">
|
||||
<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">
|
||||
@@ -119,52 +115,68 @@ p_val="page_data" button_num="5" cache_life="86400" func="generateSearchPager" e
|
||||
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="eb5be5 row">
|
||||
<div class="fb7647 col-xs-1 col-md-wide-75">
|
||||
<div class="eceb3c lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="b173ae lvshicms-panel-box clearfix">
|
||||
<div class="f66d8c lvshicms-panel_bd clearfix">
|
||||
<div class="bf9492 lvshicms-panel_hd">
|
||||
<div class="be8a1c lvshicms-panel__head bottom-line active clearfix">
|
||||
<h2 class="a1100b title"> 搜索<span style="color:red">“{$Request.get.keyword}”</span>相关结果共有 <span style="color:red">{$resData.p_data.total}</span> 部视频 </h2>
|
||||
<h1 class="view-title">
|
||||
{site:replace code="VIDEO@GETSEARCHVIDEO@H1"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETSEARCHVIDEO@TEXT"}</h4>
|
||||
|
||||
<div class="a0f98b row">
|
||||
<div class="fd0958 col-md-wide-75 col-sm-wide-1 pt-xs-0 pr-xs-5 mt-xs-0 main-left">
|
||||
<div class="f96105 pannel-box mt-xs-0 clearfix">
|
||||
|
||||
<div class="cd1b0f box-title">
|
||||
<span class="d99e25 iconfont icon-search"></span>
|
||||
<h2 class="a1100b title"> 搜索<span
|
||||
style="color:red">“{$Request.get.keyword}”</span>相关结果共有 <span
|
||||
style="color:red">{$resData.p_data.total}</span> 部视频 </h2>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="d9e43b lvshicms-vodlist clearfix">
|
||||
|
||||
<div class="ca586e clearfix" id="content">
|
||||
<ul class="fb3c38 img-list clearfix news-list hide-hits">
|
||||
{foreach $resData.data as $key=>$Video}
|
||||
<?php $key ++ ;?>
|
||||
<li class="ccd9aa col-md-1 col-sm-1 col-xs-1 pl-xs-5 mb-xs-10">
|
||||
<div class="b67059 col-md-4 col-sm-wide-3 col-xs-wide-4 p-xs-0 "><a
|
||||
class="a00f7f img-pic lazyload-bg"
|
||||
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
|
||||
title="{$Video.v_name}"
|
||||
data-src="{$Video.v_pic ?? ''}"
|
||||
style="background-image: url("/static/img/load.png");"><span
|
||||
class="f90881 vtitle text-right">{$Video.v_remarks}</span><span
|
||||
class="c82cb4 tipsc text-right">{$key}</span></a>
|
||||
</div>
|
||||
<div
|
||||
class="e2b27b col-md-wide-75 col-sm-wide-7 col-xs-wide-6 pl-md-20 pl-xs-10 pt-xs-0 pb-xs-0">
|
||||
<div class="db294c text-overflow">
|
||||
<h2 class="a752bf z-blod font16 pull-left">
|
||||
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
|
||||
title="{$Video.v_name}">{$Video.v_name}</a>
|
||||
</h2>
|
||||
<span class="b89e08 text-color pull-right search-hits">4</span>
|
||||
</div>
|
||||
<div class="e2d722 news-tips mt-xs-10 pl-xs-0">
|
||||
<a href='{site:vciurl parent_category="$Video.v_parent_category_en" /}'>{$Video.v_parent_category ?? ''}</a>
|
||||
</div>
|
||||
<div class="a9acf3 vod-txt text-muted mt-xs-10">
|
||||
{$Video.v_description|raw}
|
||||
</div>
|
||||
<div class="ddbc0b news-tips hidden-xs mt-xs-10 pl-xs-0">
|
||||
{volist name='$Video.v_actor' id='vo' key='index'}
|
||||
{$vo}
|
||||
|
||||
{/volist}
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
{include file="public/video-list-shu" start="27" col-lg="4"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="a51b92 hidden-xs hidden-sm col-md-wide-25">
|
||||
<div class="cc593d lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="dcb74d lvshicms-panel-box clearfix">
|
||||
<div class="dae8b0 lvshicms-panel_hd">
|
||||
<div class="d7bedc lvshicms-panel__head active bottom-line clearfix">
|
||||
<h3 class="f48698 title">周榜单 </h3>
|
||||
<a class="c502a3 more text-muted right bg" href="{$strRankUrlTemp}">更多 <i
|
||||
class="ed6c4f fa fa-angle-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="a0c205 lvshicms-panel_bd">
|
||||
<ul class="f39a35 lvshicms-vodlist__text col-pd clearfix">
|
||||
{video:ranklist count="20"
|
||||
sort_type="weekly"
|
||||
d_key="key" d_val="Video" cache_life="86400"}
|
||||
{include file="public/video-list-phb" start="80"/}
|
||||
{/video:ranklist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul class="ae5171 lvshicms-page text-center clearfix">
|
||||
<div id="page" class="efd305 mt-xs-10">
|
||||
<ul>
|
||||
{volist name="resData.p_data.pager" id="vo" key="k"}
|
||||
{switch $vo.label}
|
||||
{case value="上一页"}
|
||||
@@ -183,16 +195,35 @@ p_val="page_data" button_num="5" cache_life="86400" func="generateSearchPager" e
|
||||
{/case}
|
||||
{default /}
|
||||
{if preg_match('/^\d+$/', $vo.label)}
|
||||
<li >
|
||||
<a href="{$vo.url}" class='cc4f99 btn {eq name="vo.label" value="$Request.route.intPage"}btn-warm {/eq} btn-default '>{$vo.label}</a>
|
||||
<li>
|
||||
<a href="{$vo.url}"
|
||||
class='cc4f99 btn {eq name="vo.label" value="$Request.route.intPage"}btn-warm {/eq} btn-default '>{$vo.label}</a>
|
||||
</li>
|
||||
{/if}
|
||||
{/switch}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="fb44a5 col-md-wide-25 pt-xs-0 main-right hidden-sm hidden-xs" style="position:sticky;top:-10px;">
|
||||
<div class="dfb7d2 pannel-box mt-xs-0 clearfix">
|
||||
<div class="e3a1c3 box-title "><span class="dea086 title-lb"></span>
|
||||
<h2>热门影视</h2>
|
||||
</div>
|
||||
<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"}
|
||||
{include file="public/video-list-phb" start="80"/}
|
||||
{/video:ranklist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{/block}
|
||||
{block name="customize"}
|
||||
|
||||
|
||||
@@ -133,17 +133,8 @@
|
||||
|
||||
{block name="main"}
|
||||
|
||||
|
||||
|
||||
<div class="a971eb lvshicms-container-bg detail-info-box" style="margin-top:-20px;">
|
||||
|
||||
|
||||
<div class="f969ad container">
|
||||
<h1 class="view-title">
|
||||
{site:replace code="VIDEO@GETVIDEOINFO@H1" diff="$arrVideo.v_id"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETVIDEOINFO@TEXT" diff="$arrVideo.v_id"}</h4>
|
||||
|
||||
<div class="d3dea8 container">
|
||||
<div class="bcf409 layout-box top-weizhi mb-xs-10 hidden-sm hidden-xs">
|
||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||
<li style="margin-right:10px"><label><i class="baf725 fa fa-map-marker"></i></label></li>
|
||||
@@ -176,128 +167,130 @@
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="a65698 container clearfix static">
|
||||
|
||||
<div class="fc40de row">
|
||||
<div class="f147ce lvshicms-panel margin-0 clearfix">
|
||||
<div class="a193f5 lvshicms-panel-box clearfix">
|
||||
<div class="dea615 col-xs-1 detail-box">
|
||||
<div class="b97972 lvshicms-content__thumb">
|
||||
<a class="f2880b lvshicms-vodlist__thumb video-info-lvshicms-vodlist__thumb picture" href="/product/90860-1-1.html"
|
||||
title="{$arrVideo.v_name}">
|
||||
<img class="f20604 lazyload" src="{$arrVideo.v_pic}">
|
||||
<span class="c5512d detail-icon play"></span>
|
||||
<span class="a555ce pic-text text-right">已完结</span>
|
||||
<h1 class="view-title">
|
||||
{site:replace code="VIDEO@GETVIDEOINFO@H1" diff="$arrVideo.v_id"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETVIDEOINFO@TEXT" diff="$arrVideo.v_id"}</h4>
|
||||
|
||||
<div class="a31376 row static">
|
||||
<div class="c47acd col-md-wide-75 pt-xs-0 pr-xs-5 clearfix main-left static">
|
||||
<div class="c876e8 pannel-box p-xs-10 clearfix detail-info-box">
|
||||
<div class="cab11a vod-detail-pic col-md-wide-25 col-xs-wide-35 p-xs-0">
|
||||
<a class="ba572d vod-detail-thumb lazyload-bg" href='{site:vurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en"/}'
|
||||
data-src="{$arrVideo.v_pic}"
|
||||
style="background-image: url("{$arrVideo.v_pic}");">
|
||||
<span class="b76b48 b-play"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="eecb94 lvshicms-content__detail">
|
||||
<h1 class="edfc9f title">{$arrVideo.v_name}</h1>
|
||||
<p class="fe7a76 data"><span class="dcb052 text-muted">主演:</span>
|
||||
<div class="d4efa2 col-md-wide-75 col-xs-wide-65 vod-detail-info pt-xs-0 pb-xs-0">
|
||||
<ul class="a85bd5 img-list clearfix">
|
||||
<li class="a336bf col-xs-1">
|
||||
<h2>{$arrVideo.v_name}</h2>
|
||||
</li>
|
||||
<li class="f84af4 col-md-1 txt-hidden one">
|
||||
<span class="aa48a0 text-ccc">主演:</span>
|
||||
{volist name='$arrVideo.v_actor' id='vo' key='index'}
|
||||
<a href='{site:vsurl key="$vo" p="1"/}'>{$vo}</a>
|
||||
|
||||
{/volist}
|
||||
</p>
|
||||
<p class="d53452 data"><span class="a0dae5 text-muted">导演:</span>
|
||||
</li>
|
||||
<li class="ad2714 col-xs-1">
|
||||
<span class="d00822 text-ccc">导演:</span>
|
||||
{volist name='$arrVideo.v_director' id='vo' key='index'}
|
||||
<a href='{site:vsurl key="$vo" p="1"/}'>{$vo}</a>
|
||||
|
||||
{/volist}
|
||||
</p>
|
||||
<p class="bb52e4 data">
|
||||
<span class="ed25a2 text-muted">分类:</span>
|
||||
<a
|
||||
href='{site:vsurl key="$arrVideo.v_parent_category" p="1"/}'>{$arrVideo.v_parent_category}</a>
|
||||
</p>
|
||||
<p class="bb52e4 data">
|
||||
<span class="ed25a2 text-muted">类型:</span>
|
||||
<a href='{site:vsurl key="$arrVideo.v_category" p="1"/}'>{$arrVideo.v_category}</a>
|
||||
</p>
|
||||
<p class="d994f6 data">
|
||||
<span class="d8c8c2 text-muted">地区:</span>
|
||||
{volist name='$arrVideo.v_area' id='vo' key='index'}
|
||||
</li>
|
||||
<li class="cfcbda col-xs-1 text-overflow">
|
||||
<span class="d99311 text-ccc">类型:</span>
|
||||
<a href='{site:vciurl parent_category="$arrVideo.v_parent_category" /}'>{$arrVideo.v_parent_category}</a>
|
||||
</li>
|
||||
<li class="ea7d24 col-xs-1">
|
||||
<span class="ec29ec text-ccc">提醒:</span>
|
||||
<span style="color: #5ab46a;">{$arrVideo.v_remarks}</span>
|
||||
</li>
|
||||
<li class="e6fae1 col-xs-1">
|
||||
<span class="ba33b1 text-ccc">对白:</span>
|
||||
{volist name='$arrVideo.v_lang' id='vo' key='index'}
|
||||
<a href='{site:vsurl key="$vo" p="1"/}'>{$vo}</a>
|
||||
|
||||
{/volist}
|
||||
</p>
|
||||
<p class="e027e7 data"><span class="ca5df1 text-muted">更新:</span>{$arrVideo.v_publish_date}
|
||||
</p>
|
||||
|
||||
<div class="ca86f6 detail-info-btn">
|
||||
<li>
|
||||
<a class="c82c25 btn btn-warm"
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="default" play_index="1" /}'>
|
||||
<i class="b6a199 fa fa-play"></i>
|
||||
</li>
|
||||
<li class="eaec77 col-xs-1">
|
||||
<span class="bcfccd text-ccc">更新:</span>
|
||||
{$arrVideo.v_publish_date}
|
||||
</li>
|
||||
</ul>
|
||||
<div class="bf9ad1 detail-play-btn-box">
|
||||
<a class="ff37cc detail-play-btn" href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="default" play_index="1" /}'>
|
||||
立即播放
|
||||
</a>
|
||||
</li>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="b949ce container">
|
||||
<div class="d4cf89 row">
|
||||
<div class="f608c5 col-xs-1 col-md-wide-75">
|
||||
<div class="ecd28f pannel-box clearfix">
|
||||
<div class="c83885 box-title"> <span class="a9af85 title-lb"></span>
|
||||
<h2>剧情介绍</h2>
|
||||
</div>
|
||||
<div class="e43487 col-md-1 col-sm-1 col-xs-1 detail-info">
|
||||
<p class="cf2b48 txt-hidden one pointer v-description-centent">{$arrVideo.v_description|raw}</p>
|
||||
<div class="eecdf1 text-center text-ccc slidedown pointer check-desc-btn" id="check-desc-btn"><span
|
||||
class="fb1305 iconfont icon-down"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d6c745 pannel-box clearfix">
|
||||
<div class="f611b9 box-title"> <span class="d56ee0 title-lb"></span>
|
||||
<h2>播放列表</h2>
|
||||
</div>
|
||||
|
||||
<div class="b0484f details-play-title clearfix playlist-slide">
|
||||
<ul class="afde5f details-play-nav clearfix">
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<div class="cfd65a lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="b3a7e3 lvshicms-panel-box clearfix">
|
||||
<div class="e8c33d lvshicms-panel_hd">
|
||||
<div class="f238a4 lvshicms-panel__head bottom-line active clearfix">
|
||||
|
||||
<h3 class="d82c55 title"> {$strPlayGroupName} </h3>
|
||||
<span class="ace011 more text-muted"></span>
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<li class='ed860e play-list-toggle play-group-head {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')"
|
||||
>
|
||||
<a class="d6ceac gico wjm3u8">{$strPlayGroupName}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="af83ff lvshicms-panel_bd clearfix">
|
||||
<ul class="ec7fc4 lvshicms-content__list sort-list clearfix">
|
||||
<div class="d0d414 details-play-list clearfix p-sm-5 p-xs-5 tab-content">
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<ul class='a398d0 play-list fade-in clearfix play-group-list {eq name="$keyLine" value="1"}active {/eq}' id="playlist_{$strPlayGroupName}">
|
||||
<?php $keyLine = 1 ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<li class="fe7195 col-lg-6 col-md-5 col-sm-4 col-xs-3">
|
||||
<a class="bd8e2d btn btn-default"
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>{$arrPlayUrl.name}
|
||||
</a>
|
||||
<?php $keyLine ++ ;?>
|
||||
<li class="aa7fdb col-lg-8 col-md-6 col-sm-5 col-xs-4 p-xs-5 ewave-width-auto {if $keyLine == $Request.route.intPlayIndex}active{/if}"
|
||||
style="width:auto;max-width:100%;">
|
||||
<a
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>{$arrPlayUrl.name}</a>
|
||||
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
|
||||
<div class="fbb509 lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="de59fa lvshicms-panel-box clearfix">
|
||||
<div class="c42a28 lvshicms-panel_hd">
|
||||
<div class="bb7fba lvshicms-panel__head clearfix">
|
||||
<h3 class="f3d3f6 title">剧情介绍</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="f42eb6 lvshicms-panel_bd">
|
||||
<ul class="fee9ad lvshicms-vod-content col-pd clearfix">
|
||||
<li class="ba9e50 col-pd">
|
||||
<div class="d154e9 shrink-box shrinked">
|
||||
<div class="acf872 shrink-text">
|
||||
{$arrVideo.v_description|raw}</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cf2f0c lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="c47e1e lvshicms-panel-box clearfix">
|
||||
<div class="e83124 lvshicms-panel_hd">
|
||||
<div class="afb3ca lvshicms-panel__head bottom-line active clearfix">
|
||||
<h3 class="d3b7c4 title">同类型</h3>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="a9d500 pannel-box clearfix">
|
||||
<div class="f88e08 box-title"> <span class="f79d7f title-lb"></span>
|
||||
<h2>同类型</h2>
|
||||
</div>
|
||||
<div class="d5b99f lvshicms-panel_bd">
|
||||
<ul class="bc7e71 lvshicms-vodlist__bd clearfix">
|
||||
{video:list count="12"
|
||||
<ul class="b58cd4 img-list clearfix">
|
||||
{video:list count="10"
|
||||
v_category_en="$arrVideo.v_category_en"
|
||||
v_lang_en="all"
|
||||
v_area_en="all"
|
||||
@@ -305,64 +298,33 @@
|
||||
sort_type="news"
|
||||
d_key="d_key" d_val="Video" cache_life="86400"}
|
||||
|
||||
{include file="public/video-list-shu" start="0" col-lg="4"/}
|
||||
{include file="public/video-list-shu" start="0" col-md="5"/}
|
||||
{/video:list}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ef7d26 col-md-wide-25 pt-xs-0 clearfix main-right hidden-sm hidden-xs ewave-sticky"
|
||||
style="top:-50px;">
|
||||
<div class="c5c45c pannel-box clearfix" style="margin-top:10px;">
|
||||
<div class="ac3e46 box-title "><span class="d93c76 iconfont icon-remen"></span>
|
||||
<h2>热播推荐</h2>
|
||||
</div>
|
||||
<div class="d6bc14 lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="e81862 lvshicms-panel-box clearfix">
|
||||
<div class="fcdb67 lvshicms-panel_hd">
|
||||
<div class="b6114e lvshicms-panel__head bottom-line active clearfix">
|
||||
<h3 class="ae5ab2 title">猜你喜欢</h3>
|
||||
<span class="fdf3d7 text-muted more pull-right"><a rel="nofollow" href="/case/tv.html">更多 <i
|
||||
class="f36af8 fa fa-angle-right"></i></a></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="b29ef1 lvshicms-panel_bd">
|
||||
<ul class="d95dd8 lvshicms-vodlist__bd clearfix">
|
||||
{video:list count="12"
|
||||
v_category_en="$arrVideo.v_category_en"
|
||||
v_lang_en="all"
|
||||
v_area_en="all"
|
||||
v_year="all"
|
||||
sort_type="news"
|
||||
d_key="d_key" d_val="Video" cache_life="86400"}
|
||||
|
||||
{include file="public/video-list-shu" start="0" col-lg="4"/}
|
||||
{/video:list}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="e1d6ee hidden-xs hidden-sm col-md-wide-25">
|
||||
<div class="cad2e9 lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="c161d4 lvshicms-panel-box clearfix">
|
||||
<div class="b068f7 lvshicms-panel_hd">
|
||||
<div class="cb5cbd lvshicms-panel__head bottom-line active clearfix">
|
||||
<h3 class="b12e07 title">热播{$arrVideo.v_parent_category}</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cf4a36 lvshicms-panel_bd clearfix">
|
||||
<ul class="f9a6ab lvshicms-vodlist__text col-pd clearfix">
|
||||
<ul class="d1fd25 txt-list txt-list-hot p-xs-0">
|
||||
{video:ranklist count="18"
|
||||
v_parent_category_en="$arrVideo.v_parent_category_en"
|
||||
sort_type="weekly"
|
||||
d_key="key" d_val="Video" cache_life="86400"}
|
||||
{include file="public/video-list-phb" start="25"/}
|
||||
{include file="public/video-list-phb" start="11"/}
|
||||
{/video:ranklist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
const strVideoId = `{$arrVideo.v_id}`;
|
||||
@@ -378,6 +340,25 @@
|
||||
'v_year': `{$arrVideo['v_year']}`,
|
||||
|
||||
};
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
const trigger = document.querySelector('.check-desc-btn');
|
||||
|
||||
trigger.addEventListener('click', function () {
|
||||
const parent = trigger.closest('.lvshicms-vodlist__box') || trigger.parentElement;
|
||||
const description = parent.querySelector('p.v-description-centent');
|
||||
if (description) {
|
||||
description.classList.toggle('txt-hidden');
|
||||
const icon = trigger.querySelector('.iconfont');
|
||||
if (icon) {
|
||||
icon.classList.toggle('icon-down');
|
||||
icon.classList.toggle('icon-up');
|
||||
}
|
||||
trigger.setAttribute('aria-expanded', !description.classList.contains('txt-hidden'));
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
{/block}
|
||||
|
||||
@@ -122,14 +122,8 @@
|
||||
|
||||
{block name="main"}
|
||||
|
||||
|
||||
<div class="aaf99d lvshicms-container-bg padding-0" style="margin-top:-20px;">
|
||||
<div class="bab1b0 container" style="z-index: 0;">
|
||||
<h1 class="view-title">
|
||||
{site:replace code="VIDEO@GETVIDEOPLAY@H1"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETVIDEOPLAY@TEXT"}</h4>
|
||||
|
||||
<div class="d0f117 container static">
|
||||
<div class="cca2ff layout-box top-weizhi mb-xs-10 hidden-sm hidden-xs">
|
||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||
<li style="margin-right:10px"><label><i class="baf725 fa fa-map-marker"></i></label></li>
|
||||
@@ -154,159 +148,136 @@
|
||||
<meta itemprop="position" content="3" />
|
||||
</li>
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href='{site:vurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en"/}'
|
||||
itemprop="item">
|
||||
<a href='{site:vurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en"/}' itemprop="item">
|
||||
<span itemprop="name">{$arrVideo.v_name}</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="4" />
|
||||
</li>
|
||||
全集在线播放
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<div class="e35b87 player-wrapper clearfix" style="z-index: 999;">
|
||||
<div class="e1110d lvshicms-player__item clearfix" style="background-color: #27272f;">
|
||||
<div class="a7ffc5 relative clearfix" id="player-left">
|
||||
|
||||
<div class="ef235b lvshicms-player__box player-fixed">
|
||||
<div class="a705ec tips close-box" style="background-color: #181515;">
|
||||
<a
|
||||
class="e221a5 tips-close-btn pull-right" href="javascript:;">
|
||||
<i class="ae97e1 fa fa-close"></i>
|
||||
</a>
|
||||
<ul>
|
||||
<li>正在播放:{$arrVideo.v_name}-第{$Request.route.intPlayIndex}集</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="dplayer-prent">
|
||||
|
||||
<h1 class="view-title">
|
||||
{site:replace code="VIDEO@GETVIDEOPLAY@H1"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETVIDEOPLAY@TEXT"}</h4>
|
||||
|
||||
|
||||
<div class="f46666 vod-play-box max clearfix">
|
||||
<div class="c623cf col-md-wide-75 col-xs-1 p-xs-0 player-left mb-sm-0">
|
||||
<div class="f068d9 player-tipss p-xs-10 text-center">正在播放:{$arrVideo.v_name}全集</div>
|
||||
<div id="ewave_player" class="f42f9b m-xs-0">
|
||||
<div id="dplayer" class="dplayer" muted=“muted” style="margin-top: 5px;"></div>
|
||||
</div>
|
||||
|
||||
<div class="be7c98 details-tool clearfix">
|
||||
<div class="c6ae48 user-bt pull-left">
|
||||
<a rel="nofollow" class="fa43ba ewave_digg_link hidden-xs" href="javascript:void(0);"
|
||||
data-id="89725" data-mid="1" data-type="up"><span class="f365f4 iconfont icon-ding"></span><span
|
||||
class="e63fc1 digg_num">11</span></a>
|
||||
<a rel="nofollow" class="bf6f6d ewave_digg_link hidden-xs" href="javascript:void(0);"
|
||||
data-id="89725" data-mid="1" data-type="down"><span
|
||||
class="d87240 iconfont icon-cai"></span><span class="c86e80 digg_num">95</span></a>
|
||||
<a rel="nofollow" href="javascript:;"
|
||||
onclick="copyToClipboard('http://www.xgcs8888.com/play/89725-2-1.html')">分享</a>
|
||||
|
||||
</div>
|
||||
|
||||
<ul class="e46e57 lvshicms-player__operate" style="background-color: #1b1a25;">
|
||||
<li> <a href="javascript:;" onclick="window.location.reload()"><i
|
||||
class="a330ca fa fa-spinner"></i> 刷新</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="f4aa4c digg_link" data-id="90860" data-mid="1" data-type="up"
|
||||
href="javascript:;">
|
||||
<i class="ce7b63 fa fa-thumbs-up"></i>
|
||||
<span nclass="d712b9 digg_num">{$arrVideo.v_score}</spanclass=>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ffe090 row static">
|
||||
<div class="ef3ec6 col-md-wide-75 col-sm-wide-1 pt-xs-0 pr-xs-5 main-left">
|
||||
<div class="c57f18 pannel-box p-xs-10 clearfix">
|
||||
<div class="d55cc0 col-md-1 col-xs-1 p-xs-10">
|
||||
<div class="d3a73b b-player__detail">
|
||||
<h1 class="e3dad6 title">
|
||||
<a href='{site:vurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en"/}'>{$arrVideo.v_name}
|
||||
全集</a>
|
||||
</h1>
|
||||
<p class="eee86d data margin-0">
|
||||
<span class="d33e6f text-muted">类型:</span>
|
||||
<a
|
||||
href='{site:vciurl parent_category="$arrVideo.v_parent_category" /}'>{$arrVideo.v_parent_category}</a>
|
||||
<a href='{site:vsurl key="$arrVideo.v_category" p="1"/}'>
|
||||
{$arrVideo.v_category}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="c8cbc0 digg_link" data-id="90860" data-mid="1" data-type="down"
|
||||
href="javascript:;">
|
||||
<i class="d7a73d fa fa-thumbs-down"></i>
|
||||
<span class="f60cfa digg_num">{$arrVideo.vc_clicks ?? 0}</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!-- <li class="b269de playshare dropdown-hover"> <a href="javascript:;"><i
|
||||
class="a5a6c4 fa fa-share font14"></i> 分享</a>
|
||||
<div class="be59cf dropdown-box bottom fadeInDown clearfix">
|
||||
<div class="ed9be4 item text-center" style="width: 260px;">
|
||||
<div class="ad10df col-pd">
|
||||
<p>复制下方内容粘贴给好友</p>
|
||||
<p><textarea class="fe45d5 form-control content"
|
||||
rows="4">我正在观看毕打职场笑传第01集,地址:https://www.dingzhu.net/product/90860-1-1.html</textarea>
|
||||
</p>
|
||||
<a class="ec0315 btn btn-xs btn-primary lvshicms-copy-html"
|
||||
href="javascript:;">复制到剪贴板</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li> -->
|
||||
|
||||
<!-- <li><a class="bbdb18 disabled" href=""><i class="b1d47a fa fa-caret-up"></i> 上集</a></li>
|
||||
<li><a href="/product/90860-1-2.html"><i class="f38fad fa fa-caret-down"></i> 下集</a></li> -->
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="f49486 container">
|
||||
<div class="f41398 row">
|
||||
<div class="f30a1c col-xs-1">
|
||||
<div class="ae33f8 lvshicms-player__data hidden-sm hidden-xs clearfix">
|
||||
<div class="d368e1 col-pd">
|
||||
<h3> {$arrVideo.v_name} <small class="e85030 text-muted">第{$Request.route.intPlayIndex}集</small> </h3>
|
||||
<p class="e82edf text-muted margin-0"> {$arrVideo.v_publish_date}更新 / <span class="c8b71b text-red">{$arrVideo.v_score}分</span> /
|
||||
{$arrVideo.v_parent_category} /
|
||||
<span class="e72b73 split-line"></span>
|
||||
<span class="cb7cb1 text-muted">地区:</span>
|
||||
{volist name='$arrVideo.v_area' id='vo' key='index'}
|
||||
<a href='{site:vsurl key="$vo" p="1"/}'>{$vo}</a>
|
||||
|
||||
{/volist}
|
||||
/
|
||||
{$arrVideo.v_year} </p>
|
||||
<span class="d16899 split-line"></span>
|
||||
<span class="d003e3 text-muted">年份:</span>
|
||||
{volist name='$arrVideo.v_lang' id='vo' key='index'}
|
||||
<a href='{site:vsurl key="$vo" p="1"/}'>{$vo}</a>
|
||||
|
||||
{/volist}
|
||||
</p>
|
||||
</div>
|
||||
<div class="c7909c clearfix">
|
||||
<div><span class="e98043 text-muted">提醒:</span><span
|
||||
style="color: #5ab46a;">{$arrVideo.v_remarks}</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ab3c90 pannel-box clearfix">
|
||||
<div class="b0d94d box-title"> <span class="bbbff1 title-lb"></span>
|
||||
<h2>剧情介绍</h2>
|
||||
</div>
|
||||
<div class="ca7df5 col-md-1 col-sm-1 col-xs-1 detail-info">
|
||||
<p class="cf2b48 txt-hidden one pointer v-description-centent">{$arrVideo.v_description|raw}</p>
|
||||
<div class="eecdf1 text-center text-ccc slidedown pointer check-desc-btn" id="check-desc-btn"><span
|
||||
class="fb1305 iconfont icon-down"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d8330c pannel-box clearfix">
|
||||
<div class="cfff79 box-title"> <span class="c51a40 title-lb"></span>
|
||||
<h2>播放列表</h2>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="b949ce container">
|
||||
<div class="d4cf89 row">
|
||||
<div class="f608c5 col-xs-1 col-md-wide-75">
|
||||
<div class="b0484f details-play-title clearfix playlist-slide">
|
||||
<ul class="afde5f details-play-nav clearfix">
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<div class="cfd65a lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="b3a7e3 lvshicms-panel-box clearfix">
|
||||
<div class="e8c33d lvshicms-panel_hd">
|
||||
<div class="f238a4 lvshicms-panel__head bottom-line active clearfix">
|
||||
|
||||
<h3 class="d82c55 title"> {$strPlayGroupName} </h3>
|
||||
<span class="ace011 more text-muted"></span>
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<li class='ed860e play-list-toggle play-group-head {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')"
|
||||
>
|
||||
<a class="d6ceac gico wjm3u8">{$strPlayGroupName}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="af83ff lvshicms-panel_bd clearfix">
|
||||
<ul class="ec7fc4 lvshicms-content__list sort-list clearfix">
|
||||
<div class="d0d414 details-play-list clearfix p-sm-5 p-xs-5 tab-content">
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<ul class='a398d0 play-list fade-in clearfix play-group-list {eq name="$keyLine" value="1"}active {/eq}' id="playlist_{$strPlayGroupName}">
|
||||
<?php $keyLine = 1 ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<li class="fe7195 col-lg-6 col-md-5 col-sm-4 col-xs-3">
|
||||
<a class="bd8e2d btn btn-default"
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>{$arrPlayUrl.name}
|
||||
</a>
|
||||
<?php $keyLine ++ ;?>
|
||||
<li class="aa7fdb col-lg-8 col-md-6 col-sm-5 col-xs-4 p-xs-5 ewave-width-auto {if $keyLine == $Request.route.intPlayIndex}active{/if}"
|
||||
style="width:auto;max-width:100%;">
|
||||
<a
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>{$arrPlayUrl.name}</a>
|
||||
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
|
||||
<div class="fbb509 lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="de59fa lvshicms-panel-box clearfix">
|
||||
<div class="c42a28 lvshicms-panel_hd">
|
||||
<div class="bb7fba lvshicms-panel__head clearfix">
|
||||
<h3 class="f3d3f6 title">剧情介绍</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="f42eb6 lvshicms-panel_bd">
|
||||
<ul class="fee9ad lvshicms-vod-content col-pd clearfix">
|
||||
<li class="ba9e50 col-pd">
|
||||
<div class="d154e9 shrink-box shrinked">
|
||||
<div class="acf872 shrink-text">
|
||||
{$arrVideo.v_description|raw}</div>
|
||||
<div class="e46d16 pannel-box clearfix">
|
||||
<div class="d12a41 box-title"> <span class="b30c2f title-lb"></span>
|
||||
<h2>你可能还想看</h2>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cf2f0c lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="c47e1e lvshicms-panel-box clearfix">
|
||||
<div class="e83124 lvshicms-panel_hd">
|
||||
<div class="afb3ca lvshicms-panel__head bottom-line active clearfix">
|
||||
<h3 class="d3b7c4 title">同类型</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d5b99f lvshicms-panel_bd">
|
||||
<ul class="bc7e71 lvshicms-vodlist__bd clearfix">
|
||||
{video:list count="12"
|
||||
<ul class="ee3aa8 img-list clearfix">
|
||||
{video:list count="10"
|
||||
v_category_en="$arrVideo.v_category_en"
|
||||
v_lang_en="all"
|
||||
v_area_en="all"
|
||||
@@ -314,65 +285,35 @@
|
||||
sort_type="news"
|
||||
d_key="d_key" d_val="Video" cache_life="86400"}
|
||||
|
||||
{include file="public/video-list-shu" start="0" col-lg="4"/}
|
||||
{include file="public/video-list-shu" start="0" col-md="5"/}
|
||||
{/video:list}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="df6f01 col-md-wide-25 pt-xs-0 clearfix main-right hidden-sm hidden-xs"
|
||||
style="position:sticky;top:-10px;">
|
||||
<div class="a3adbe pannel-box clearfix">
|
||||
<div class="b9accb box-title "><span class="e664a5 iconfont icon-remen"></span>
|
||||
<h2>热播推荐</h2>
|
||||
</div>
|
||||
<div class="d6bc14 lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="e81862 lvshicms-panel-box clearfix">
|
||||
<div class="fcdb67 lvshicms-panel_hd">
|
||||
<div class="b6114e lvshicms-panel__head bottom-line active clearfix">
|
||||
<h3 class="ae5ab2 title">猜你喜欢</h3>
|
||||
<span class="fdf3d7 text-muted more pull-right"><a rel="nofollow" href="/case/tv.html">更多 <i
|
||||
class="f36af8 fa fa-angle-right"></i></a></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="b29ef1 lvshicms-panel_bd">
|
||||
<ul class="d95dd8 lvshicms-vodlist__bd clearfix">
|
||||
{video:list count="12"
|
||||
v_category_en="$arrVideo.v_category_en"
|
||||
v_lang_en="all"
|
||||
v_area_en="all"
|
||||
v_year="all"
|
||||
sort_type="news"
|
||||
d_key="d_key" d_val="Video" cache_life="86400"}
|
||||
|
||||
{include file="public/video-list-shu" start="0" col-lg="4"/}
|
||||
{/video:list}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="e1d6ee hidden-xs hidden-sm col-md-wide-25">
|
||||
<div class="cad2e9 lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="c161d4 lvshicms-panel-box clearfix">
|
||||
<div class="b068f7 lvshicms-panel_hd">
|
||||
<div class="cb5cbd lvshicms-panel__head bottom-line active clearfix">
|
||||
<h3 class="b12e07 title">热播{$arrVideo.v_parent_category}</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cf4a36 lvshicms-panel_bd clearfix">
|
||||
<ul class="f9a6ab lvshicms-vodlist__text col-pd clearfix">
|
||||
{video:ranklist count="18"
|
||||
<ul class="e4a3c4 txt-list txt-list-hot p-xs-0">
|
||||
{video:ranklist count="20"
|
||||
v_parent_category_en="$arrVideo.v_parent_category_en"
|
||||
sort_type="weekly"
|
||||
d_key="key" d_val="Video" cache_life="86400"}
|
||||
{include file="public/video-list-phb" start="25"/}
|
||||
{include file="public/video-list-phb" start="11"/}
|
||||
{/video:ranklist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
const strMaxPlayHeight = '600px'
|
||||
const strVideoId = `{$arrVideo.v_id}`;
|
||||
const arrVideo = {
|
||||
'v_id': `{$arrVideo['v_id']}`,
|
||||
@@ -392,6 +333,26 @@
|
||||
var intJumpTimeTwoEnd = 1;
|
||||
var arrPlayUrl = {$arrVideo.v_play_url | json_encode | raw};
|
||||
var strPlayUrl = ""
|
||||
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
const trigger = document.querySelector('.check-desc-btn');
|
||||
|
||||
trigger.addEventListener('click', function () {
|
||||
const parent = trigger.closest('.lvshicms-vodlist__box') || trigger.parentElement;
|
||||
const description = parent.querySelector('p.v-description-centent');
|
||||
if (description) {
|
||||
description.classList.toggle('txt-hidden');
|
||||
const icon = trigger.querySelector('.iconfont');
|
||||
if (icon) {
|
||||
icon.classList.toggle('icon-down');
|
||||
icon.classList.toggle('icon-up');
|
||||
}
|
||||
trigger.setAttribute('aria-expanded', !description.classList.contains('txt-hidden'));
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
{/block}
|
||||
|
||||
|
||||
@@ -249,33 +249,41 @@
|
||||
<div class="f611b9 box-title"> <span class="d56ee0 title-lb"></span>
|
||||
<h2>播放列表</h2>
|
||||
</div>
|
||||
<?php $intStart = 29 ;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $intStart + 10 ;?>
|
||||
|
||||
<div class="b0484f details-play-title clearfix playlist-slide">
|
||||
<ul class="afde5f details-play-nav clearfix">
|
||||
<li class="ed860e play-list-toggle"><a class="d6ceac gico wjm3u8">{$strPlayGroupName}</a></li>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<li class='ed860e play-list-toggle play-group-head {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')"
|
||||
>
|
||||
<a class="d6ceac gico wjm3u8">{$strPlayGroupName}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="d0d414 details-play-list clearfix p-sm-5 p-xs-5 tab-content">
|
||||
<ul class="a398d0 play-list fade-in clearfix">
|
||||
<?php $intKey = 1 ;?>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<ul class='a398d0 play-list fade-in clearfix play-group-list {eq name="$keyLine" value="1"}active {/eq}' id="playlist_{$strPlayGroupName}">
|
||||
<?php $keyLine = 1 ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<?php $intKey ++ ;?>
|
||||
<li class="aa7fdb col-lg-8 col-md-6 col-sm-5 col-xs-4 p-xs-5 ewave-width-auto"
|
||||
<?php $keyLine ++ ;?>
|
||||
<li class="aa7fdb col-lg-8 col-md-6 col-sm-5 col-xs-4 p-xs-5 ewave-width-auto {if $keyLine == $Request.route.intPlayIndex}active{/if}"
|
||||
style="width:auto;max-width:100%;">
|
||||
{if !empty($arrGrm[$intKey + $intStart])}
|
||||
{$arrGrm[$intKey+$intStart]|raw}
|
||||
{/if}
|
||||
<a href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>{$arrPlayUrl.name}</a>
|
||||
<a
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>{$arrPlayUrl.name}</a>
|
||||
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="a9d500 pannel-box clearfix">
|
||||
<div class="f88e08 box-title"> <span class="f79d7f title-lb"></span>
|
||||
|
||||
@@ -239,33 +239,39 @@
|
||||
<div class="cfff79 box-title"> <span class="c51a40 title-lb"></span>
|
||||
<h2>播放列表</h2>
|
||||
</div>
|
||||
<?php $intStart = 29 ;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $intStart + 10 ;?>
|
||||
|
||||
<div class="b0484f details-play-title clearfix playlist-slide">
|
||||
<ul class="afde5f details-play-nav clearfix">
|
||||
<li class="ed860e play-list-toggle"><a class="d6ceac gico wjm3u8">{$strPlayGroupName}</a></li>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<li class='ed860e play-list-toggle play-group-head {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')"
|
||||
>
|
||||
<a class="d6ceac gico wjm3u8">{$strPlayGroupName}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="d0d414 details-play-list clearfix p-sm-5 p-xs-5 tab-content">
|
||||
<ul class="a398d0 play-list fade-in clearfix">
|
||||
<?php $intKey = 1 ;?>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<ul class='a398d0 play-list fade-in clearfix play-group-list {eq name="$keyLineGroup" value="1"}active {/eq}' id="playlist_{$strPlayGroupName}">
|
||||
<?php $keyLine = 1 ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<?php $intKey ++ ;?>
|
||||
<li class="aa7fdb col-lg-8 col-md-6 col-sm-5 col-xs-4 p-xs-5 ewave-width-auto"
|
||||
<?php $keyLine ++ ;?>
|
||||
<li class="aa7fdb col-lg-8 col-md-6 col-sm-5 col-xs-4 p-xs-5 ewave-width-auto {if $keyLine == $Request.route.intPlayIndex}active{/if}"
|
||||
style="width:auto;max-width:100%;">
|
||||
{if !empty($arrGrm[$intKey + $intStart])}
|
||||
{$arrGrm[$intKey+$intStart]|raw}
|
||||
{/if}
|
||||
<a
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>{$arrPlayUrl.name}</a>
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>{$arrPlayUrl.name}</a>
|
||||
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
<div class="e46d16 pannel-box clearfix">
|
||||
<div class="d12a41 box-title"> <span class="b30c2f title-lb"></span>
|
||||
<h2>你可能还想看</h2>
|
||||
@@ -346,7 +352,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
</script>
|
||||
{/block}
|
||||
|
||||
|
||||
@@ -254,27 +254,40 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<div class="stui-pannel stui-pannel-bg clearfix">
|
||||
<div class="stui-pannel-box b playlist mb">
|
||||
<div class="stui-pannel_hd">
|
||||
<div class="stui-pannel__head bottom-line active clearfix"><span
|
||||
class="nore text-muted pull-right"></span>
|
||||
<h3 class="title">{$strPlayGroupName}</h3>
|
||||
<div class="stui-pannel__head bottom-line active clearfix">
|
||||
<span class="nore text-muted pull-right"></span>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<h3 class='title play-group-head {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')">
|
||||
<img src="/template/videodadi/icon/icon_30.png">
|
||||
{$strPlayGroupName}
|
||||
</h3>
|
||||
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
<div class="stui-pannel_bd col-pd clearfix">
|
||||
<ul class="stui-content__playlist clearfix">
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<ul class='stui-content__playlist clearfix play-group-list {eq name="$keyLineGroup" value="1"}active {/eq}' id="playlist_{$strPlayGroupName}">
|
||||
<?php $keyLine = 0 ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<li >
|
||||
<a href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>{$arrPlayUrl.name}</a>
|
||||
<?php $keyLine ++ ;?>
|
||||
<li class="{if $Request.route.intPlayIndex == $keyLine}active{/if}">
|
||||
<a href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>{$arrPlayUrl.name}</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="stui-pannel stui-pannel-bg clearfix">
|
||||
<div class="stui-pannel-box">
|
||||
|
||||
@@ -200,29 +200,37 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<div class="stui-pannel stui-pannel-bg clearfix">
|
||||
<div class="stui-pannel-box b playlist mb">
|
||||
<div class="stui-pannel_hd">
|
||||
<div class="stui-pannel__head bottom-line active clearfix"><span
|
||||
class="nore text-muted pull-right"></span>
|
||||
<h3 class="title">{$strPlayGroupName}</h3>
|
||||
<div class="stui-pannel__head bottom-line active clearfix">
|
||||
<span class="nore text-muted pull-right"></span>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<h3 class='title play-group-head {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')"
|
||||
>{$strPlayGroupName}</h3>
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
<div class="stui-pannel_bd col-pd clearfix">
|
||||
<ul class="stui-content__playlist clearfix">
|
||||
<?php $intKey = 0 ;?>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<ul class='stui-content__playlist clearfix play-group-list {eq name="$keyLineGroup" value="1"}active {/eq}' id="playlist_{$strPlayGroupName}">
|
||||
<?php $keyLine = 0 ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<?php $intKey ++ ;?>
|
||||
<li class="{if $Request.route.intPlayIndex == $intKey}active{/if}">
|
||||
<a href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>{$arrPlayUrl.name}</a>
|
||||
<?php $keyLine ++ ;?>
|
||||
<li class="{if $Request.route.intPlayIndex == $keyLine}active{/if}">
|
||||
<a href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>{$arrPlayUrl.name}</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="stui-pannel stui-pannel-bg clearfix">
|
||||
<div class="stui-pannel-box">
|
||||
|
||||
@@ -483,6 +483,38 @@ function findFirstUrl(obj) {
|
||||
return null;
|
||||
}
|
||||
|
||||
// 切换播放线路
|
||||
function checkLine(val){
|
||||
// 构造 ID(去掉 # 前缀)
|
||||
let strLineHeadId = `line_head_${val}`;
|
||||
let strLineListId = `playlist_${val}`;
|
||||
|
||||
// 获取 DOM 元素
|
||||
let headElement = document.getElementById(strLineHeadId);
|
||||
let listElement = document.getElementById(strLineListId);
|
||||
|
||||
// 1. 处理头部导航的 active 类
|
||||
let navItems = document.querySelectorAll('.play-group-head');
|
||||
navItems.forEach(item => {
|
||||
console.log(item.id)
|
||||
if (item.id === strLineHeadId) {
|
||||
item.classList.add('active');
|
||||
} else {
|
||||
item.classList.remove('active');
|
||||
}
|
||||
});
|
||||
|
||||
// 2. 处理播放列表的 active 类
|
||||
let tabPanes = document.querySelectorAll('.play-group-list');
|
||||
tabPanes.forEach(pane => {
|
||||
if (pane.id === strLineListId) {
|
||||
pane.classList.add('active');
|
||||
} else {
|
||||
pane.classList.remove('active');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
|
||||
|
||||
|
||||
@@ -1028,3 +1028,18 @@ pc 导航 滚动
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
播放线路
|
||||
*/
|
||||
.play-group-head{
|
||||
cursor: pointer;
|
||||
}
|
||||
.play-group-head.active{
|
||||
color:#FF9900;
|
||||
}
|
||||
.play-group-list{
|
||||
display: none;
|
||||
}
|
||||
.play-group-list.active{
|
||||
display: block;
|
||||
}
|
||||
@@ -1535,6 +1535,27 @@ body {
|
||||
/* 面包屑容器 -----------------------------end */
|
||||
|
||||
|
||||
/**
|
||||
播放线路
|
||||
*/
|
||||
.play-group-head{
|
||||
cursor: pointer;
|
||||
}
|
||||
.play-group-head.active{
|
||||
color:#FF9900;
|
||||
}
|
||||
.play-group-list{
|
||||
display: none;
|
||||
}
|
||||
.play-group-list.active{
|
||||
display: block;
|
||||
}
|
||||
.play-group-list.active a{
|
||||
border: 1px solid #FF9900;
|
||||
background: #FF9900;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* color.css -----------------------------start */
|
||||
|
||||
@@ -2081,10 +2081,11 @@ body.box .details-play-title {
|
||||
width: auto;
|
||||
}
|
||||
.details-play-nav li.play-list-toggle {
|
||||
background-color: #5ab46a;
|
||||
background-color: #bfbebe;
|
||||
}
|
||||
.details-play-nav li.active {
|
||||
background-color: #fff;
|
||||
/* background-color: #fff; */
|
||||
background-color: #5ab46a;
|
||||
}
|
||||
.details-play-nav li.active::before {
|
||||
content: '';
|
||||
@@ -2097,6 +2098,7 @@ body.box .details-play-title {
|
||||
left: 0;
|
||||
}
|
||||
.details-play-nav > li > a, .player-more-list li a {
|
||||
cursor: pointer;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
padding-left: 35px;
|
||||
@@ -2106,7 +2108,7 @@ body.box .details-play-title {
|
||||
padding: 10px 15px;
|
||||
padding-left: 35px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
.player-more-list li a {
|
||||
white-space: nowrap;
|
||||
@@ -5136,3 +5138,25 @@ img {
|
||||
|
||||
|
||||
/* 面包屑容器 -----------------------------end */
|
||||
|
||||
|
||||
/**
|
||||
播放线路
|
||||
*/
|
||||
.play-group-head{
|
||||
cursor: pointer;
|
||||
}
|
||||
.play-group-head.active{
|
||||
color:#5ab46a;
|
||||
}
|
||||
.play-group-list{
|
||||
display: none;
|
||||
}
|
||||
.play-group-list.active{
|
||||
display: block;
|
||||
}
|
||||
.play-group-list.active a{
|
||||
border: 1px solid #5ab46a;
|
||||
background: #5ab46a;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
@@ -515,3 +515,6 @@ textarea.form-control{ height: auto;}
|
||||
.stui-vodlist__media li .thumb .w-thumb{ width: 100px;}
|
||||
.stui-vodlist__media li .thumb .f-thumb{ width: 50px;}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -371,3 +371,24 @@ body{padding-top:80px}
|
||||
|
||||
|
||||
/* 面包屑容器 -----------------------------end */
|
||||
|
||||
/**
|
||||
播放线路
|
||||
*/
|
||||
.play-group-head{
|
||||
cursor: pointer;
|
||||
}
|
||||
.play-group-head.active{
|
||||
color:#FF9900;
|
||||
}
|
||||
.play-group-list{
|
||||
display: none;
|
||||
}
|
||||
.play-group-list.active{
|
||||
display: block;
|
||||
}
|
||||
.play-group-list.active a{
|
||||
border: 1px solid #FF9900;
|
||||
background: #FF9900;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user