");
$(".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();
});
}
//-------------------
});
-
土石流紅色警戒525條
颱風蘇力襲台,到13日下午2時,農委會發布土石流紅色警戒525條,分布在桃園縣、高雄市等8縣33鄉166村;土石流黃色警戒591條,分布於13縣68鄉274村。(中央社製表)中央社 102年7月13日
生活中心/綜合報導
中央災害應變中心今(13)日下午發布蘇力颱風第7次工作會議結果,至下午2時為止,全台有土石流紅色警戒525條、黃色警戒591條。
中央災變中心說,雖然台灣已脫離暴風圈,但山區仍有大豪雨發生機率,內政部將督促地方政府在今天入夜前,進行預防性疏散撤離,若是紅色警戒區域,則強制執行疏散撤離,並需要提防坡地災害發生。
目前發布的土石流紅色警戒共525條,分布8縣市,包含桃園縣、新竹縣、苗栗縣、台中市、南投縣、雲林縣、嘉義縣、高雄市。
土石流黃色警戒共591條,分布14縣包含宜蘭縣、台北市、新北市、桃園縣、新竹縣、苗栗縣、台中市、南投縣、彰化縣、雲林縣、嘉義縣、臺南市、高雄市、花蓮縣。
目前停電戶數121,679戶,預計今日23時全部修復,停水戶數27,250戶,在復電後,逐步恢復供水。
農業損失初估約6,400萬元,集中在農作物,受災縣市分別為宜蘭縣、新竹縣、台中市、台東縣、彰化縣。
交通方面,現仍有19處預警性封路,13處道路阻斷。台鐵表示,西部幹線因苗栗地區大雨,導致電車線無法通電,造成路基流失,山線中斷行駛,復原時間未定,正在搶修中。四城-礁溪站間,因電車線只有單邊供電,因此目前單線運轉。貢寮-大里區間一度因為路樹倒塌而暫停行駛,現已恢復雙邊通車。高鐵則表示,因颱風過後,天雨路滑,下午三點到六點,二十分鐘一班車,預計晚間八點以後可望恢復正常。
關鍵字:
災情
預警性封閉
蘇力
颱風
西部幹線
土石流
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: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表