Jean Yen
2013年9月2日 13: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();
});
}
//-------------------
});
-
刮刮樂熱銷,全年銷售金額上看490億元。(圖/記者顏真真攝)
記者顏真真/台北報導
台灣彩券公司2日再推出3款好玩刮刮樂,其中「快刮$1000」最高獎金30萬元,超過16萬個1000元以上的獎項,想要讓荷包塞滿千元鈔票的彩迷快來試手氣,而廣受歡迎的「超級777」刮刮樂也同步上市,頭獎200萬元,預計將掀起彩迷搶購熱潮。
台灣彩券公司表示,「快刮$1000」刮刮樂每張售價100元,頭獎30萬元,彩券票面是一疊疊千元大鈔堆疊出來的圖案,相當引人注目,玩法簡單,只要「您的號碼」與「幸運號碼」相同即可獲得對應獎金,為增加遊戲趣味性,若在刮區內刮中鈔票符號,獎金1000元立即入袋,總計超過16萬個1000元以上的獎項,無論是新手玩家或常客型彩迷都可以開心享受刮出獎金的驚喜。
至於「吉星高照」刮刮樂結合時下年輕人熟悉的星座話題,搭配可愛的12星座圖樣作為對獎符號,彩迷自己的星座有機會成為最幸運的吉星,帶來好運氣,每張售價100元,頭獎獎金30萬元、28.48%的中獎機率及簡單的玩法,是適合新手玩家及嚐鮮型消費者入門款遊戲之一。
另外,台灣彩券公司指出,暢銷全球的「超級777」刮刮樂,以高頭彩獎金、多次中獎機會和多種玩法,受到國內彩迷們的喜愛,每張售價200元,頭獎200萬元,提供「刮六中三」、「刮三中三」、「對幸運號碼」及「一刮即中」等多樣玩法,高達10次的中獎機會,中獎率30.94%,更有60萬個獎金加倍機會,還有機會刮中×2符號,獎金立刻加倍,提供最超值的刮獎樂趣。
不過,由於中華民國第三屆公益彩券發行期將於今年12月31日屆滿,依公益彩券相關規定,自今年7月起至今年年底發行的刮刮樂遊戲將於12月31日同步下市,各款遊戲兌獎截止日為明(103)年3月31日。
此外,台灣彩券公司呼也籲消費者,購買刮刮樂彩券時應詳細閱讀彩券背後的相關資訊,勿透過網路代購彩券,經銷商夥伴也務必遵照營業相關規定販售,以保障自身權益。
關鍵字:
中獎率
台灣彩券
刮刮樂
公益彩券
頭獎
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:
留言列表