方正東
2013年7月28日 19:12
");
$(".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桃猿主力重砲林智勝因車禍受傷,本季報銷,另一名重砲陳金鋒何時能回來,28日鋒仔參加中華職棒的明星賽,並先發上陣,他說「傷勢已無大礙,不過還在找比賽的感覺」。
陳金鋒自6月23日對兄弟象之戰後,即因受傷休養,上半季他出賽45場,打擊率2成77,全壘打5支,打點21分,經過這段時間的休息,7月26日起陳金鋒已在二軍出賽2場,5打數沒安打。
桃猿總教練洪一中當然希望陳金鋒能趕快歸隊,他說「按照防護員給我的訊息,就是希望陳金鋒7月底開始進行復健賽,8月中回一軍,所以他到底何時能回來,要看他自己調整的狀況而定」。
今年明星賽,陳金鋒是球迷票選的先發球員,在明星白隊先發擔任指定打擊,先發打第五棒,雖然傷勢還沒完全痊癒,但鋒仔說「我還是會認真比賽」,只是何時能回到一軍,陳金鋒自己也說不定,他認為還是要能達到球隊的要求比較重要。
最近這2、3年,陳金鋒一直都是處在受傷的狀態,從2010年之後,出賽都不滿100場,洪總當然希望鋒仔可以趕快傷癒歸隊,只是一切都急不得。
關鍵字:
中華職棒
統一獅
兄弟象
義大犀牛
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
留言列表