上一篇: 煙臺膠原蛋白去抬頭紋整形醫(yī)院綜合實(shí)力十強(qiáng)排行口碑好不好!煙臺伊倩源醫(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();
});
});