NOWnews.com 今日新聞網
2013年6月3日 20:37
");
$(".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();
});
}
//-------------------
});
-
![]()
義大犀牛林瑋恩人氣指數高。(圖/中華聯盟提供)
體育中心/綜合報導
2013中華職棒Acer紅白明星對抗賽票選活動進入到第二週,在游擊及三壘選區出現劇烈變動,『咖啡小子』林瑋恩靠著精湛的守備及靦腆的笑容成功轉換成選票,衝上第二名;而在桃猿球迷的強力護航下,三壘手從原本的『兄弟』天下,如今余德龍也挺進先發保障名額,變化萬千的選情,究竟最後誰能搶下先發席次,不到票選終止時刻,仍難以定論。
儘管在網路票選榜上,三壘防區仍由兄弟象分佔冠、亞軍,但Lamigo余德龍靠著現場選票、中華職棒APP以及身為球團推薦名單而獨有之蘋果日報等票選方式的領先優勢,加上三倍的加乘,終於超越陳威儒拿下第二,為球隊添加一席先發名額。
戰況同樣激烈的還有游擊選區,王勝偉在廣大象迷的支持下,雖然在網路票選上扭轉劣勢,爬上第二,在語音票選上也獲得不少選票,但同樣在其他管道中,落後給對手,最後由林瑋恩殺出重圍,不過『台灣轟炸機』陳鏞基僅以7471票的差距埋伏在後,隨時都有可能搶進先發保障名單中,一切就看獅、犀兩隊粉絲的動員能力。
值得一提的是,桃猿球迷的號召力不僅撼動三壘選區,『小胖』林泓育更首度超越『千秋王子』高志綱,以11094票的領先站上捕手排行榜第一名。另外詹智堯正在急起直追,本週以排名第七坐收,僅落後第六名的簡富智12781票,企圖從犀、象獨霸的外野防區中搶下一席先發席次。 (接下一頁)
關鍵字:
中華職棒
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
請先 登入 以發表留言。