田欣雲臉書
2013年10月28日 16:59
");
$(".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();
});
}
//-------------------
});
-
溫泉美食嘉年華開跑!莎莎「妹」入浴代言秀好康。(記者田欣雲攝影)
記者田欣雲/新北報導
天涼了,邁入第七屆的「溫泉美食嘉年華」又來了!這場串聯北中南東17處溫泉區、全台規模最大的秋冬泡湯推廣活動,自即日起至明(103)年1月20日正式展開。今年活動找來旅遊節目「一姐」莎莎與口白「一哥」阿松聯合代言,大推「一次泡湯、三種好康」,遊客到全台各地擁有「溫泉標章」店家泡溫泉,不僅可以享用在地美食,還能變美、變有錢呢!
「2013台灣好湯-溫泉美食嘉年華」活動,今(28)日於新北金山萬里溫泉區正式開跑,開幕記者會首先由旅遊節目合作搭檔的莎莎與阿松搞笑登場。莎莎表示,泡湯不僅可以促進新陳代謝、保持窈窕身材外,泡完湯也一定要享用當地美食,像到記者會所在地「金山」泡溫泉,千萬別忘了品嚐「金山三寶」:芋頭、地瓜和筊白筍,感受「美人腿」一口咬下的脆度和多汁水分。
▲外景旅遊節目主持「一姐」莎莎,與口白界「一哥」阿松,聯合代言今年「溫泉美食嘉年華」活動。(記者田欣雲攝影)
針對莎莎揚言不想在新進主持人面前當「姐」,又想有錢到全台吃好料、泡好湯,夥伴阿松趁勢宣傳今年「溫泉美食嘉年華」好康:泡溫泉不但能使人變年輕,與代言人「人形立牌」合照、輸入泡湯消費發票、到12縣市憑泡湯護照集點,還可分別參加抽現金、黃金存摺、機票等三重好康,實現莎莎願望。
交通部觀光局局長謝謂君表示,「溫泉美食嘉年華」是每年秋冬之分,國內觀光產業期待的盛會,從2006年開辦以來,在「溫泉」之外,又加入了具在地特色的「美食」元素,像在新北市萬里金山泡湯,可以吃到萬里蟹、筊白筍;到南投東埔去,可以吃到梅子餐;到台中谷關可吃鱒魚、到花東能享用部落餐,讓民眾到每個溫泉區,都能獲得不一樣的味覺體驗。
▲「2013台灣好湯-溫泉美食嘉年華」正式啟動。(記者田欣雲攝影) (接下一頁)
關鍵字:
溫泉美食嘉年華
泡湯
莎莎
阿松
活動
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:
留言列表