1.去除i标签倾斜;
font-style:normal;
2.回顶部;
$('#goTop').click(function(){
$('body,html').animate({
'scrollTop':0
},500)
})
1.去除i标签倾斜;
font-style:normal;
2.回顶部;
$('#goTop').click(function(){
$('body,html').animate({
'scrollTop':0
},500)
})