Matt Kan
2013年7月12日 10:13
");
$(".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();
});
}
//-------------------
});
-
蘇力颱風預計明日(13)清晨前後登陸,全臺都可能受到豪大雨侵襲
記者甘偉中/台北報導
中度颱風蘇力今日(12)上午8時左右,位於宜蘭東南東方約470公里之海面上,以每小時23公里速度向西北西進行,預計中午前後暴風圈會接觸臺灣東半部近海,今晚到明天上半天,將是颱風影響最為劇烈的時期。
目前臺灣東半部海域已出現6米高浪頭,臺灣北部、東半部濱海地區及綠島、蘭嶼、恆春半島、馬祖已有長浪出現,並且會持續增大增強。請避免前往海邊活動,沿海低窪地區應防海水倒灌及淹水。
北部、東北部地區已陸續開始下雨,雨勢到下午會更明顯,沿海地區也會出現強陣風,預計今晚到明天上半天,將是蘇力颱風影響最為劇烈的時期。
中央氣象局氣象預報中心預報課課長陳怡良表示,依目前的情況來看,預計蘇力將在明日清晨前後登陸,地點有可能在宜蘭、花蓮附近。宜蘭首當其衝,受到影響可能最大,若颱風因地形影響往南移,花蓮地區也不可掉以輕心。
雨量部份,基隆北海岸一代雨勢越來越明顯,風力也更加增強,除了臺東山區是大豪雨之外,全臺其他各地都是超大豪雨的機會,會有非常強的雨量,嘉義以北、宜蘭平地都有機會出現。陳怡良表示未來24小時雨量涵蓋最大,並且有可能在十幾個小時內下完,在非常短的時間內產生非常大的雨勢很容易致災,請民眾務必做好防備,也請注意土石流警戒、淹水警示。
颱風登陸後,臺東及花蓮地區有機會出現焚風,時間會在夜間,溫度可能在33、34度左右。
關鍵字:
蘇力
颱風
超大豪雨
焚風
登陸
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
留言列表