第21节:地狱式修炼
“师父,我最亲爱的师父,我能不能稍微的休息一下。\%>__
上一章
回目录
下一章
小提示:按(键盘左键←)返回上一章 按(键盘右键→)进入下一章
温馨提示
//滚屏
if($.cookie('s')!=null&&$.cookie('s')!=''){
$('#s').val($.cookie('s')) ;
}else{
$('#s').val('滚屏') ;
}
//滚屏 end
//文字大小
if($.cookie('fontsize')!=null&&$.cookie('fontsize')!=''){
$(".yd_text").addclass($.cookie('fontsize'));
size=$.cookie('fontsize').replace('fon_',"");
size += 'px' ;
$('#fontsize').val(size) ;
$('#fontsize2').val($.cookie('fontsize')) ;
}
//文字大小 end
//背景
if($.cookie('background')!=null&&$.cookie('background')!=''){
var bg_val = '阅读底色' ;
if($.cookie('background')=='bg_lan') bg_val = '淡蓝' ;
if($.cookie('background')=='bg_huang') bg_val = '明黄' ;
if($.cookie('background')=='bg_lv') bg_val = '淡绿' ;
if($.cookie('background')=='bg_fen') bg_val = '红粉' ;
if($.cookie('background')=='bg_bai') bg_val = '白色' ;
if($.cookie('background')=='bg_hui') bg_val = '灰色' ;
$('#background2').val($.cookie('background')) ;
$('#background').val(bg_val) ;
$("body").addclass($.cookie('background'));
$(".ydleft").addclass($.cookie('background'));
}
//背景 end
//文字颜色
if($.cookie('fontcolor')!=null&&$.cookie('fontcolor')!=''){
var zt_val = '字体色彩' ;
if($.cookie('fontcolor')=='z_hei') zt_val = '默认黑' ;
if($.cookie('fontcolor')=='z_red') zt_val = '红色' ;
if($.cookie('fontcolor')=='z_lan') zt_val = '蓝色' ;
if($.cookie('fontcolor')=='z_lv') zt_val = '绿色' ;
if($.cookie('fontcolor')=='z_hui') zt_val = '灰色' ;
$('#fontcolor2').val($.cookie('fontcolor')) ;
$('#fontcolor').val(zt_val) ;
$(".yd_text").addclass($.cookie('fontcolor'));
}
//文字颜色 end
//字体
if($.cookie('fontfamily')!=null&&$.cookie('fontfamily')!=''){
var fa_val = '字体' ;
if($.cookie('fontfamily')=='fam_song') fa_val = '宋体' ;
if($.cookie('fontfamily')=='fam_hei') fa_val = '黑体' ;
if($.cookie('fontfamily')=='fam_kai') fa_val = '楷体' ;
$('#fontfamily2').val($.cookie('fontfamily')) ;
$('#fontfamily').val(fa_val) ;
$(".yd_text").addclass($.cookie('fontfamily'));
}
//字体 end
//全屏
if($.cookie('fulls')!=null&&$.cookie('fulls')!=''&&$.cookie('fulls')!=0){
$('.ydright').hide() ;
};
//全屏 end
由于本站一直被人攻击,如果您发现网页打不开,请稍等一下,然后重新刷新一下网页。请记住我们的网址:.。别忘记 ctrl+d 收藏我们。
推荐
[都市] 宝鉴[玄幻] 大主宰[玄幻] 傲世九重天[都市] 最强弃少[历史] 唐砖[玄幻] 完美世界[玄幻] 光明纪元[历史] 醉枕江山
读本书的书友也喜欢读
完美世界
首席御医
绝世唐门
校花的贴身高手
大主宰
宝鉴
繁体版
关于红尘谷阅读网|联系我们|诚聘英才|商务合作|友情链接
本站所收录所有玄幻、言情、都市及其它各类作品、评论均属其个人行为,不代表本站立场。
cht (bsp;2012-2015 红尘谷阅读网 all rights reserved . 版权所有
var novelid="2791";
toolsbar("2791");
//工具条
if($.cookie('hidetools')!=null&&$.cookie('hidetools')!=''&&$.cookie('hidetools')!=0){
hidetools() ;
}
//工具条 end
//全屏
if($.cookie('fulls')!=null&&$.cookie('fulls')!=''&&$.cookie('fulls')!=0){
$('#fulldiv').html('取消全屏') ;
$('#fulldiv').removeclass('b6') ;
$('#fulldiv').addclass('b7') ;
};
//全屏 end
var date = ne date();
var timestamp = (ne date());
(() + (30 * 24 * 60 * 60 * 1000));
$(fun(){
//头部更多显示
$('#gengduo').mouseover(fun (){
$("#gengduo").attr('class', 'sp_more m2');
$("#nav_s1").sho();
});
$('#gengduo').mouseout(fun (){
$("#gengduo").attr('class', 'sp_more');
$("#nav_s1").hide();
});
//头部更多显示end
//头部我的书架
$('#jilu').mouseover(fun (){
$("#jilu").attr('class', 'sp_more m2');
$("#nav_s4").sho();
});
$('#jilu').mouseout(fun (){
$("#jilu").attr('class', 'sp_more');
$("#nav_s4").hide();
});
//头部我的书架end
//头部用户名
$('#name').mouseover(fun (){
$("#name").attr('class', 'sp_more m2');
$("#nav_s3").sho();
});
$('#name').mouseout(fun (){
$("#name").attr('class', 'sp_more');
$("#nav_s3").hide();
});
//头部用户名end
//头部消息
$('#xiaoxi').mouseover(fun (){
$("#xiaoxi").attr('class', 'sp_more m2');
$("#nav_s2").sho();
});
$('#xiaoxi').mouseout(fun (){
$("#xiaoxi").attr('class', 'sp_more');
$("#nav_s2").hide();
});
//头部消息end
//滚屏
$('#s').click(fun (){
var selected = $('#s').parent().parent().children(".select") ;
() ;
});
$('#s1').click(fun (){
var selected = $('#s').parent().parent().children(".select") ;
() ;
});
$('#s').parent().parent().children('.select').children('p').each(fun(){
$(this).click(fun(){
$('#s').val($(this).html()) ;
$('#s').parent().parent().children('.select').hide() ;
var val = $('#s').val() ;
$.cookie('s', val , { path: '/',expires: date});
() ;
});
});
//滚屏 end
/*颜色*/
//背景色改变
$('#background').click(fun (){
var selected = $('#background').parent().parent().children(".select") ;
() ;
});
$('#background1').click(fun (){
var selected = $('#background1').parent().parent().children(".select") ;
() ;
});
$('.select').parent().each(fun (){
$(this).mouseover(fun (){
$(this).children(".select").sho() ;
}) ;
});
$('.select').parent().each(fun (){
$(this).mouseout(fun (){
$(this).children(".select").hide() ;
}) ;
});
$('#background').parent().parent().children('.select').children('p').each(fun(){
$(this).click(fun(){
$('#background').val($(this).html()) ;
$('#background').parent().parent().children('.select').hide() ;
$(".ydleft").removeclass($('#background2').val());
$("body").removeclass($('#background2').val());
$("body").attr('style' , '') ;
$(".ydleft").attr('style' , '') ;
$('#background2').val($(this).attr('class')) ;
$(".ydleft").addclass($(this).attr('class'));
$("body").addclass($(this).attr('class'));
});
});
//背景色改变 end
//文字大小
$('#fontsize').click(fun (){
var selected = $('#fontsize').parent().parent().children(".select") ;
() ;
});
$('#fontsize1').click(fun (){
var selected = $('#fontsize1').parent().parent().children(".select") ;
() ;
});
$('#fontsize').parent().parent().children('.select').children('p').each(fun(){
$(this).click(fun(){
$('#fontsize').val($(this).html()) ;
$('#fontsize').parent().parent().children('.select').hide() ;
$(".yd_text").removeclass($('#fontsize2').val());
$('#fontsize2').val($(this).attr('class')) ;
$(".yd_text").addclass($(this).attr('class'));
});
});
//文字大小 end
//字体
$('#fontfamily').click(fun (){
var selected = $('#fontfamily').parent().parent().children(".select") ;
() ;
});
$('#fontfamily1').click(fun (){
var selected = $('#fontfamily1').parent().parent().children(".select") ;
() ;
});
$('#fontfamily').parent().parent().children('.select').children('p').each(fun(){
$(this).click(fun(){
$('#fontfamily').val($(this).html()) ;
$('#fontfamily').parent().parent().children('.select').hide() ;
$(".yd_text").removeclass($('#fontfamily2').val());
$('#fontfamily2').val($(this).attr('class')) ;
$(".yd_text").addclass($(this).attr('class'));
});
});
//字体 end
//文字颜色改变
$('#fontcolor').click(fun (){
var selected = $('#fontcolor').parent().parent().children(".select") ;
() ;
});
$('#fontcolor1').click(fun (){
var selected = $('#fontcolor1').parent().parent().children(".select") ;
() ;
});
$('#fontcolor').parent().parent().children('.select').children('p').each(fun(){
$(this).click(fun(){
$('#fontcolor').val($(this).html()) ;
$('#fontcolor').parent().parent().children('.select').hide() ;
$(".yd_text").removeclass($('#fontcolor2').val());
$('#fontcolor2').val($(this).attr('class')) ;
$(".yd_text").addclass($(this).attr('class'));
});
});
//文字颜色改变 end
//保存按钮 , 恢复按钮
$("#savebutton").click(fun (){
$.cookie('s', $('#s').val(), { path: '/',expires: date});
$.cookie('background', $('#background2').val() , { path: '/',expires: date});
$.cookie('fontsize', $('#fontsize2').val() , { path: '/',expires: date});
$.cookie('fontcolor', $('#fontcolor2').val() , { path: '/',expires: date});
$.cookie('fontfamily', $('#fontfamily2').val() , { path: '/',expires: date});
alert('保存成功') ;
}) ;
$("#recoverybutton").click(fun (){
$('body').removeclass($.cookie('background')) ;
$('body').removeclass($('#background2').val()) ;
$('.ydleft').removeclass($('#background2').val()) ;
$('.ydleft').removeclass($.cookie('background')) ;
$('body').attr('style' , 'background:#e5f2f7') ;
$('.ydleft').attr('style' , 'background:#f2f8fb') ;
$('.yd_text').removeclass($('#fontsize2').val()) ;
$('.yd_text').removeclass($.cookie('fontsize')) ;
$('.yd_text').removeclass($('#fontcolor2').val())
$('.yd_text').removeclass($.cookie('fontcolor')) ;
$('.yd_text').removeclass($('#fontfamily2').val()) ;
$('.yd_text').removeclass($.cookie('fontfamily')) ;
$.cookie('background', '' , { path: '/',expires: date});
$.cookie('fontsize', '' , { path: '/',expires: date});
$.cookie('fontcolor', '' , { path: '/',expires: date});
$.cookie('fontfamily', '' , { path: '/',expires: date});
$('#s').val('滚屏') ;
$('#background').val('阅读底色') ;
$('#fontcolor').val('字体色彩') ;
$('#fontfamily').val('字体') ;
$('#fontsize').val('12px') ;
}) ;
//保存按钮 , 恢复按钮 end
//滚动
var autoscroll = (fun() {
var top;
var timer;
var actualtop;
fun starttimer() {
timer = setinterval(scroll, 40);
try {
if () {
.empty();
} else {
var sele = ();
();
}
} catch(e) {}
}
fun scroll() {
top = dot. || dot.;
if($.cookie('s')!=null){
top = top+parseint($.cookie('s'));
}
(0, top);
actualtop = dot. || dot.;
if (top != actualtop) {
stoptimer();
}
}
fun stoptimer() {
clearinterval(timer);
}
return {
start: starttimer,
stop: stoptimer
};
})();
jquery(dot).dblclick();
jquery(dot).mousedon();
});
</p>