上一篇: 贛州治療激光脫腋毛整形醫(yī)院排名前十佳匯總介紹-贛州儷人醫(yī)療美容門診部口碑實力均在線
下一篇:
$(function() {
var size = ['14px', '18px', '22px'];
var el = $('.arti-content');
var chooseDom = $('.arti-head-sizewrap > span');
chooseDom.on('click', function() {
var iNow = $(this).index();
$(this).addClass('arti-hs-list-act').siblings().removeClass('arti-hs-list-act');
el.css('fontSize', size[iNow]);
});
$('.arti-hipl-right-title').html($('.arti-head > h2').html());
$('.share-weixin').on('click', function() {
$('.arti-wxwrap').show();
});
$('.arti-wxwrap-close').on('click', function() {
$('.arti-wxwrap').hide();
});
});