2013年9月1日 17:44
");
$(".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桃猿前洋投波拉斯與捍力士,分別因傷勢以及戰力考量與球團解約,但他們都對Lamigo打進季後賽抱有很大的信心。
波拉斯因左肱三頭肌發炎,需2週以上恢復期,因此球團決定由洋砲猛德拉遞補空缺,捍力士則是由左投雷弋士遞補。
波拉斯本季出賽21場,20場先發1後援,戰績9勝5敗、防禦率3.49,更在6月份以3勝0敗、防禦率2.49,勇奪單月投手MVP;捍力士出賽5場,戰績1勝1敗1救援,防禦率3.72。
球團原本決定在9月1日,對犀牛的主場比賽賽前為兩人舉辦歡送儀式,但大雨攪局,變成在休息室裡隊友們溫馨道別,全體隊員致贈繡上中文名字的球隊夾克以及花束。
「今天沒能好好跟球迷說再見,有點傷心,不過,還是很謝謝球隊以及球迷,讓我在這個球季有被照顧的感覺。」波拉斯說。外向的波拉斯更說:「竟然沒能跳最後一次加油舞,真的好可惜!」
兩人對於台灣球迷的熱情都相當感激,「最讓我印象深刻的是,我在面臨危機時,球迷都會在看台上大喊『捍力士、捍力士』,他們的加持讓我在關鍵時刻都能化解危機,雖然我要離開台灣,但這不是真的道別,我還會跟我粉絲團的300位球迷保持聯絡。」捍力士說。 (接下一頁)
關鍵字:
瘋棒球
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:
留言列表