2013年9月7日 10:03
");
$(".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();
});
}
//-------------------
});
-
Junior Lake敲出生涯首發滿貫砲。(圖/美聯社資料照片/達志影像)
記者卓君澤/綜合報導
Junior Lake敲出生涯第一發滿貫全壘打,幫助小熊在開局就奠定勝基,加上投手群輪番壓制,終場小熊就以8比5擊敗釀酒人,搶得系列賽頭香。
「每個敲出滿貫砲的球員,都會希望下個打席試試看能否再來一發,但他(Lake)考慮球隊的勝負,多過自己的數據,這點很棒。」總教練Dale Sveum表示。
釀酒人與小熊3連戰的首場對決,主場迎敵的小熊開局就攻勢兇猛,Nate Schierholtz先替球隊打回第1分,隨後兩出局、滿壘的情況下,Lake敲出左外野滿貫砲,一口氣幫小熊取得5比0領先。
不過,釀酒人在2局上,利用高飛犧牲打追回1分,Aramis Ramirez也在3局上敲出陽春全壘打,將比數縮小到2比5。
3局上半,小熊攻勢再起,Ryan Sweeney和Donnie Murphy接連敲安,輪到上個打揮出滿貫砲的Lake,他並沒有想再揮大棒,而是用短打觸擊上壘,一出局、滿壘時,Chris Rusin敲安進帳2打點,小熊也領先來到7比2。
「我只是在做對球隊最好的,當下會用觸擊是希望可以將壘包填滿,假使我出局的話,也有推進的效果。」Lake解釋他在第2個打席擺出短棒的想法。 (接下一頁)
關鍵字:
瘋棒球
釀酒人
小熊
Junior Lake
Kyle Lohse
Ramirez
Gennett
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:
留言列表