方正東
2013年7月22日 15:03
");
$(".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();
});
}
//-------------------
});
-
雲林三星返鄉,鼓勵馬光國中棒球隊。(圖/義大犀牛提供)
記者方正東/綜合報導
中華職棒義大犀牛林瑋恩、徐育澄及Lamigo桃猿隊投手林家瑋,22日返回故鄉雲林,鼓勵馬光國中棒球隊小球員,並拜會縣長蘇治芬;林瑋恩今年把握先發機會,多次精彩的美技守備,打擊率一度超過三成五,瞬間「爆紅」成為雲林之光。
綽號「咖啡小子」的林瑋恩,雲林北港人,一路從北辰國小、蔦松國中棒球隊,升上華興中學、強恕中學、台北體院,擔任游擊手,加入職棒興農牛後,一直苦無表現的機會,義联集團買下興農牛後,有了轉機,替代選秀狀元胡金龍,擔任先發游擊手,多次精彩的美技守備,成為球迷關注的目標,尤其4月23日10局下沒收了兄弟象王峻杰的再見安打,讓他在四月瞬間「爆紅」。
林家瑋則是從莿桐饒平國小、馬光國中、西苑高中,一路到文化大學棒球隊,是去年經典賽(WBC)資格賽國手,目前為中華職棒Lamigo桃猿隊投手;徐育澄從斗南國小、馬光國中、東石高中到輔仁大學棒球隊,目前為義大犀牛球員。
林瑋恩三人與馬光國中棒球隊22日上午一同拜會縣長蘇治芬,蘇治芬對於三位雲林鄉親能夠成為職棒選手,相當佩服,她表示,三位選手能夠上到棒職,實在不簡單,一定是經過很紮實的練習及不斷的努力,可做為大家的榜樣,尤其是馬光國中的棒球隊的小朋友,要以他們為目標,將來也可為國手、職棒選手,為雲林縣也為自己爭光。 (接下一頁)
關鍵字:
中華職棒
統一獅
兄弟象
義大犀牛
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
留言列表