华为平板 MatePad Pro 10.8英寸 5G全网通版
jQuery('.TreeList').each(function(i){
jQuery(this).find(".cat1").first().addClass("cat1_first");
});
jQuery('.quick_links a.a3').hide();
jQuery(window).scroll(function() {
var toph = jQuery(window).scrollTop();
if (toph > 165) {
jQuery('.quick_links a.a3').show();
}
else{jQuery('.quick_links a.a3').hide();}
});
var fright = window.screen.width - 1200;
jQuery(".quick_links").css({"right":fright/2-70});
function addBookmark(a,b) { try{ window.external.AddFavorite(a,b); } catch(e){ (window.sidebar)?window.sidebar.addPanel(b,a,""):alert('请使用按键 Ctrl+d,收藏本站'); } }