");
$(".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();
});
}
//-------------------
});
-
亞洲青少年桌球賽男雙金牌廖振珽將他的簡歷送給縣長曹啟鴻(圖/屏東縣政府提供)
地方中心/屏東報導
老家在屏東縣高樹鄉菜寮村的廖振珽,日前參加在卡達舉行的第19屆亞洲青少年桌球錦標賽18歲組雙打比賽,台灣摘下史上第1面金牌,縣長曹啟鴻17日下午嘉勉廖振珽選手繼續為國為屏東縣爭光。
廖振珽由父母廖康世、羅秀珠陪同和曹縣長見面。廖康世在中鋼工作,廖振珽就讀高雄福誠高中,曹縣長送教育處準備的獎金,還加碼給紅包,曹縣長表示,振珽已將戶籍遷回屏東,下個月要代表屏東縣參加全國運動會,為屏東爭光。
屏東縣體育會桌球委員會總幹事楊清鶴也致贈紅包,楊清鶴表示,屏東有很多傑出的桌球選手,希望從國中開始就有重點學校培育。廖振珽說,他的座右銘是:成功沒有捷徑,唯有反覆練習再練習。目前他在世界18歲組的桌球排名是15。
廖振珽表示,世界盃雙打冠軍陳建安是他學習的對象和目標,假日常回屏東的桌球俱樂部打球,今年會披上屏東戰袍參加全運會,將全力以赴爭取最佳成績。
廖振珽與苗栗縣籍選手溫淯傑,參加8月31日至9月4日在卡達舉行的亞洲青少年桌球錦標賽18歲組,首次搭檔即摘下金牌。
廖振珽今年代表國家參加了多項國際賽,表現相當優異,2013義大利青少年公開賽18歲雙打冠軍、2013台北青少年公開賽18歲雙打冠軍及單打亞軍、2013瑞典青少年公開賽18歲雙打季軍及單打季軍、2013波蘭青少年公開賽18歲雙打季軍,9月3日參加2013年亞洲青少年錦標賽,在18歲組雙打比賽中,打敗世界冠軍隊中國大陸及強敵南韓隊,榮獲台灣桌球史上在亞洲青少年錦標賽雙打第1面金牌。
關鍵字:
曹啟鴻
高樹鄉
廖振珽
全國運動會
金牌
中國大陸
南韓隊
屏東縣政府
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:
留言列表