2013年9月7日 00:46
");
$(".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();
});
}
//-------------------
});
-
林子崴真的太威了!(記者吳政紘/攝影)
記者吳政紘/台中報導
第26屆IBAF世界青棒錦標賽中華隊確定無緣晉級冠軍戰,與美國隊比賽不幸落敗,結果以5:7輸球。
中華隊此役派出先發投手為左投林子崴,這次比賽他兩場面對的都是強隊。
首戰對日本,他投5.1局,還飆出6次三振失2分(1自責分),儼然是中華隊王牌投手,這場對美國,雖然他早就失分,但是越投越穩。
不管是對抗美國還是日本,林子崴都是跟捕手姚冠瑋一起搭配,兩人默契十足,只要一個眼神就足夠。
姚冠瑋認為:「子崴的球不好打,對日本時主要用變化球為主,因為直球怕高起來,只要壓低直球,他們就不好打。」
林子崴除了有大曲球還有一顆小曲球,再加上狀況好的變速球,投起球來虎虎生風,這場6.2局,一樣飆出6次三振,失4分中2分是自責分。 (接下一頁)
關鍵字:
IBAF
日本
巴西
中華隊
瘋棒球
留言列表