2013年9月6日 16:02
");
$(".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世界青棒錦標賽進入複賽,韓國隊與委內瑞拉之戰,雙方打得精彩,韓國隊林秉昱開轟,讓韓國隊以11:1贏球,拿到複賽首勝。
韓國隊面對棒球強隊委內瑞拉,一開賽由側投的安圭賢先發,他徹底讓委國打者一籌莫展。
總計安圭賢先發3.1局,被打3支安打,投出5次三振,無失分下場。
韓國隊則是4局上靠著裴柄玉的三壘安打,加上林秉昱的二壘安打與委內瑞拉的失誤,一口氣再下4分。
5局上,裴柄玉所擊出內野滾地球造成對方傳球失誤,韓國隊再下2分,就以9:0進入後半段。
韓國隊這場也被委內瑞拉投手牽制出局,總教練鄭胤鎮出來抗議,不過還是沒有辦法影響判決。 (接下一頁)
關鍵字:
IBAF
日本
巴西
中華隊
瘋棒球
留言列表