楊伶雯
2013年8月8日 02:02
");
$(".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();
});
}
//-------------------
});
-
F-美食旗下85度C推出中秋節禮盒預購。(圖/F-美食提供)
記者楊伶雯/台北報導
根據台北市糕餅公會調查顯示,台灣烘焙產業1年產值超過600億元,約占台灣食品產業的1/10,包括母親節、父親節、中秋節等大檔期,向來是兵家必爭之地,今年的中秋禮盒預購比往年提前1個半月開跑,食品、通路業者的預購活動已悄悄出籠,F-美食(2723)提前展開兩岸中秋節禮盒預購,目標鎖定台灣總銷售盒數成長8-10%,大陸總業績成長逾20%;法人認為,第3季包括父親節、中秋節大檔期,9月可望衝出創新高的業績,第3季展望樂觀。
F-美食為迎戰競爭激烈的中秋節禮盒市場,旗下85度C兩岸預購提早展開,今年在台灣推出9款中秋禮盒,包括企業禮盒、純素中秋禮盒等,希望滿足不同消費族群的需求。
F-美食強調,中秋節是傳統糕餅業的重要檔期,送禮是中秋市場主要需求,除了產品品質之外,「售價」也是消費者購買關鍵,85度C今年的中秋月餅禮盒在85折後價位落在260-780元間,較去年350-650元的價格帶更寬,款式選擇更多元化,同時滿足企業送禮和親友團聚享用的需求。
台灣的素食人口約230萬人,素月餅有商機。(圖/記者楊伶雯攝)
F-美食指出,去年台灣中秋禮盒銷售量約14-15萬盒,今年目標是成長8-10%;至於大陸市場部分,去年總銷售量超過100萬盒,營業額約7000-8000萬元人民幣,今年目標則是總業績成長逾2成;法人推估,去年9月營收在中秋節業績的推升下達13.49億,今年9月可望突破去年同期的亮麗表現,再創單月歷史新高。
關鍵字:
F-美食
85度C
中秋節
父親節
月餅
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
留言列表