方正東
2013年8月24日 20:50
");
$(".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();
});
}
//-------------------
});
-
義大犀牛林瑋恩連8戰沒敲出安打。(圖/資料照片中華聯盟提供)
記者方正東/台北報導
義大犀牛與兄弟象打雙重賽,林瑋恩從白天打到晚上,2戰8打數沒安打,他已經連8場比賽沒安打了,賽後林瑋恩說「有幾球其實打的蠻紮實的」,但沒出現安打,他也感到無奈。
林瑋恩今年爆紅,並成了犀牛隊的主力先發,上半季打擊率一直維持在3成以上,6月14日受傷時,仍有2成89,7月30日傷癒歸隊,打擊狀況也不差,8月2日至10日連續7場比賽擊出安打,但接下來卻是「一安難求」。
從8月11日對Lamigo桃猿之戰開始,林瑋恩就打不出安打,24日對象隊雙重賽,林瑋恩都先發出賽,2戰8打數都打不出安打,現在他已連8戰、連32打席、連27打數沒有擊出安打,都是他個人職棒生涯最差的紀錄。
對於這些數字,林瑋恩相當清楚,他說「以今天的2場比賽來說,有幾球打的不錯,都打的蠻強勁的,只是運氣不好,晚上最後一次打擊,打到右外野(接殺),有護送二壘跑者到三壘,我想可以達到助攻的目的,也是不錯的」。
林瑋恩打擊陷低潮,隊友們也給他很多的鼓勵,林瑋恩說「大家都告訴我,只要有1支安打出來就好了」,只是這支安打何時會出來呢?林瑋恩知道急不得,只能繼續保持很好的狀態,等待久違的安打可以趕快出現。
關鍵字:
中華職棒
統一獅
兄弟象
義大犀牛
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
留言列表