彭夢竺
2013年8月30日 15:40
");
$(".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();
});
}
//-------------------
});
-
高鐵公司今(30)日公佈票價調整方案,包括早鳥65折優惠班次增加超過1倍、定期票價不調漲、回數票小幅調整,並且增加了「熟年優惠」75折,以及大學生優惠班次增加,可享5折到7折優惠。
記者彭夢竺/台北報導
高鐵公司今(30)日宣佈,高鐵票價調整方案即將在10月8日正式實施,配套優惠方案包括早鳥65折優惠班次增加超過1倍、定期票價不調漲、回數票小幅調整,並且增加了「熟年優惠」75折,以及大學生優惠班次增加。對此,交通部高鐵局表示,值得肯定。
有關高鐵公司今日公佈的因應票價調整擴大優惠配套方案,高鐵局認為,這些配套方案已將定期票售價維持不變,對於通勤族而言,將可不受影響;回數票價部份,雖然有微調,對對於經常使用的旅客而言,影響程度也是有限。
高鐵局表示,高鐵公司也是首次公佈他們每週早鳥座位配額,包含9折、8折、65折,讓民眾充份瞭解完整資訊,這種資訊公開的作法值得肯定。
不過,高鐵局也指出,仍將持續要求高鐵公司密切觀察市場反應,適時據以檢討營運策略並開發更多種類的優惠方案,以減少票價調整對旅客的影響。此外,高鐵局也將密切觀察這次票價調整對於高鐵公司營收所產生的影響,納為後續進行第二階段財務改善的重要參據。
關鍵字:
高鐵
漲價
優惠
交通部
早鳥票
高鐵局
留言列表