2013年10月27日 17:04
");
$(".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();
});
}
//-------------------
});
-
陳凱倫在總冠軍賽首戰演出猛打賞。〔圖/記者卓君澤攝〕
記者卓君澤/台南報導
義大犀牛在總冠軍賽首戰以7比10不敵統一獅,不過,團隊揮出17支安打,仍顯示出犀牛軍的打擊火力,其中,總冠軍賽初體驗的陳凱倫更是繳出5支3安、2打點。
「我就說保持亢奮就會有好結果,昨天還打斷了3支棒子,不過,值得啦!」聊到好搭檔林瑋恩表現時,陳凱倫說:「搭巴士回來的路上,他都沒什麼說話,有鼓勵他不要想太多,瑋恩是到12點才跟我說他沒事了。」
除了總冠軍賽處女秀表現精采的陳凱倫,鄭達鴻及胡金龍也各貢獻3支安打,鄭達鴻說:「昨天前3個打席都打得滿紮實的。」
鄭達鴻前3打席分別打出右外野平飛安、內野安打及穿越二游的一壘安打,但7局上,遭到費古洛以3好球3振出局,「當下詢問主審那球是否太低,結果主審很兇的說就是好球,因為我觀察了很久。」
犀牛軍雖然首戰未能開胡,但第2戰推出洋投尼克先發,期望再度發揮打擊火力,給予先發投手支援,力拼將系列賽戰局扳平。
關鍵字:
瘋棒球
統一獅
義大犀牛
陳凱倫
鄭達鴻
胡金龍
留言列表