Authored by 2586703@qq.com

ipad 处理share位置

... ... @@ -553,9 +553,8 @@ define('yohood', function(require, exports) {
//ipad处理share位置
if (navigator.userAgent.indexOf('iPad') !== -1) {
alert($('.wrapper').width());
$('.wrapper').width(960);
$('.share').css('marginLeft', '-516px');
$('.share').css('marginLeft', '-514px');
}
//设置flash宽度
$(".text-body").find("object[class=content-web-flash]").each(function() {
... ...