2013年8月16日 01:05
");
$(".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();
});
}
//-------------------
});
-
中華青少棒代表隊拿下3連勝,提前晉級國際組冠軍賽。〔圖/記者卓君澤攝〕
記者卓君澤/綜合報導
中華青少棒代表隊,靠著先發投手葉秀華5局失2分(非自責),以及2局下進帳6分奠定勝基,提前在5局以13比2擊敗古拉索,拿下3連勝,下一戰只要擊敗加拿大,就能以預賽第1之姿,晉級國際組冠軍戰。
由桃園縣新明國中組成的中華青少棒隊,在世界少棒聯盟世界次青少棒錦標賽接連擊敗捷克、波多黎各,取得預賽2連勝。
第3戰,碰上預賽假想敵之一的古拉索,中華隊推出葉秀華掛帥先發,他主投5局被敲出4支安打,1保送、6三振,僅僅丟掉2分非自責分。
打線方面,中華隊在2局上,趁著對方投手遭遇亂流,出現6次保送和1次暴投,整整打了11個人次,利用胡瑞麟、王偉安的接連安打,攻下6分。
接著又在第3、第5局分別進帳3分、4分,擴大領先優勢,提前在5局以13比2擊敗古拉索。
由於預賽取前2名晉級國際組冠軍賽,中華隊在奪下3連勝後已提前晉級,假使16日凌晨5時30分,中華隊能夠擊敗加拿大,就能以全勝之姿晉級國際組冠軍賽。
關鍵字:
瘋棒球
LLB青少棒
新明國中
中華隊
葉秀華
胡瑞麟
王偉安
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
留言列表