$('.select').parent().each(function (){
$(this).mouseover(function (){
$(this).children(".select").sho() ;
}) ;
});
$('.select').parent().each(function (){
$(this).mouseout(function (){
$(this).children(".select").hide() ;
}) ;
});
$('#background').parent().parent().children('.select').children('p').each(function(){
$(this).click(function(){
$('#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(function (){
var se
…。。本站若有图片广告属于第三方接入,非本站所为,广告内容与本站无关,不代表本站立场,请谨慎阅读。
Copyright © 2020 精灵书院 All Rights Reserved.kk