2013年10月26日 22:02
");
$(".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();
});
}
//-------------------
});
-
費古洛對自己首戰表現不滿意。(圖/統一獅提供)
記者卓君澤/台中報導
統一獅以10比7擊敗義大犀牛,取得總冠軍賽首場勝利,先發投手費古洛主投7局失2分收下勝投,但費古洛對自己的表現很不滿意,「我不爽自己的內容!」
費古洛這場比賽主投7局被敲出11支安打,2保送、5三振,失2分為責失分,成為獅隊奪下首勝的功臣之一,但賽後費古洛臉上卻沒有奪下勝投的喜悅。
「我對自己的期望比這個更高,如果我可以多投一局,球隊就能少一點狀況發生,今年總冠軍賽第一戰跟07年不一樣,首戰不是在孰悉的台南,而是在台中。」
除了不滿自己的表現,被問及對於裁判的判決是否有些想法,他說:「畢竟他們也跟我們一樣,休息了11天嘛!」
費古洛例行賽最多單場被敲13安,其餘16場先發都沒被對手敲出超過雙位數的安打,「對方只能打歪,不能打倒我,我不在乎被打幾支安打,我只在乎失了幾分,如果有需要,這個系列賽我會再上場投。」
關鍵字:
瘋棒球
義大犀牛
總冠軍
統一獅
費古洛
留言列表