楊伶雯
2013年7月20日 12:17
");
$(".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();
});
}
//-------------------
});
-
內政部統計近年火災發生率續呈快速遞減趨勢。(圖/中央社資料照)
記者楊伶雯/台北報導
內政部統計今年1-5月火災事故,累計發生614次,較去年同期減少6.5%,每10萬人火災事故死傷0.6人,較去年同期減少0.2人,近年火災發生率續呈快速遞減趨勢;按縣市別比較,火災發生率以澎湖縣每萬人口1.21次最高,台東縣1.11次次之,南投縣1.04次居第三,以新北市0.07次最低。
內政部統計,火災類別以建築物火災占75.9%最多;起火原因以電氣設備走火占34.9%最高,人為縱火占14.8%次之,菸蒂起火占10.7%居第三,近10年來各項起火原因發生次數均呈減勢,但2012年起人為縱火及菸蒂起火反呈增加,今年1-5月續較上年同期分別增加19次及17次。
內政部統計顯示,在火災事故部分,今年1-5月火災事故累計發生614次,較去年同期減少6.54%,火災發生率為每萬人口0.26次,續呈逐年減少現象。
按起火原因分,以電氣設備走火214次占34.85%最多,人為縱火91次占14.82%次之,菸蒂起火66次占10.75%居第三,近10年來各項起火原因發生次數均呈下降趨勢,其中以電器設備起火減少最多;但與2012年同期比較,本年人為縱火、菸蒂、機械設備起火次數反呈上升,以肇因人為縱火增加19次最多,菸蒂起火增加17次次之。
按起火類別分:以建築物火災發生466次占75.9%最多(建築物火災又以住宅火災267次占57.3%最多),車輛火災80次占13.03%次之,森林田野火災12次占1.95%居第三。 (接下一頁)
關鍵字:
內政部
火災
人為縱火
澎湖縣
南投縣
新北市
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
留言列表