彭夢竺
2013年10月18日 11:18
");
$(".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();
});
}
//-------------------
});
-
台北國際旅展開幕
「2013台北國際旅展」18日在台北世貿1館開幕,吸引釵h民眾一大早就前往排隊,準備搶好康。中央社記者張新偉攝 102年10月18日
記者彭夢竺/台北報導
ITF台北國際旅展在今(18)日在世貿展覽三館盛大展開,除了有團費下殺折扣外,老饕們還可以趁機入手各大五星級酒店餐券,按照往年慣例,又將是一場大排長龍的戰爭,想要搶便宜可得先把功課做好。
福容大飯店推出廣受好評的連鎖住宿券,挾著全國各大旅遊勝地都有設備齊全的度假型飯店,還有為數眾多、位居各縣市中心樞紐的商務型飯店優勢,暢遊台灣不設限。執行副總經理林保羅先生透露,這次旅展攤位別出心裁,大費周章將福隆海水浴場的沙運到世貿三館,結合最「夯」的當紅動物明星與沙雕藝術,消費者逛旅展的同時還可以欣賞藝術。
業者表示,在攤位上除了天天都有熱鬧沙雕慶典之外,還有行政總主廚阿基師也會親臨旅展現場與民眾做最近距離的互動,讓民眾在瘋沙雕之餘,還可以和明星主廚面對面。此外,旅展期間單筆消費金額滿5千元,還可以參加住宿券抽獎活動,天天抽出萬元住宿券,越早買中獎機會越高。
業者表示,這次他們共推出3種必買商品,首推熱門商品「全包式住宿券」,每張3900元,買再送價值5百元的享樂基金券,基金券可折抵飯店內住宿、餐飲及休閒消費;還有「連鎖住宿券」,每張3600元,買5張送1張,再加碼贈送2張享樂基金券、2張住宿升等券及1張美棧大街旅店住宿優惠券。
關鍵字:
ITF
台北國際旅展
福容飯店
沙雕
阿基師
住宿券
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:
留言列表