现金分期 贷您幸福
发布时间:2018-05-24
fontChange('#s_font', 12, 'Arial');
fontChange('#m_font', 14, 'Arial');
fontChange('#b_font', 16, 'Microsoft YaHei');
function fontChange(obj, num, fa) {
$(obj).click(function (e) {
$("#slider-range-min2").slider({ value: num });
$(this).css('color', '#999').siblings().css('color', '#000');
$('#ti').css({ 'font-size': num }, { 'font-family': fa });
$('#ti li').css({ 'font-family': fa });
});
}
$('.w_219.rfloat').append($('.intresst_html'))