Authored by 2586703@qq.com

ipad

... ... @@ -569,7 +569,7 @@ define('yohood', function(require, exports) {
});
}
if($(".share").offset().top + $('.share').outerHeight() > maxH){;
if($(".share").offset().top + $('.share').outerHeight() > maxH && navigator.userAgent.indexOf('iPad') === -1){;
$(".share").css({
'position': 'absolute',
'top': maxH - $('.share').outerHeight() - 10
... ...