Now著玩粉絲團
2013年8月23日 12:05
");
$(".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();
});
}
//-------------------
});
-
觀光局加碼推出「周休好康日」,結合國家風景區旅遊線上業者,連續兩周六、日,限量網路報名,民眾憑預定確認單前往餐廳消費,即可享有業者獨家優惠。
旅遊中心/綜合報導
觀光局今(23)日表示,2013台灣美食系列活動8月份「台灣美食經典展」繼推出「飯店品牌日」造成熱烈迴響後,觀光局再加碼推出「周休好康日」,結合國家風景區旅遊線上業者,連續兩周六、日,限量網路報名,民眾憑預定確認單前往餐廳消費,即可享有業者獨家優惠。
首波主打參山國家風景區旅遊線上的「惠來谷關溫泉會館」雙人悅來湯房加雙人午餐(或晚餐),將於8月24日中午12時開始搶標。谷關溫泉區是中部最著名的溫泉區,雖在夏日之際,於涼爽的山區,藉由溫泉促進新陳代謝,更能排除體內暑氣。
另外,8月25日及8月31日西拉雅國家風景區旅遊線上則推出龍湖山生態農莊、走馬瀨農場草原餐廳、南元花園休閒農場常綠餐廳、山芙蓉渡假大酒店、梅嶺大眾餐廳、湯泉美地溫泉會館的桌席,打出均一優惠價,許多均以西拉雅風景區當地的特產入菜,例如:東山咖啡排骨、紫蘇梅雞、玉井芒汁蝦球、第一鼎五庫砂鍋魚頭等。
9月1日還有東北角暨宜蘭海岸國家風景區推出的東森海洋溫泉酒店自助餐、福容大飯店福隆店下午茶等,也將陸續上線。
觀光局也說,2013台灣美食系列活動網站辦理的「三心二意」的票選活動,現在也正進行激烈的排名爭奪戰,「海霸王餐廳」後來居上,每天票數成長快速,目前以7678票暫列第一,而「Pizza olmo柴燒新義式烘培餐廳」、「沐舍溫泉會館」皆緊追在後,三強鼎立的局勢,不到最後難見分曉;而飯店的排名,「福容大飯店淡水漁人碼頭店」、「墾丁福華渡假飯店」票數也十分相近,戰況難分難解。距離8月底越來越接近,業者努力催票,民眾不妨也到網站支持一下自己喜愛的餐廳,還可以抽10萬元飯店頂級餐券。
關鍵字:
台灣好好吃
美食
爭霸戰
上線
搶抽
飯店
頂級
餐券
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
留言列表