方正東
2013年7月25日 16:41
");
$(".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();
});
}
//-------------------
});
-
![]()
義大吉祥物人氣PK,賭上明年開幕戰先發。(圖/義大犀牛提供)
記者方正東/綜合報導
義大犀牛的吉祥物大義與唐基吉祥物的爭奪戰展開,力拚犀牛一軍吉祥物的位置,犀牛球團表示大義和唐基要求要跟著高國輝和張建銘的腳步,希望球團幫他們推出專屬席位,目的就是要來拚誰的人氣比較高。
犀牛球團對大義與唐基祭出績效要求,球季結束後將統計兩人售出的席位總數,誰能拿下較多的席次,獲勝者明年不僅可在開幕戰先發,還可命令落敗的一方到二軍去磨練,這場戰役將從今年8月起開戰。
犀牛球團表示,8月4日起義大犀牛吉祥物大義與唐基將推出專屬席位,和喜歡他們的球迷朋友一起近距離互動加油,還將贈送專屬自己個人加油板,更將於8月3日現場親自售票。
原本預定兩人將進行六場專屬席的人氣保衛戰,不過唐基認為自己勝券在握,自作主張要讓大義一場,因為他早已安排好8月7日要與俏皮可愛的黛安娜七夕前到義大摩天輪約會,大義則希望中部的球迷朋友能助他一臂之力,在8月7日和他一起在洲際棒球場同樂。
【活動時間】
8/4(日)、8/11(日)、9/15(日)、9/29(日)@澄清湖球場
8/7 (三)@洲際球場大義席(當天無唐基席)
8/25 (日)@新莊球場
關鍵字:
中華職棒
統一獅
兄弟象
義大犀牛
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' - https://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
請先 登入 以發表留言。