NOWnews.com 今日新聞網
2013年10月28日 02:43
");
$(".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();
});
}
//-------------------
});
-
美國重量級樂團「地下絲絨」前主唱盧‧里德(Lou Reed)過世享壽71歲。(圖/翻攝自網路)
娛樂中心/綜合報導
美國跨時代重量級樂團「地下絲絨」(The Velvet Underground)前主唱兼吉他手路易斯‧艾倫‧里德(Lewis Allan Reed),於2013年10月28日逝世享年71歲,聽聞消息親朋好友紛紛弔唁。
路易斯‧艾倫‧里德暱稱為盧‧里德(Lou Reed),在1942年3月2日出生於紐約市布魯克林區,為早期搖滾先驅,在1989年被選入搖滾名人堂。
「地下絲絨」樂團在六十年代後期崛起,以里德與歐洲前衛音樂元素融合緊迫感,影響了後世的搖滾樂團與歌手,包括試驗搖滾(experimental rock)、後龐克(post-punk)、新浪潮(new wave)以及歌德搖滾(gothic rock)等。而盧‧里德則賦予該團創作的生命泉源,同時帶來全新的搖滾抒情詩歌,並將地下另類搖滾帶到另外一個境界。
他真正死因尚未被公佈,不過盧‧里德在五月接受了肝臟移植手術,原本他被邀請參加簡單生活節作演出,如今只留下粉絲無限遺憾。
關鍵字:
地下絲絨
經典
搖滾
樂團
盧‧里德
逝世
↓盧‧里德經典名曲《Perfect Day》。(影片擷取自Youtube,若遭移除請見諒)
[embedded content]
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:
留言列表