Authored by 2586703@qq.com

ipad处理share位置

... ... @@ -205,7 +205,7 @@ define('yohood', function(require, exports) {
setFlowLayout();
//ipad处理share位置
if (/(iPad)/i.test(navigator.userAgent)) {
if (navigator.userAgent.indexOf('iPad') !== -1) {
$('.wrapper').width(960);
$('.share').css('marginLeft', '-516px');
}
... ...