2013年8月21日 21:25
");
$(".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();
});
}
//-------------------
});
-
台灣紅不讓盲棒隊即將為義大開球。(圖/盲棒協會提供)
-
台灣紅不讓盲棒隊即將為義大開球。(圖/盲棒協會提供)
體育中心/綜合報導
義大犀牛將到新莊擔任主場,在今年義大犀牛冠軍開球系列中,已邀請到世界桌球錦標賽雙打金牌的莊智淵及溫布敦女雙冠軍謝淑薇擔任嘉賓。
本周義大將再增兩個冠軍團體,分別是景美拔河隊及紅不讓盲人棒球隊擔任開球貴賓。
除此之外,義大犀牛將與公益結合,固定在週五主場,將進場人數化為公益捐款,球迷朋友進場,義大犀牛做公益。
23日義大犀牛主場將安排景美拔河隊擔任開球貴賓,在2013年哥倫比亞世界運動會拿下七月世界運動會金牌的中華台北女子室內拔河隊女子540公斤組,主要班底就是景美女中拔河隊。
景美女中拔河隊在教練郭昇的帶領下,以景美女中為主要訓練基地,拿下金牌成為台灣之光。
25日義大則邀請今年遠赴美國喬治亞州的哥倫布市參加世界盲棒賽「紅不讓盲棒隊」,由十名全盲、弱視隊員及十名教練、觀測員、明眼人志工所組成。 (接下一頁)
關鍵字:
中職
義大
桃猿
兄弟
義大
統一
鎌田
日職
瘋棒球
真田
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
留言列表