呂烱昌
2013年10月18日 11:36
");
$(".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();
});
}
//-------------------
});
-
南韓認為北韓中程導彈將部署到朝中邊境。
國際中心/綜合報導
韓國媒體報導,跡象顯示,北韓可能近期在東海岸發射短程反艦飛彈。
韓國《朝鮮日報》引述軍方消息人士的說法報導稱,北韓最近準備在東海岸元山附近發射地對艦飛彈。雖然很可能是進行普通訓練或試射,但也可能是針對最近局勢進行的武力示威。
報導稱,北韓要發射的飛彈是射程120公里以上的KN-01系列的地對艦巡航飛彈。
韓國總統朴槿惠的親美、對北韓強硬立場,令北韓相當不滿,除了在韓國總統大選公開支持對手文在寅外,朴槿惠6月26日訪問大陸的前一天,北韓在東海岸發射了4枚疑似300毫米口徑新型火箭炮的短程火箭,不過南韓軍方並未公開相關消息。
關鍵字:
韓國
北韓
飛彈
總統
朴槿惠
留言列表