ENG

原创经典

最美囍饰

金融中心

人生就是博-尊龙凯时,尊龙凯时·中国官方网站,尊龙人生就要博旧版故事

阅读更多
    {{ slides }}

{{ title }}

{{ descs }}

扫码查看海量好货

注册

  • 看不清?点击换图

if (!window.jQuery) { document.write(unescape("%3Cscript src='/public/static/common/js/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); document.write(unescape("%3Cscript type='text/javascript'%3E try{jQuery.noConflict();}catch(e){} %3C/script%3E")); } if (window.jQuery) { (function($){ default_switch(); //简体繁体互换 function default_switch() { var home_lang = getCookie('home_lang'); if (home_lang == '') { home_lang = 'cn'; } if ($.inArray(home_lang, ['zh','cn'])) { var obj = $('#jquerys2t_1573822909'); var isSimplified = getCookie('jquerys2t_1573822909'); if ('cn' == isSimplified) { $('body').t2s(); $(obj).text('繁體'); } else if ('zh' == isSimplified) { $('body').s2t(); $(obj).text('简体'); } } } //简体繁体互换 $('#jquerys2t_1573822909').click(function(){ var obj = this; var isSimplified = getCookie('jquerys2t_1573822909'); if ('' == isSimplified || 'cn' == isSimplified) { $('body').s2t(); // 简体转繁体 setCookie('jquerys2t_1573822909', 'zh'); $(obj).text('简体'); } else { $('body').t2s(); // 繁体转简体 setCookie('jquerys2t_1573822909', 'cn'); $(obj).text('繁體'); } }); })(jQuery); } $(function() { $("#showCode").click(function(){ $(".appletCode_alert").show(); return false; }); $("body,html").click(function(){ $(".appletCode_alert").hide(); }); //视频播放 //var host = location.protocol + '//' + location.host; var videoObject = { container: '#videobox1', //容器的ID或className variable: 'player', //播放函数名称 autoplay: true, //是否自动播放 debug: true, //是否开启调试模式 drag: 'start', //拖动的属性 seek: 0, //默认跳转的时间 playbackrate: -1, mobileCkControls: false }; // palybtn function ckplayerX($showbtn, $hidebtn) { var player; $(document).on('click', $showbtn, function() { $(".l-recruitmentfloat").fadeIn(300); _videofile = $(this).data('vlink'); videoObject.video = _videofile; player = new ckplayer(videoObject); }) $(document).on('click', $hidebtn, function() { stop(); }); $(document).on('click', function(e) { if($(e.target).hasClass('l-recruitmentfloat')) { stop(); } }); function stop() { player.videoPause(); $('.l-recruitmentfloat').fadeOut(300); $(".l-recruitmentfloat .l-videobox").html(""); } } ckplayerX('.video-play-button', '.l-recclosebtn'); });