洪偵源
2013年7月7日 02:26
");
$(".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();
});
}
//-------------------
});
-
謝淑薇。(圖/美聯社/達志影像)
記者洪偵源/綜合報導
謝淑薇與彭帥在溫網女雙決賽中,面對澳洲組合Ashleigh Barty/Casey Dellacqua,目前第一盤以5-6落後。
第一盤陷入1-2落後的謝淑薇與彭帥,第4局未能保住發球局,陷於1-3落後,不過謝淑薇一次網前放小球,順利完成破發追到2-3,並來到彭帥的發球局。
不過Ashleigh Barty與 Casey Dellacqua防守犀利,Barty一次網前截擊,謝、彭來到3個破發點劣勢,躲過兩個破發點後,在4人於網前短兵相接下,謝淑薇雙手反拍出界,形成2-4落後。
下一局澳洲組合表現也不穩定,謝、彭兩人也順利破掉對方發球局,追到3-4落後,雙方至此4次互破發球局。
第8局雙方來到40:40,謝淑薇發球造成對方回球出界搶下局點,結果謝淑薇一次底線對角回擊,被Dellacqua截擊逮個正著,跟著就被逼出破發點,不過成功化解。
接著謝淑薇二發被對方的雙上網戰術逼出破發點,最後謝淑薇雙誤送出這一局,來到3-5落後,第9局面臨非破不可的一局。
兩人一度被逼出盤末點,謝淑薇網前化解,並再以抽球逼出破發點,但又逼回40:40,謝淑薇一次吊高球出界,又出現盤末點,跟著網前截擊直接打在對手身上躲過第二次盤末點,並順利逼出破發點,最後驚險破發來到4-5。
第10局靠著彭帥球質重的一發,加上謝淑薇的網前截擊,順利保住這一局,追成了5-5,並在下一局破發,來到6-5領先。
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
留言列表