...
|
...
|
@@ -204,12 +204,6 @@ define('yohood', function(require, exports) { |
|
|
}
|
|
|
setFlowLayout();
|
|
|
|
|
|
//ipad处理share位置
|
|
|
//if (navigator.userAgent.indexOf('iPad') !== -1) {
|
|
|
alert($('.wrapper').width());
|
|
|
/*$('.wrapper').width(960);
|
|
|
$('.share').css('marginLeft', '-516px');*/
|
|
|
//}
|
|
|
};
|
|
|
//资讯
|
|
|
exports.news = function() {
|
...
|
...
|
@@ -557,6 +551,12 @@ define('yohood', function(require, exports) { |
|
|
}
|
|
|
});
|
|
|
|
|
|
//ipad处理share位置
|
|
|
if (navigator.userAgent.indexOf('iPad') !== -1) {
|
|
|
alert($('.wrapper').width());
|
|
|
$('.wrapper').width(960);
|
|
|
$('.share').css('marginLeft', '-516px');
|
|
|
}
|
|
|
//设置flash宽度
|
|
|
$(".text-body").find("object[class=content-web-flash]").each(function() {
|
|
|
if (parseInt($(this).attr("width")) > 650 || parseInt($(this).css("width")) > 650) {
|
...
|
...
|
|