許世穎
2013年10月1日 19:58
");
$(".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();
});
}
//-------------------
});
-
林美秀意外自己沒有因為《總舖師》入圍金馬獎。(圖/資料照)
記者許世穎/台北報導
金鐘影后林美秀再以《親愛的奶奶》入圍第50屆金馬獎最佳女配角,她坦言沒因《總舖師》入圍而感到意外,更笑說:「會不會是因為《總舖師》賣太好了?」
《總舖師》全台賣破2.88億台幣,林美秀在電影中表現搶眼,堪稱一大功臣,不過她反而是因為《親愛的奶奶》內斂演出獲得評審青睞。今晚她得知自己入圍開心表示:「能從那麼多強片中成為入圍者真的很高興。」
林美秀也提到,自己很意外不是因為《總》片入圍,笑問:「會不是因為票房太好了?」隨後也說:「可能評審比較喜歡內心戲吧!」她認為,《總》片的表演對自己來說是比較簡單的,在《親》片中的演出比較內斂,當時她母親才剛過世沒幾天,就馬上演出殯的戲,讓她覺得相當「殘忍」,林美秀說:「至少快樂跟傷心都給了觀眾」。
▲林美秀意外自己沒有因為《總舖師》入圍金馬獎。(圖/資料照)
除了女配角獎,這次她演唱的《總》片插曲「今罵沒ㄤ」也入圍最佳電影歌曲,林美秀也開心表示:「那首歌的故事性本來就很強了,如果能讓《總舖師》因此得獎也很好!」
關鍵字:
金馬獎
第50屆
親愛的奶奶
總舖師
女配角
林美秀
明星
留言列表