田欣雲臉書
2013年8月31日 02:21
");
$(".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();
});
}
//-------------------
});
-
不到機場也能退稅!首爾市內增設6服務處。圖為提供GLOBAL TAXFREE退稅的Doota百貨。(記者田欣雲攝影)
記者田欣雲/台北報導
姊姊妹妹們遊韓國,韓版服飾、彩妝、面膜、保養品血拼不手軟,就是衝著比在台灣買更便宜的價格優勢,尤其在指定商店買超過30,000韓元(約新台幣809元)以上,還能享有退稅優惠!不過,從前退稅服務僅能在機場出境大廳辦理,對趕著搭機的旅客較不方便,韓國觀光公社30日於網站公告,目前已在首爾市中心增設6個退稅服務處,外國遊客不用到機場,即可在市區輕鬆辦理退稅事宜。
韓國觀光公社表示,因為韓流熱潮、購物、醫療觀光、簽證簡易化等元素吸引,使國外遊客量持續成長,去年甚至破了千萬人次紀錄。為了服務廣大外國觀光客,決定以最具代表性的購物勝地「明洞」為中心,在首爾市內增設6處退稅服務處,外國觀光客將可在鄰近的退稅服務處,更快速、輕鬆地辦理退稅。
韓國退稅標誌分為藍色的"Global Blue TAX FREE",及橘色的"GLOBAL TAXFREE"兩種,外國觀光客在標示相關標誌的購物店內,購買商品超過30,000韓元以上,可向店員索取TAX REFUND退稅收據,之後再到相應的退稅服務處,出示退稅收據、護照及信用卡,可現場即時以現金辦理退稅。在首爾市區的退稅服務處資訊如下:
▲韓國退稅標誌分為藍色的"Global Blue TAX FREE",及橘色的"GLOBAL TAXFREE"兩種。(圖/取自韓國觀光公社網站)
Global Blue TAX FREE
1.友利銀行 明洞分行(明洞藝術劇場對面),營業時間為平日9:00至17:00,週末10:00至17:00,電話:+82-2-774-4011。
2.樂天百貨公司(AVENUEL總店)1樓,營業時間為平日10:30至20:00,週末10:00至20:30,電話:+82-2-2118-2500
3.現代百貨公司新村店 本館10樓,營業時間為平日10:30至20:00,週末10:00至20:30,電話:+82-2-3145-3350
GLOBAL TAXFREE
1.OliveYoung明洞本店2樓(首爾皇家飯店旁),營業時間為平日10:00至22:00,週末10:00至22:00,電話:+82-70-7843-1050
2.新世界百貨公司(總店)名牌館1樓,營業時間為平日10:30至20:00,週末10:00至20:30,電話:+82-2-1588-1234
3.斗塔Doota地下1樓、5樓,營業時間為平日10:30至24:00,週末10:30至23:00,電話:+82-2-3398-3115
關鍵字:
韓國觀光公社
韓國
首爾
機場
退稅
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:
留言列表