NOWnews.com 今日新聞網
2013年10月19日 22:45
");
$(".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();
});
}
//-------------------
});
-
哥布林億年巨岩毀於童軍大叔之手(圖/翻攝自YOUTUBE)
國際中心/綜合報導
美國猶他州哥布林谷州立公園(Goblin Valley State Park)內珍貴的巨岩已屹立億年,卻在日前被遊客惡意「矯正」。3名遊客前往公園時不僅推倒億年巨石,還拍成影片PO上網炫耀,引發眾怒。
據報導,影片中看到童軍領袖泰勒(Glenn Taylor)用力搖晃巨岩,石頭不堪外力斷裂滾落地面,同伴霍爾(Dave Hall)不僅開心唱歌,還歡呼「我們現在矯正了哥布林谷,隨著這顆大石倒下,全新的哥布林谷誕生了。」
這段影片上傳至影音網站YouTube後,引發各界撻伐,事後他們表示接到了許多死亡威脅,並辯稱是為了遊客安全著想,擔心岩石鬆動,壓傷兒童。霍爾說:「我想我們做了正確的決定,但可能用了錯誤的方法。」
這座公園的岩石構造稱為「哥布林」,已有近億年歷史,最早可以追溯至侏羅紀時代後期,奇異地景吸引全球遊客慕名而來,卻在短短20秒內遭到破壞。「妖精谷州立公園」發言人表示,公園管理處對此相當不滿,破壞巨岩行為已經違法,為避免引發其他遊客的「模仿效應」,打算對這3人提告。
哥布林億年巨岩毀於童軍大叔之手(取自Youtube,連結失效或遭移除請見諒)
[embedded content]
關鍵字:
哥布林
巨石
州立公園
巨岩
小精靈
留言列表