方正東
2013年8月18日 07:08
");
$(".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();
});
}
//-------------------
});
-
中華隊贏得LLB世界青少棒賽冠軍。(圖/中華棒協提供)
記者方正東/綜合報導
參加LLB世界青少棒賽的中華隊,台北時間18日清晨在冠軍戰中以11比2擊敗美西隊,贏得冠軍,這是中華隊自1972年以來,中華隊拿到的第19次冠軍。
中華隊今年是由桃園縣新明國中為班底,實力超強,先在國際組一路過關斬將,連續打敗捷克、波多黎各、古拉索、加拿大,並在國際賽冠軍戰再勝古拉索,今天在冠軍戰面對美西隊。
中華隊總教練黃湋志說「中華隊一開賽有點緊張,但這是難免,在第3局得4分之後逐漸放開身手,第5局攻下5分,拉開比數就比較安心」。
此戰,中華隊從3局下展開攻勢,胡瑞麟、王偉安連續安打加盜壘,先馳得點,接著葉秀華保送,邱繼諒、彭立中、吳竣安補上3支安打,再添3分,取得4比0的領先。
中華隊5局下再以5支安打與兩次保送,外帶盜壘以及美西隊的失誤,一口氣連下5分,將比數差距拉開為9比0,奠定勝基。
中華隊先發投手方榮獨撐7局,被美西隊敲出7支安打,只在6局上被轟了一發兩分砲,失2分,表現精采。 (接下一頁)
關鍵字:
中華職棒
統一獅
兄弟象
義大犀牛
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
留言列表