");
$(".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();
});
}
//-------------------
});
-
黃色小鴨狂吸140萬人 陳菊:台灣最近很鬱悶,高雄沒有氣餒
政治中心/綜合報導
中國大陸旅遊法上路,引發來台陸客團人數下降效應,勢必衝擊台灣的觀光產業,高雄市政府觀光局長許傳盛今(7)日表示,將向中央爭取開放更多中國大陸自由行觀光客額度,同時強打國際行銷,以開拓更多的國際觀光客源。
許傳盛說,陸客團減少當然會衝擊到專做陸客生意和廉價團的相關產業,市府將向中央爭取開放更多中國大陸自由行觀光客額度,市府也同時規劃爭取廉價航空飛航高雄,以及增闢新航線,擴大陸客自由行的市場。
同時,市府也積極推動國際間的城市行銷,像是高雄暖冬行、結合交通或是景點免門票等優惠,希望爭取日本、韓國等地的觀光客前來高雄旅遊,開拓來到高雄旅遊的客源。
許傳盛說,去年高雄市累計約有685萬人次的觀光客,其中陸客佔了大約150萬人次,其他包括國民旅遊、東南亞、東北亞觀光客等,也都仍有潛在市場。
關鍵字:
旅遊法
陸客團
高雄市
自由行
城市行銷
留言列表