2013年7月27日 15:09
");
$(".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();
});
}
//-------------------
});
-
威廉對運動家又吞敗。(圖/美聯社/達志影像)
記者林俊達/綜合報導
一尾活龍又來了,面對老東家Bartolo Colon好投再奪勝,6比4擊敗天使,拿下全大聯盟並列最多的第14勝。
Bartolo Colon 曾經在2005年在天使投出21勝8敗,拿下該年的賽揚獎,今年在運動家也是超猛,先前寫下8連敗,7月初吞下本季第3敗之後,現在又是3連勝。
這場比賽Bartolo Colon第一局就被Mike Trout打出左中外野上層看台的兩分全壘打,不過這名老投隨即恢復穩定,投完6局被打7支安打,就只有失掉這兩分,另投出2次三振及2次保送。
在5月9日輸球之後,Bartolo Colon的戰績11勝1敗,也就是說在5月24日滿40歲之後,他只有輸過1場球。
Jed Lowrie一局下半也打出全壘打,將比數追近為1比2,第二局Eric Sogard安打,追平比數,接著Jed Lowrie再來1支兩分打點的安打,幫助運動家取得超前。
Stephen Vogt則是在第六局再補上1支兩分砲,比數形成6比2,作為Bartolo Colon的捕手,Stephen Vogt顯然非常滿意,「看著他的球在好球帶附近亂竄,真的很有趣,他對於投球的知識和經驗都很豐富,曉得要丟什麼球,也曉得怎麼丟,怎麼操控這些球路,真的是很特別的一名投手。」 (接下一頁)
關鍵字:
MLB
一尾活龍
大聯盟
Bartolo Colon
Grant Balfour
天使
運動家
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
留言列表