沈明璁@NOWnews運動新聞
2013年5月18日 22:17
");
$(".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();
});
}
//-------------------
});
-
莊智淵(見圖)與陳建安聯手為台灣締造歷史最佳成績。(圖/美聯社資料照/達志影像)
記者沈明璁/綜合報導
台灣在亞洲不得志沒關係,先來聽聽來自法國巴黎的捷報!
2013年巴黎桌球世錦賽,「桌球小子」莊智淵與年輕好手「小安」陳建安的男雙組合,18日以總比分4:2擊敗中國組合王勵勤/周雨,殺進冠軍賽,締造台灣桌球史上前無古人的成就!
繼四強賽苦戰7局擊退日本組合張一博/松平賢二,準決賽再接再厲,以11:6、11:6、9:11、9:11、11:6、11:8,扳倒中國王周配。
「過程和結果都很滿意,我們冠軍戰會全力以赴,締造歷史。」莊智淵去年差點奪下寶島首面奧運男單桌球獎牌,這次帶著超級新星一同寫下令人驕傲的篇章。
莊智淵/陳建安冠軍戰的對手是馬琳/郝帥,碰上希望在雙打賽事一吐男單無緣「生涯大滿貫」怨氣的超級高手馬琳,勢必有一番苦戰。 (接下一頁)
關鍵字:
世錦賽
莊智淵
陳建安
王勵勤
周雨
張一博
松平賢二
奧運
桌球
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: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表