彭夢竺
2013年9月3日 11:29
");
$(".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();
});
}
//-------------------
});
-
雖然距離中秋節還有將近一個月的時間,但是不少業者已經開始推出預購優惠,國內3大量飯店業者也開始中秋節月餅檔期,不僅優惠變多,口味也變多了,就是想要吸引消費者搶先購買。(圖為示意圖,非漲價月餅)
記者彭夢竺/台北報導
時序進入9月,馬上就是中秋節了!月餅、文旦等正是熱銷的時候,行政院消費者保護處就針對83個店家,共訪查272件月餅,以及7大量販店、超市以及4大便利商店的餅價,調查發現,烏豆沙蛋黃漲最兇,漲幅達到26.7%。
中秋節將至,行政院消保處發動全國22個縣市政府消保官分赴所轄地區知名店家計83家,共訪查272件月餅價格;另外,也派員訪查7大量販店、超市以及4大便利商店的餅價。消保處表示,查價結果與去(101)年同期相較,超過8成的月餅沒有漲價,不過還是有少部份的月餅有漲價。
月餅因餡料不同、樣式不同,價格也有差異,消保處就較大眾化的廣式月餅2款、綠豆椪及蛋黃酥等4款口味月餅價格,訪查結果,有22家以原物料、改換包裝或食材而調漲40件餅價,漲幅約4.8%至26.7%,漲幅最高前3件為台東縣志安喜餅店的烏豆沙蛋黃(漲26.7%)、台中市犁記(中區中正路)的蛋黃酥(漲25%)、彰化縣玉珍齋的綠豆椪及蛋黃酥(漲21.2%)。
消保處表示,但也有11家調降20件餅價,降幅約1.2%-28%,降幅最多前3件為台北市香華餅家的綠豆椪(跌28%)、台南市康鼎丹比的蛋黃酥(跌18.1%)、宜蘭縣諾貝爾的蛋黃酥(跌16.7%)。
7大量販店及超市的份,8款上漲4%-12.8%,分別是家樂福5款、大潤發1款、愛買2款;3款下跌0.8%-10.7%,大潤發2款、愛買1款;14款價格維持不變。據價格上漲的家樂福、大潤發及愛買表示,主要是因更換配方及原物料成本提高,因而調高價格。
4大便利商店部份,也有14款上漲1.4%-12.8%,統一超商11款、萊爾富3款;7款下跌0.8%-22.7%,統一超商2款、萊爾富3款、OK超商2款;48款價格維持不變。據價格上漲的統一超商及萊爾富表示,主要是因配方升級、原物料及工資上漲,因而調高價格。
消保處表示,各家業者的月餅口味各有所長,由於種類及餡料不同,價格自然也有差異,整體而言,今年月餅價格大致穩定,還是要貨比三家慎選才不會吃虧。
關鍵字:
中秋節
月餅
行政院
消保處
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:
留言列表