马上记住修罗武神网,为防止/百/度/转/码/无法阅读,请直接在浏览器中输入本站网址访问本站。最新网址收藏:www.xiuluosxs.com,防止丢失。
//但显示设置时 如果隐藏显示则隐藏
$(\"a.yuedushezhi\").click(function(){
if($(\"div#topNavBoxTo\").is(\":visible\")){
$(\"div#topNavBoxTo\").hide();
}
});
//页面功能引导区
var userReadSet = getCookie(\"userReadSet\");
if(!userReadSet){
setCookie(\"userReadSet\",1,30);
}
//判断背景颜色设置 cookie是否保存 如果存在恢复设置
if(readSetBackground){
if(readSetBackground == \'rbgcloselight\'){
$(\".lilighttxet\").text(\'开灯\');
$(\"div#readercontainer\").css(\"color\",\"#666\");
}else if(readSetBackground == \'rbgopenlight\'){
$(\".lilighttxet\").text(\'关灯\');