'
);
document.getElementById("bpopup").style.display = "block";
document.body.style.overflow = "hidden";
document.body.style.height = "100%";
document.documentElement.style.overflow = "hidden";
document.documentElement.style.height = "100%";
}
}
}
//document.getElementById("popupc").onclick = function(){
// document.getElementById('bpopup').style.display = "none";
//document.body.removeAttribute("style");
//document.documentElement.removeAttribute("style");
//}
- 全部
- CCTV-1 综合
- CCTV-2 财经
- CCTV-3 综艺
- CCTV-4 中文国际
- CCTV-5 体育
- CCTV-6 电影
- CCTV-7 国防军事
- CCTV-8 电视剧
- CCTV-9 纪录
- CCTV-10 科教
- CCTV-11 戏曲
- CCTV-12 社会与法
- CCTV-13 新闻
- CCTV-14 少儿
- CCTV-15 音乐
- CCTV-16 奥林匹克
- CCTV-17 农业农村
- CCTV-5+ 体育赛事
- 全部
- 新闻
- 体育
- 综艺
- 健康
- 生活
- 科教
- 经济
- 农业
- 法治
- 军事
- 少儿
- 动画
- 纪实
- 戏曲
- 音乐
- 影视
- 全部
- A
- B
- C
- D
- E
- F
- G
- H
- I
- J
- K
- L
- M
- N
- O
- P
- Q
- R
- S
- T
- U
- V
- W
- X
- Y
- Z
共有个符合条件的内容
正在努力加载中
暂无对应的筛选结果,请尝试其他类型,或使用搜索找您喜欢的内容
播出频道:
'+cont[i].channel_name+'
播出时间:
'+cont[i].column_playdate+'
'
}else{
liHtml+= '
热门 播出频道:
'+cont[i].channel_name+'
播出时间:
'+cont[i].column_playdate+'
'
}
}
$(".lanmu18732_ind02 .search_num span").html(data.response.numFound)
$(".lanmu18732_ind02 .search_list ul").append(liHtml);
gundong = true;
if (datapd == "" && dataszm =="" && datafl ==""){
$(".lanmu18732_ind02 .search_list li").eq(0).find(".image .show span").css("display","block");
$(".lanmu18732_ind02 .search_list li").eq(1).find(".image .show span").css("display","block");
}
if (page*20 >=parseInt(data.response.numFound)){
$(".lanmu18732_ind02 .loading").css("display","block");
$(".search_nothing").css("display","none");
$(".lanmu18732_ind02").find(".loading").html("已加载全部数据");
}
if (data.response.numFound == 0){
$(".lanmu18732_ind02 .loading").css("display","none");
$(".search_nothing").css("display","block");
}else{
$(".lanmu18732_ind02 .loading").css("display","block");
$(".search_nothing").css("display","none");
}
},
error: function () {
console.log("跨域了");
}
});
}
var dataszm="",datafl="",datapd="",page=1;
function urlToObj(str){
var obj = {};
var arr1 = str.split("#");
var arr2 = arr1[1].split("&");
for(var i=0 ; i < arr2.length; i++){
var res = arr2[i].split("=");
obj[res[0]] = res[1];
}
return obj;
}
if (location.hash =="" || location.hash == undefined || location.hash == null){
lmDq(dataszm,datafl,datapd,page)
}else{
var can = urlToObj(location.hash);
dataszm = can.dataszm;
datafl = decodeURI(can.datafl);
datapd = can.datapd;
if (dataszm == undefined || dataszm == "undefined"){
dataszm="";
}
if (datafl == undefined || datafl == "undefined"){
datafl="";
}
if (datapd == undefined || datapd == "undefined"){
datapd="";
}
$("#pindao li").each(function(){
if (($(this).attr("datacid")).indexOf(datapd) >-1){
$(this).addClass("cur").siblings().removeClass("cur");
return false;
}
})
$("#zimu li").each(function(){
if (($(this).attr("datafl")).indexOf(dataszm) >-1){
$(this).addClass("cur").siblings().removeClass("cur");
return false;
}
})
$("#fenlei li").each(function(){
if (($(this).attr("datafc")).indexOf(datafl) >-1){
$(this).addClass("cur").siblings().removeClass("cur");
return false;
}
})
lmDq(dataszm,datafl,datapd,page)
}
$('.lanmu18732_ind01 .common_use .common_right .label_con li').bind('click',function(){//点击切换
$(this).addClass("cur").siblings().removeClass("cur");
$(".lanmu18732_ind02 .loading").html('
正在努力加载中')
page = 1;
$(".lanmu18732_ind02 .search_list ul").html("");
dataszm = $("#zimu li.cur").attr("datafl");
datafl = encodeURI($("#fenlei li.cur").attr("datafc"));
datapd = $("#pindao li.cur").attr("datacid");
lmDq(dataszm,datafl,datapd,page)
location.hash="datapd="+datapd+"&datafl="+datafl+"&dataszm="+dataszm;
});
var gundong = true;
window.onresize = window.onscroll = function () {
clearTimeout(throldHold);
var height=getClientHeight(),
// 窗口滚动条高度
theight=getScrollTop(),
// 窗口可视范围的高度
rheight=getScrollHeight(),
// 滚动条距离底部的高度
bheight=rheight-theight-height;
if (gundong){
if (bheight<=300){
gundong = false;
setTimeout(function(){
page = page+1;
lmDq(dataszm,datafl,datapd,page)
},200);
}
}
window.timer = setTimeout(inspect, throldHold);
}
//获取窗口可视范围的高度
function getClientHeight(){
var clientHeight=0;
if(document.body.clientHeight&&document.documentElement.clientHeight){
var clientHeight=(document.body.clientHeight
document.documentElement.clientHeight)?document.body.clientHeight:document.documentElement.clientHeight;
}
return clientHeight;
}
//获取窗口滚动条高度
function getScrollTop(){
var scrollTop=0;
if(document.documentElement&&document.documentElement.scrollTop){
scrollTop=document.documentElement.scrollTop;
}else if(document.body){
scrollTop=document.body.scrollTop;
}
return scrollTop;
}
//获取文档内容实际高度
function getScrollHeight(){
return Math.max(document.body.scrollHeight,document.documentElement.scrollHeight);
}
/*返回顶部 */
function inspect(){
var osww=$(window).width();
var oshh=$(window).height();
var oscolw=(osww-1550)/2;
var num=0;
if(oscolw>89){
num=(osww-1550)/2;
}else{
num=20;
}
if($(window).scrollTop() > 1600){
$(".taiwang18043_iphonesee_gotop_box").show();
$(".taiwang18043_goTop").show();
$(".taiwang18043_iphonesee_gotop_box").css({"right":num+"px"})
}else{
$(".taiwang18043_iphonesee_gotop_box").hide();
$(".taiwang18043_goTop").hide();
$(".taiwang18043_iphonesee_gotop_box").css({"right":num+"px"})
}
}
inspect();
var throldHold = 100;
$(".taiwang18043_goTop").click(function(){
$("body,html").animate({scrollTop:0},300)
return false;
});
$(".ycc2").remove()