Jean Yen
2013年7月18日 16:57
");
$(".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();
});
}
//-------------------
});
-
連續24期頭獎槓龜的威力彩18日晚間又將開獎,台灣彩券估計頭彩獎金上看新台幣23億元,若1注獨得,獎金將是史上最高。(中央社)
記者顏真真/台北報導
連續24期頭獎摃龜的威力彩,18日晚間將再度開獎,目前頭獎彩金初估已達21.47億元,並在集資及包牌熱發威之下,台灣彩券公司預估,這期威力彩銷售金額將達18億元創新高,頭獎也進一步上修有望衝上23.6億元,還沒買的民眾動作可要快,別錯失可能成為威力彩史上單注最高頭獎彩金得主的機會。
威力彩自從4月22日開出頭獎15.01億元,由彰化縣1注獨得,之後就連續24期頭獎都摃龜,使得這期頭獎彩金從18億0149萬8626元起跳,在高額獎金吸引,也帶動威力彩集資、包牌熱,甚至不少廟宇湧進求牌人潮。
也由於威力彩買氣旺,台灣彩券不僅上修這期威力彩銷售額從16.5億元上調至18億元,同時,依目前威力彩的銷售金額推估,頭獎已累計有21億4703萬6886元,更有機會進一步上看23.6億元,這不僅創下台灣彩券史上最高頭獎總獎金紀錄,若1注獨得,也將是威力彩上市以來最高單注頭獎金額。
台灣彩券統計,原本頭獎總彩金最高紀錄是2008年10月30日開出的威力彩,頭獎總獎金達19.67億元,而且也是頭獎連摃最多期有36期,最後有2注中獎,分別在台中市與桃園縣,各得9.83億元。至於威力彩頭獎中獎注數最多是2012年12月6日,共有3注中獎;單注最高獎金目前是2012年7月30日的15.65億元。
此外,根據台灣彩券的統計,威力彩第097000001期至102000056期第一區開出的熱門號碼3、10及24,開出有108次;第二區最常開出的熱門號碼是7,開出83次。
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
留言列表