十年悟道 最后四小时,今天爆发
(2/9)
作者: 九灯和善
喜欢就请收藏本站,www.dubuxy.cc让阅读成为一种享受3!
$(\"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(\'关灯\');
$(\"div#readercontainer\").css(\"color\",\"rgb(0, 0, 0)\");