Now著玩粉絲團
2013年5月14日 00:04
");
$(".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();
});
}
//-------------------
});
-
小資男女按個讚,阿里山贊助抽婚紗!(圖/取自阿里山風管處粉絲頁)
旅遊中心/綜合報導
慶祝阿里山風管處臉書粉絲團正式成立,阿管處舉辦一系列按讚抽獎活動,包括明信片、住宿券,以及贊助小資男女自助拍婚紗;另外,遊客憑「台灣好行阿里山線」購票證明,可在轄內合法旅宿、餐飲、文化產業等12處商家享受專屬優惠。
阿管處於102年2月底,與台灣高鐵合作辦理「台灣好行阿里山線高鐵聯票」,聯票內容包括「高鐵嘉義站-阿里山站」來回優惠價486元,及高鐵來回標準車廂75折優惠!並提供加值優惠,以150元購買阿里山森林遊樂區門票,可免費搭乘森林鐵路「阿里山-沼平」單程一趟,一票在手,輕鬆暢遊阿里山。
為鼓勵民眾加入阿里山臉書粉絲團「阿里山好行_旅遊好心情」,阿管處特別舉辦抽獎活動,粉絲團獎項包括:「層次阿里山」3D明信片;當地11間旅宿業者,提供總數23張「就愛住一晚-阿里山住宿券月月抽活動」;還有「婚紗車票我贊助、你搭好行輕鬆拍」的小資自助婚紗活動,得獎者將獲得「女生婚紗一套」及台灣好行阿里山線雙人車票,機會難得!
關鍵字:
阿里山
活動
抽獎
粉絲團
婚紗
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: Thatcher's Tyrants - The Tanks, The Guns, The Christmas Cards.
留言列表