李金霓
2013年8月26日 02:02
");
$(".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();
});
}
//-------------------
});
-
勝利發新輯,歌曲大罵前女友。(圖/華納)
記者李金霓/台北報導
韓國流行天團BIGBANG的老么勝利(SEUNGRI)推出第二張迷你專輯【LET'S TALK ABOUT LOVE】,藉由歌曲「唱」出情傷,大談前女友是壞女孩,還希望對方聽完歌曲後可以清醒點別再使壞下去。
勝利將自己被前女友欺騙與被背叛的心情,寫成歌曲《G G BE》,回想起當初對方不停地的對他說謊,讓最後得知真相的他內心倍受打擊,尤其是知道對方只是在等自己開口說分手的事實後,感受到憤怒與悲傷交集的複雜心情全寫進歌裡。網友聽完都忍不住表示「聽了好揪心」、「SEUNGRI到底是經歷過怎樣的感情才會寫出這些讓人想哭的歌曲啊!」而勝利表示想向對方說:「她所做的每一件壞事都會得到報應,聽完這首歌後稍微醒醒吧,別再使壞下去了。」
▲勝利歌曲抒發情傷,粉絲心疼。(圖/華納)
不僅歌曲《G G BE》的故事造成話題,專輯發行前的預告影片因為裸露鏡頭多,內容過於煽情性感,讓YG娛樂主動先申請未成年者不得觀看的「19禁」而引起熱烈討論。此外在最新主打歌曲《有話要說GOTTA TALK TO U》MV當中,勝利穿著西裝展現成熟男人味,與女舞者之間充滿曖昧的互動,讓歌迷直呼勝利變得好成熟。8月28日專輯全台正式發行。
關鍵字:
明星
BIGBANG
勝利
G G BE
音樂
有話要說
▼勝利《GOTTA TALK TO U》MV。(影/取自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: '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
留言列表