方正東
2013年7月20日 09:51
");
$(".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();
});
}
//-------------------
});
-
金鶯隊陳偉殷投完前五局失一分。(圖/美聯社資料照片/達志影像)
記者方正東/綜合報導
美國職棒大聯盟下半季再戰,金鶯隊陳偉殷台北時間20日上午對遊騎兵隊先發,金鶯隊右外野手Nick Markakis演出美技守備,硬是接殺一支全壘打,幫了陳偉殷大忙,5局結束,金鶯隊3比1領先。
遊騎兵隊4局上Adrian Beltre轟出右外野深遠飛球,眼看就要飛越全壘打牆,不過金鶯隊右外野手Nick Markakis硬是躍上全壘打牆將這一球接殺,Adrian Beltre當場傻眼。
陳偉殷接下來先讓Jeff Baker敲出安打,再保送Mitch Moreland,但此時Jeff Baker趁著金鶯三壘手Manny Machado沒注意,沒有回防三壘,成功盜上三壘,接著Craig Gentry打出高飛犧牲打,殷仔平白地失掉1分。
陳偉殷投完前5局,用了80球、54球好球,球速最快94哩(約151公里),被擊出5支安打失1分。
金鶯隊2局上Matt Wieters轟出陽春砲(本季第13轟),Matt Wieters生涯對上遊騎兵隊先發左投Derek Holland只敲出2支安打,但這2安都是全壘打,而他本季13轟,8轟對右投、5轟對左投。
金鶯隊3局上Brian Roberts獲保送,Nate McLouth敲出二壘打,打回第2分,5局上則是靠著Manny Machado、Nick Markakis的連續安打,攻下第3分。
關鍵字:
MLB
洋基
藍鳥
王建民
金鶯
陳偉殷
印地安人
李振昌
瘋棒球
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
留言列表