楊伶雯
2013年8月21日 18:26
");
$(".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();
});
}
//-------------------
});
-
潭美颱風紅外線雲圖(色調強化,21日18:00)
記者楊伶雯/台北報導
潭美颱風來襲,台水公司指出,由於土石流沖斷輸水幹管,影響苑裡鎮、通霄鎮、西湖鎮、後龍鎮約1.6萬戶供水,預計自21日22時至24日22時,共停水3天搶修。
台水指出,停水範圍包括苗栗縣苑裡鎮、通霄鎮、西湖鄉(二湖村、三湖村、四湖村、湖東村、龍洞村) 及後龍鎮(中和里、南港里、福寧里)。
台水呼籲停水地區用戶提早儲水備用,並配合節約用水,小心火燭。停水期間應關閉抽水機電源,並請慎防火警,如未關閉抽水機電源,馬達空轉過久會產生高溫致馬達損壞或造成火災,另外也容易造成供水管網產生負壓吸入污水,危害用水衛生安全。
台水表示,建築物自來水進水口低於地面的用戶,在停水期間請將總表前制水閥關閉,以避免可能虹吸污染發生。停水期間臨時取水站將於設置後即行公告。
另外,因潭美颱風造成苗栗縣苑裡鎮火燄山明隧道南側500公厘輸水幹管遭土石流沖斷,預計停水時間為8月21日22時至8月24日22時計72小時。
台水指出,停水範圍包括苗栗縣西湖鄉二湖村、三湖村、四湖村、金獅村、高埔村、湖東村、龍洞村,苗栗縣後龍鎮中和里、南港里、福寧里、苗栗縣,苑裡鎮全部村里,苗栗縣通霄鎮全部村里。
關鍵字:
颱風
潭美
水利署
水庫
石門水庫
洩洪
央行
銀行
外幣
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
留言列表