洪偵源
2013年9月9日 00:39
");
$(".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();
});
}
//-------------------
});
-
角力重新回到奧運。(圖/美聯社/達志影像)
記者洪偵源/綜合報導
經過7個月的在外流浪,角力又重返奧運家族的懷抱,在布宜諾斯艾利斯的IOC(國際奧會)大會上的投票競選中擊敗了棒壘球與壁球。
角力選手出身、前任美國奧林匹克委員會執行長Jim Scherr在介紹時提到:「角力代表著是一項運動的未來,而不是古老的過往。」
意外被踢出奧運後,角力可說痛定思痛,FILA(國際角力總會)也有所改革,包括撤換主席,增加更多女子選手參賽量級等,並著手修改規則,讓比賽變得更好懂,與更好看。
且在2016里約奧運之前,向MMA請益的角力,將有重大變革,會參考格鬥技舞台華麗的舞台效果,以及比賽服裝改變,因為傳統的地墊場地,在電視上收看效果不佳。
其實這次也給角力與各項運動一個教訓,角力有著顯而易見的缺點,卻因過度安逸而被剔除,到最後得和棒壘球與壁球競爭。
原本要在二月離開奧運的項目是,為冷門且內容與其他項目大幅重疊的現代五項,但是該單項總會的成員背景雄厚,有Juan Antonio Samaranch Jr積極遊說、運作,得以續存奧運。
在投票遴選上,各項目先進行20分鐘的陳述,最後角力在95張有效選票中,拿下49張,棒壘球獲得24張,壁球22張,角力得以在2020與2024年奧運持續亮相。
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends:
留言列表