').attr('id','pdf-background').css({position:'fixed',top:0,left:0,bottom:0,right:0,width:$(window).width(),height:$(window).height(),'line-height':$(window).height()+'px','text-align':'center',margin:'0 auto',background:'#fff'}).html('正在导出第1张PDF...').appendTo('body');snapshot(pdf,0,pdfPages);});var scrollTimer;$(window).on('scroll',function(){if(scrollTimer){clearInterval(scrollTimer);}scrollTimer=setTimeout(function(){var st=$(document).scrollTop(),el=$('.pdf-container'),offset=el.offset();$('.btn-share-float').animate({top:Math.max(10,st-offset.top+68)},500);if(st>offset.top){$('.btn-share-float-bottom').show().animate({bottom:Math.max(0,el.outerHeight()+offset.top-$(window).height()-st)});}else{$('.btn-share-float-bottom').fadeOut();}},50);});});function snapshot(pdfElm,idx,pages){$('#pdf-background').html('正在导出第'+idx+'张PDF...');$('.pdf-page').eq(idx).show().siblings().hide();html2canvas(document.querySelector('.pdf-container')).then(canvas=>{pdfElm.addImage(canvas.toDataURL('image/jpeg',1.0),'JPEG',0,0,595.28,841.89);if(idx