方正東
2013年10月1日 20:54
");
$(".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();
});
}
//-------------------
});
-
中華隊投手羅華韋。(圖/中華棒協提供)
記者方正東/天津報導
中華隊左投羅華韋還有旅外夢,他說「年底希望可以到日本去接受測試」,因此這次東亞運對羅華韋很重要,他希望自己可以好的表現,得到日本職棒球團的肯定。
羅華韋快滿23歲,左投,三信家商畢業後,他就與老虎隊簽約,赴美發展,2010年還動了手肘靭帶置換手術(Tommy John),今年6月自請離開老虎隊,回到開南大學就讀。
旅美3年,羅華韋自認表現不差,但像他這種簽約金不高的球員,球團只願意給一次機會,他說「我一直都只能在牛棚待命,像是一個填補空缺的人」,因此他奉勸有旅美夢的年輕球員,如果簽約金不高,無需到美國發展。
返台到開南大學就讀,羅華韋很快就被選進中華隊,也隨隊參加荷蘭港口盃、加拿大世界挑戰賽,他說「從加拿大回來之後,我的投球姿勢作了一些微調」,主要是從過去的擺臂式變成固定式,羅華韋表示「在中華隊,我可能得先發,因此微調投球姿勢,是希望可以節省體力,讓自己投更多局數」。 (接下一頁)
關鍵字:
東亞運
中華隊
郭俊麟
王躍霖
蔣智賢
張進德
瘋棒球
留言列表