2013年10月26日 20:53
");
$(".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戰先發投手。〔圖/記者卓君澤攝〕
記者卓君澤/台中報導
統一獅預計推出中職新兵羅錦龍,擔任總冠軍賽第2戰先發投手,「很期待這次大賽,希望能好好享受,加入中職又在總冠軍戰有先發機會,多了使命感、參與感。」
去年在獨立聯盟時,羅錦龍也參與過球隊的冠軍賽,「當時在球隊中繼,角色比較不重要,因此沒有太多參與感。」
加入中職後首場冠軍賽,被安排在第2戰先發,「有3點讓我很開心,一個就是回到台灣就能打總冠軍戰,很期待這種張力很大的比賽,也感謝球團的信任,而且我的角色定位很明確,讓我不僅多了參與感,使命感也增加了。」
羅錦龍例行賽19場先發出賽,繳出10勝4敗、防禦率3.64,「例行賽有達到勝投雙位數,總冠軍賽不會去想太多,要把強度當成跟例行賽一樣。」
例行賽結束後,相隔了10天時間才進行總冠軍賽,讓羅錦龍不大習慣,「在國外其實都會例行賽結束,接著就打季後賽,不會休那麼久時間,對選手多多少少都會有影響,自己是在練習賽有投2局,感覺有回到軌道。」
關鍵字:
瘋棒球
統一獅
義大犀牛
總冠軍賽
羅錦龍
尼克
留言列表