2013年8月17日 22: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();
});
}
//-------------------
});
-
余德龍連2天敲出勝利打點。(圖/取自Lamigo桃猿官方粉絲團)
記者卓君澤/桃園報導
Lamigo桃猿余德龍,8局下敲出致勝安打,加上後援投手捍力士守住領先,終場桃猿以7比6擊敗統一獅,拿下2連勝。
「其實前兩支安打,都是先求上壘就好,致勝安打是想說得點圈有人,一定要往外野攻擊。」余德龍連續兩天扮英雄,本季在桃園球場的打擊率3成41,「可能是氣氛比較好吧,希望客場也有DJ室和啦啦隊。」
Lamigo首局就有斬獲,利用4支安打攻下2分,2局下,再靠著3支連續安打串聯進帳第3分,來到3局下,郭嚴文先擊出高飛犧牲打,替球隊再下一城,隨後,郭永維追加落地安打,讓桃猿來到5比0優勢。
不過,洋投雷力先發上陣,他主投5.2局被敲出8支安打,3保送、2三振,丟掉6分都是自責分。
7局下,前3個打席敲出2安的「小胖」林泓育,擊出個人本季第8支全壘打,這發陽春砲幫助Lamigo追成6比6平手。
獅隊先發投手費古洛,主投7.1局被敲出13支安打,1保送、4三振,前7個半局丟掉6分。
來到8局下,一出局,一、二壘有人時,助理教練高建三上場換下費古洛,換上「饅頭」傅于剛接替,余德龍敲出個人第3支安打,幫助桃猿超前來到7比6,而這1分得算在費古洛身上。 (接下一頁)
關鍵字:
瘋棒球
Lamigo桃猿
統一獅
費古洛
雷力
林泓育
余德龍
陳連宏
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
留言列表