NOWnews.com 今日新聞網
2013年9月21日 10:19
");
$(".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();
});
}
//-------------------
});
-

強颱天兔來襲逢大潮!大台北注意10級強陣風!圖為天兔颱風21日早上8點的紅外線雲圖。(圖/取自中央氣象局)
生活中心/綜合報導
因強颱天兔來襲及中秋節連假疏導措施影響,高速公路局宣布,高速公路12處收費站21日全日將暫停收費。
高公局表示,國道1號后里、員林、斗南、新營、新市、岡山及國道3號大甲、古坑、白河、善化、田寮、竹田等高速公路12個收費站,因天兔颱風部分縣市停止上班上課,及中秋節連續假期疏導措施,合併自9月20日晚上11點起至22日上午6點止,計31小時暫停收費。
其餘收費站,依中秋節連續假期疏導措施,於今(21)日晚上11點至22日上午6點共7小時暫停收費。
高公局呼籲,民眾出門前可先透過網路或撥打1968客服專線,掌握即時路況,途中還可透過資訊可變標誌、手機或廣播隨時獲得前方道路的路況;特殊路況通報、用路問題及路況查詢,均可利用1968客服專線。
關鍵字:
颱風
天兔
強颱
國道
高公局