马上记住修罗武神网,为防止/百/度/转/码/无法阅读,请直接在浏览器中输入本站网址访问本站。最新网址收藏:www.xiuluosxs.com,防止丢失。
var fontbody = $(\"div#readercontainer\").css(\"font-size\");
var fontsize = parseInt(fontbody);
if(fontsize==28){
$(\"#ddplus\").html(\"A\");
}
//添加cookie记录
setCookie(\"readsetfontsize\",nefont,30);
}
});
//行间距设置增大
$(\"#hang-xiao\").click(function(){
var lineHeight = $(\"div#readercontainer\").css(\"line-height\");
var lineHeightNum = parseInt(lineHeight);
if(lineHeightNum >25){
var lineHN = eval(lineHeightNum-4);
$(\"div#readercontainer\").css(\"line-height\",lineHN+\"px\");
$(\"#hang-da\").html(\"T+\");