Showing
1 changed file
with
6 additions
and
6 deletions
@@ -204,12 +204,6 @@ define('yohood', function(require, exports) { | @@ -204,12 +204,6 @@ define('yohood', function(require, exports) { | ||
204 | } | 204 | } |
205 | setFlowLayout(); | 205 | setFlowLayout(); |
206 | 206 | ||
207 | - //ipad处理share位置 | ||
208 | - //if (navigator.userAgent.indexOf('iPad') !== -1) { | ||
209 | - alert($('.wrapper').width()); | ||
210 | - /*$('.wrapper').width(960); | ||
211 | - $('.share').css('marginLeft', '-516px');*/ | ||
212 | - //} | ||
213 | }; | 207 | }; |
214 | //资讯 | 208 | //资讯 |
215 | exports.news = function() { | 209 | exports.news = function() { |
@@ -557,6 +551,12 @@ define('yohood', function(require, exports) { | @@ -557,6 +551,12 @@ define('yohood', function(require, exports) { | ||
557 | } | 551 | } |
558 | }); | 552 | }); |
559 | 553 | ||
554 | + //ipad处理share位置 | ||
555 | + if (navigator.userAgent.indexOf('iPad') !== -1) { | ||
556 | + alert($('.wrapper').width()); | ||
557 | + $('.wrapper').width(960); | ||
558 | + $('.share').css('marginLeft', '-516px'); | ||
559 | + } | ||
560 | //设置flash宽度 | 560 | //设置flash宽度 |
561 | $(".text-body").find("object[class=content-web-flash]").each(function() { | 561 | $(".text-body").find("object[class=content-web-flash]").each(function() { |
562 | if (parseInt($(this).attr("width")) > 650 || parseInt($(this).css("width")) > 650) { | 562 | if (parseInt($(this).attr("width")) > 650 || parseInt($(this).css("width")) > 650) { |
-
Please register or login to post a comment