91青青草原线免费观看

var playerhigh = "1"; //是否開啟(qi)播放器高度自(zi)適(shi)應,0關閉(bi)1開啟(開(kai)啟後將(jiang)播(bo)放器設置(zhi)100%關閉(bi)填寫固定高度)var lazyswitch = "1"; //是否開啟圖片懶加載(zai),0關閉(bi)1開啟(關閉(bi)後會通過js直接加載圖(tu)片(pian),速度較(jiao)慢(man))var playcolumn = "8"; //是(shi)否(fou)開啟有(you)序播放(fang)列表,0關閉(bi),3、6、8、10、12開啟並指定(ding)列(lie)數,數字代表每(mei)行列數(shu),手(shou)機強(qiang)製4列var qrcode1 = "1"; //右(you)側懸浮(fu)二(er)維碼,1自動(dong)生成(cheng)(當前頁麵二維(wei)碼),填寫路(lu)徑將加載指(zhi)定圖片(建(jian)議(yi)尺(chi)寸150*150px)例:/statics/img/wxcode.pngvar qrcode2 = "1"; //內容頁二維碼(ma),1自動(dong)生成(cheng)(當前頁麵二維(wei)碼),填寫路(lu)徑將加載指(zhi)定圖片(建(jian)議(yi)尺(chi)寸160*160px)例:/statics/img/wxcode.pngvar copyshort = "0" //是否開啟自動(dong)生成(cheng)短鏈接,0關閉(bi)1開啟(開啟後點擊(ji)分享按(an)鈕將會複製(zhi)短鏈(lian)否則複(fu)製默(mo)認鏈接)var baidushare = "0"; //是否開啟百度分享,0關閉(bi),啟用(yong)本(ben)地(di)分(fen)享(xiang)填(tian)寫/statics/api/js/share.js,啟用官網分享填寫http://bdimg.share.baidu.com/static/api/js/share.js(不(bu)支持(chi)https)var stui = { 'browser': {//瀏覽器 url: document.URL, domain: document.domain, title: xdocument.title, language: (navigator.browserLanguage || navigator.language).toLowerCase(), canvas: function() { return !!document.createElement("canvas").getContext }(), useragent: function() { var a = navigator.userAgent; return { mobile: !! a.match(/AppleWebKit.*Mobile.*/), ios: !! a.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), android: -1 '); $(".close-popup").click(function() { $popblock.removeClass("popup-visible"); $(".mask").remove(); $("body").removeClass("modal-open"); }); $(".mask").click(function() { $popblock.removeClass("popup-visible"); $(this).remove(); $("body").removeClass("modal-open"); }); }) }, 'slide': function() { $(".type-slide").each(function(a) { $index = $(this).find('.active').index()*1; if($index > 3){ $index = $index-3; }else{ $index = 0; } $(this).flickity({ cellAlign: 'left', freeScroll: true, contain: true, prevNextButtons: false, pageDots: false, initialIndex: $index }); }); }, 'mshare': function() { $(".open-share").click(function() { stui.browser.useragent.weixin ? $("body").append('

') : $("body").append('
'); $(".mobile-share").click(function() { $(".mobile-share").remove(); $("body").removeClass("modal-open"); }); }); } }, 'images': {//圖片處理 'lazyload': function() { if(lazyswitch==1){ $(".lazyload").lazyload({ effect: "fadeIn", threshold: 200, failurelimit: 15, skip_invisible: false }); }else{ $(".lazyload").each(function(){ var original = $(this).attr("data-original"); $(this).css("background-image","url("+original+")"); $(this).attr("data-original",""); if($(this).attr("src")!= undefined){ $(this).attr("src",original); } }); } }, 'carousel': function() { $('.carousel_default').flickity({ cellAlign: 'left', contain: true, wrapAround: true, autoPlay: true, prevNextButtons: false }); $('.carousel_wide').flickity({ cellAlign: 'center', contain: true, wrapAround: true, autoPlay: true }); $('.carousel_center').flickity({ cellAlign: 'center', contain: true, wrapAround: true, autoPlay: true, prevNextButtons: false }); $('.carousel_right').flickity({ cellAlign: 'left', wrapAround: true, contain: true, pageDots: false }); }, 'qrcode': function() { if(qrcode1==1){ if($("#qrcode").length){ var qrcode = new QRCode('qrcode', { text: stui.browser.url, width: 150, height: 150, colorDark : '#000000', colorLight : '#ffffff', correctLevel : QRCode.CorrectLevel.H }); $("#qrcode img").attr("class","img-responsive"); } } else { if($("#qrcode").length){ $("#qrcode").append("91青青草原线免费观看"); } } if(qrcode2==1){ if($("#qrcode2").length){ var qrcode = new QRCode('qrcode2', { text: stui.browser.url, width: 160, height: 160, colorDark : '#000000', colorLight : '#ffffff', correctLevel : QRCode.CorrectLevel.H }); $("#qrcode2 img").attr("class","img-responsive").css({"padding":"10px","background-color":"#fff"}); } } else { if($("#qrcode2").length){ $("#qrcode2").append(""); } } } }, 'common': {//公共基礎 'bootstrap': function() { $('a[data-toggle="tab"]').on("shown.bs.tab", function(a) { var b = $(a.target).text(); $(a.relatedTarget).text(); $("span.active-tab").html(b); }); }, 'headroom': function() { if($("#header-top").length){ var header = document.querySelector("#header-top"); var headroom = new Headroom(header, { tolerance: 5, offset: 205, classes: { initial: "top-fixed", pinned: "top-fixed-up", unpinned: "top-fixed-down" } }); headroom.init(); } }, 'history': function() { if($("#stui_history").length){ if($.cookie("recente")){ var json=evals("("+$.cookie("recente")+")"); var list=""; for(i=0;i"+json[i].vod_part+""+json[i].vod_name+""; } $("#stui_history").append(list); } else $("#stui_history").append("

您(nin)還沒有看過影片哦

"); $(".historyclean").on("click",function(){ $.cookie("recente",null,{expires:-1,path: '/'}); }); } }, 'collapse': function() { if($(".detail").length){ $(".detail").find("a.detail-more").on("click",function(){ $(this).parent().find(".detail-sketch").addClass("hide"); $(this).parent().find(".detail-content").css("display",""); $(this).remove(); }); } }, 'scrolltop': function() { var a = $(window); $scrollTopLink = $("a.backtop"); a.scroll(function() { 500 '); window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"24"},"share":{}};with(document)0[(getElementsByTagName("head")[0]||body).appendChild(createElement('script')).src=''+baidushare+'?cdnversion='+~(-new Date()/36e5)]; } } } };$(document).ready(function() { if(stui.browser.useragent.mobile){ stui.mobile.slide(); stui.mobile.popup(); stui.mobile.mshare(); } stui.images.lazyload(); stui.images.carousel(); stui.images.qrcode(); stui.common.bootstrap(); stui.common.headroom(); stui.common.history(); stui.common.collapse(); stui.common.scrolltop(); stui.common.copylink(); stui.common.share(); }); (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.xmdsl.com } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();
  青青久在线视频免费观看手机-青青青免费精品视频在线观看-久草青青  青青草视频免费在线观看-青青青草最新视频-青青草视频官网  奶茶视奶茶视频网站-奶茶免费视频-奶茶视频网在线播放