洪偵源
2013年10月28日 05:48
");
$(".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();
});
}
//-------------------
});
-
Serena Williams達成年終賽二連霸。(圖/美聯社/達志影像)
記者洪偵源/綜合報導
年終八強爭霸的戰事告一段落,中國大陸最終沒能締造雙贏局面,世界排名第一的Serena Williams,2-6、6-3、6-0擊敗李娜,取得年終賽二連霸。
單打決賽登場前,雙打冠軍戰由謝淑薇與彭帥拿下冠軍,跨國組合雙雙寫下台灣與中國大陸的歷史紀錄,已經締造亞洲選手於年終賽單打最佳成績的李娜,也備受期待能再創驚奇。
結果Williams依舊是一道難以跨越的高牆,被李娜擒下第一盤後,在第二盤中段開始竟被 Williams連搶9局成功反敗為勝,首度在WTA年終賽衛冕。
這是 Williams於WTA年終賽第四冠,也是今年賽季第11座單打冠軍,82場比賽中她贏了78場,這一季勝率高達九成五。
但Williams認為,比起這些成績,她比較想多贏一座大滿貫,「當然,可以拿到年終賽冠軍我很高興,我不能說這是最棒的一季,我不能說這不是最好的,我也不知道如何解釋。」
這場冠軍戰也締造另一個紀錄,第一次由兩位超過30歲的選手來對決,Williams已經32歲,而李娜是31歲,為43年來首次出現的情況。
WTA年終賽也是最後一年在伊斯坦堡舉行,明年起將移師新加坡。
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:
留言列表