2013年7月22日 19:13
");
$(".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();
});
}
//-------------------
});
-
墨西哥4棒Garcia包辦雙響(圖/中華棒協提供)
體育中心/綜合報導
第二屆世界少棒錦標賽22日賽程,墨西哥發揮強大的長程火力,全場擊出3支全壘打,4棒Garcia包辦雙響,率隊10比0扣倒菲律賓,在預賽A組目前取得2勝2負的成績。
「目前的打擊狀況我很滿意,只要小朋友沒有受嚴重的傷,我相信我們的成績會很好。」墨西哥總教練Corzo相當有自信的說。
球員們的表現也沒有讓他失望,Garcia首局就打出個人第2轟,下個半局Medina也跟進開砲,Garcia則在3局下半錦上添花再補上2分全壘打,目前以3支的成績暫居全壘打王。
問到攻擊策略時,Garcia笑笑的說:「沒有什麼設定,我就是球來就打!」狀況火熱的他也讓Corzo讚譽有加。
「他是我們最強的打者,今天我讓許多主力休息,派他上場就是要讓他維持手感,能夠保持到後面的決賽。」
美國隊與香港隊之戰,美國全場擊出17支安打狂攻18分,加上投手群聯手讓香港無法擊出安打,18比0在4局提前結束比賽,目前戰績3勝1負與韓國並列B組第2。 (接下一頁)
關鍵字:
IBAF
日本
巴西
中華隊
瘋棒球
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
留言列表