李金霓
2013年8月22日 18:26
");
$(".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();
});
}
//-------------------
});
-
黑澀會美眉陳伊凌希望「黑澀會美眉」別被污名化。(圖/糖果臉書)
記者李金霓/台北報導
前黑澀會美眉陳伊凌(糖果)參與演出電影《舞力四射》,今(22日)舉行試映會,談到日前前黑澀會美眉陳佳佳泡毒趴,被警方逮捕,她表示不認識陳佳佳,並表情凝重說:「真正出事是那些被淘汰很久的,但黑鍋都我們去背的。」語氣相當無奈。
在電影中,糖果展現精湛舞藝,她表示從加入「黑澀會美眉」就開始接觸跳舞,對她來說舞蹈並不陌生,但談到「黑澀會美眉」,瞬間讓她表情凝重,她表示根本不認識陳佳佳,因為接二連三的社會事件,讓「黑澀會美眉」風評受影響,她說:「我覺得來這個節目的人非常多,真正留下來的沒幾個,但真正出事是那些被淘汰很久的,黑鍋都我們這些留下來的去背的,有點莫名。」
打算以電影《舞力四射》重新出發的糖果,無奈「黑澀會美眉」名字被污名,表示其實還有很多人在演藝圈努力工作,像好友小薰、大牙各自在戲劇上都有不錯的表現。
因《舞力四射》是以舞蹈為主軸的電影,糖果在拍攝期間,身體常吃不消,「一大早拍,拍到凌晨身體會受不了,所以每天喝提神飲料2瓶,又要吃B群,每天貼痠痛貼布,練舞練到鐵腿。」相當辛苦,但喜愛拍戲的她,因電影演出,有不少戲約找上門,接下來也會繼續往戲劇和電影發展,「拍戲很好玩,這次演的角色看起來壞壞的女生,從來沒壞過,原來兇狠是這樣的感覺,可以體會不同的人生。」
關鍵字:
明星
黑澀會美眉
陳伊凌
糖果
舞力四射
陳佳佳
毒趴
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
留言列表