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

因為強颱天兔逼近,台北地區20日晚間雨勢逐漸增強。(圖/中央社)
本報訊
強颱「天兔」登陸中國大陸廣東,截至今(23)天上午,造成廣東25人死亡。粵東地區發生海水倒灌、漫堤、大面積停水停電等災情。天兔颱風已減弱為熱帶性低氣壓,但廣東仍將嚴防豪雨肆虐。
新華社報導,廣東省氣象台上午發佈資訊,「天兔」將繼續往偏西北方向移動,強度繼續減弱,但相關部門仍提醒要防範強降水衍生的城鄉積澇、山洪泥石流、山體滑坡等災害。
報導說,「天兔」22日下午7時40分在廣東省汕尾市沿海登陸。登陸時,中心附近最大風力14級。風力強、風浪高、範圍廣、持續時間長,重創粵東地區。
這次「天兔」登陸的汕尾市災情最嚴重,全市範圍內交通、通訊、供電和供水中斷,停電面積超過65%。全市174.4萬人受災,13人死亡、24人受傷,直接經濟損失超過人民幣28億元。
揭陽市、汕頭市、潮州市也發生多處路樹倒塌,大面積停電等災情。據統計,廣東有4萬7647艘漁船回港或就近避風,1萬9670名漁排作業人員撤離上岸,廣州等14市停課。(中央社)
關鍵字:
天兔
颱風
廣東
廣州
撤離
停課