2013年7月6日 09:40
");
$(".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();
});
}
//-------------------
});
-
Francisco Liriano完投9局,幫助海盜擊敗小熊。(圖/美聯社資料照片/達志影像)
記者卓君澤/綜合報導
不管有沒有獲選,Francisco Liriano用表現證明自己是個明星球員!Liriano這場面對小熊一夫當關完投9局,加上隊友打擊捧場,終場海盜就以6比2擊敗小熊。
「這場面對小熊的比賽,我投得不錯。」Liriano表示。
本季有著驚奇演出的海盜左投Liriano,最近的5場先發拿下4勝,狀況相當不錯,這場面對國聯中區後段班的小熊,Liriano在打擊上也有發揮,2局上,2出局、一、二壘有人時,Liriano敲出左外野安打,護送Russell Martin回到本壘,替球隊先馳得點,取得1比0領先。
不過,小熊在下個半局還以顏色,一出局、三壘有人的情況,Scott Hairston逮到92英哩快速球,掃出了個人本季第7支全壘打,而且還是一發2分砲,幫助小熊反超比數來到2比1。
「那球投得不好,快速球落在右邊偏中間,所以才會被敲全壘打,」Liriano說,「但就在那之後,控球都在掌握之中。」
小熊雖然逆轉戰局,但這2分也是Liriano全場唯一的失分,接下來他僅僅再被敲出3支零星安打,沒有丟掉任何分數,Liriano完投9局,另外還投出7次三振。 (接下一頁)
關鍵字:
瘋棒球
海盜
小熊
Liriano
Samardzija
完投
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
留言列表