2013年8月24日 13:49
");
$(".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();
});
}
//-------------------
});
-
Hanley Ramirez敲出致勝2分砲。(圖/美聯社資料照片/達志影像)
記者卓君澤/綜合報導
Ricky Nolasco主投8局0失分,加上Hanley Ramirez敲出2分砲助威,終場道奇以2比0完封紅襪,搶得系列賽頭香,並縮小與聯盟龍頭勇士的勝場來到1場。
「我們表現很不錯,不管是什麼對手我們都保持專注,我們了解要維持高檔演出,必須得付出多大的努力。」Nolasco表示。
紅襪和道奇3連戰的首場交手,雙方分別派出John Lackey和Ricky Nolasco先發上陣,Nolasco主投8局被敲出2支安打,沒有投出任何保送,另外投出6次三振,沒有失分。
Nolasco有好投演出,隊友也在4局下相挺,率先上場打擊的Carl Crawford敲出安打,兩出局後,Ramirez一棒將小白球扛出中外野全壘打牆,幫助道奇打破0分僵局,取得2比0領先。
至於,紅襪先發投手Lackey表現也不差,8局投球只被敲出3支安打,0保送、6三振,唯一失掉的分數,就是被Ramirez擊出2分砲,但Lackey苦等不到隊友打擊支援,最後以0比2遭到完封。 (接下一頁)
關鍵字:
瘋棒球
紅襪
道奇
John Lackey
Ricky Nolasco
Hanley Ramirez
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
留言列表