2013年9月8日 21:21
");
$(".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();
});
}
//-------------------
});
-
Salvador Perez(左)於6局下半擊出超前全壘打,隊友興奮和他慶賀。(圖/美聯社/達志影像)
記者林志儒/綜合報導
老虎王牌Justin Verlander本季面對皇家可說是一籌莫展,已吞下三連敗。
皇家8日主場迎戰老虎,皇家靠著Salvador Perez於6局下半從Verlander手中轟出石破天驚的兩分砲,終場便以4比3搶下系列賽第2場勝利。
Verlander此役表現並非不理想,主投7局責失4分,僅有1次保送還送出7次三振,但6局下半遭到砲擊讓他吞下本季第11敗。
「那球可是有98英哩(約157公里),那球投得很好,但打者打得更棒。」Verlander認為自己沒有失投。
「我覺得他(Verlander)投得很好,那球壓得相當低,他先前已用同樣的方式三振許多打者,但那球確實讓我們受到傷害。」老虎捕手Brayan Pena也替Verlander說話。
敲出致勝全壘打的Perez倒是一出手便極具信心:「當我擊中球的那一刻我就知道會是全壘打了,我想我打的還不錯。」 (接下一頁)
關鍵字:
MLB
皇家
老虎
Justin Verlander
Salvador Perez
外卡
美聯
Greg Holland
留言列表