洪偵源
2013年9月7日 17:55
");
$(".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();
});
}
//-------------------
});
-
李勝木與蔡佳欣闖進決賽。(圖/記者洪偵源攝)
記者洪偵源/新莊報導
睽違4年,本土男雙再度打進台北羽球公開賽冠軍戰,由李勝木與蔡佳欣在明天(7日)挑戰冠留台灣。
四強戰中,李勝木、蔡佳欣遇上印尼的庫瑞亞萬、塞普塔諾,以22:20、13:21、21:9拿下勝利,獲得觀眾熱烈掌聲,而油條的庫瑞亞萬,也給球迷留下深刻印象。
庫瑞亞萬發球小動作頗多,已經作勢要發球,結果下一個該出拍的動作突然變成撥頭髮,李勝木提出抗議,但對手未被罰分。
後來庫瑞亞萬也像李勝木致歉,李勝木表示,應該已經構成犯規,但這得看發球審抓不抓,他開玩笑說:「我本來也想弄一次,但我抗議過,裁判已經在盯了!」
第一局雙方比分咬得頗緊,20:20局面下,李勝木網前得手逼出局點,跟著庫瑞亞萬回球掛網收下首局。
印尼組合第二局開局就打出4比1攻勢,比數中段就被拉開,李勝木與蔡佳欣被對方扳回一城。結果第三局輪到台灣組合發威,開局6比1攻勢,跟著差距越拉越大,順利拿下決賽門票。
李勝木與蔡佳欣均表示,狀況比前一天好很多,昨天因為比賽時間長,比賽中還會突然恍神,因此比完回去提早休息。
對於致勝關鍵,李勝木說:「對方的發球習性突然改變,結果我們熟悉之後,他們反而亂掉。」而蔡佳欣則認為:「關鍵時刻的防守,我想我們做得不錯。」
李勝木與蔡佳欣是自2009年的陳宏麟與林祐瑯以來,再度闖進台北羽球公開賽的本土男雙組合,對手是南韓申白喆、柳延星與金基正、金沙朗之間的勝方。
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:
留言列表