洪偵源
2013年9月9日 09:52
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
沒了奧運舞台,對壘球無疑是毀滅性的打擊。(圖/美聯社/達志影像)
記者洪偵源/綜合報導
沒有奧運光環加持,棒球還有經典賽、世錦賽等關注度不低的國際賽,甚至有凌駕在其之上的職業聯賽,但對壘球來說,這是一次毀滅性的打擊。
「我們都知道,這是非常、非常地困難。」世界棒壘球總會會長Don Porter 說,在競逐2020奧運的核心項目上,要勝過角力非常困難。
結果棒壘球在95張有效選票中獲得24票,與壁球的22票加起來,還沒有角力的49票多,最後是角力這項古老具傳統的運動回到奧運。
自從壘球決定從奧運剔除後, Porter說那一刻起,他就收到來自全世界女孩們寫來的信,表達她們是多麼傷心欲絕,「我們將繼續戰鬥。」他說。
這肯定是一條漫長的道路,要奧運新增競賽項目,要在7年前就提出,除非最新一任的IOC(國際奧會)主席上任後,就著手修改奧林匹克憲章,但也肯定是緩慢而費時。
IOC程序委員會主席Franco Carraro說,這是依據奧林匹克憲章的規定,且他無法預測新任主席有沒有修改憲章的意願。
留言列表