許世穎
2013年8月7日 00:11
");
$(".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();
});
}
//-------------------
});
-
茱莉安摩爾在新片《琳老師卡好》戴上眼鏡裝出不修邊幅的「路人」樣。(圖/采昌)
記者許世穎/綜合報導
曾獲柏林、威尼斯雙料影后認證的超實力派女星茱莉安摩爾(Julianne Moore),在新片《琳老師卡好》(The English Teacher)扮演枯燥乏味的中年單身女教師,甚至「狼吞」年齡整整小她27歲的麥可安格蘭諾(Michael Angarano)。
茱莉安摩爾在《琳》片中飾演一位熟齡敗犬女教師,舉止雖然優雅,卻又「更年期」、「空窗期」雙期併發。為了扮演枯燥乏味的中年單身女,她戴上眼鏡裝出不修邊幅的「路人」樣,也讓她沒有以往幾部作品來得光鮮亮麗。不過要看起來活似路人、大嬸,「平凡」也突顯出她更精湛的演技。
除了造型上的突破,茱莉安摩爾這回真的「豁出去」,不僅對整整小他27歲的麥可安格蘭諾伸出「狼爪」,兩人更在教室講桌上乾柴烈火,私密調教戲讓人看得臉紅害羞。她的赤裸真誠,對照在片中詮釋「琳達」的歡笑寫照,也將電影帶到另一個更高層次。
▲茱莉安摩爾在新片《琳老師卡好》對整整小她27歲的麥可安格蘭諾伸出「狼爪」。(圖/采昌)
電影描述年逾四十,喜愛閱讀且樂於當敗犬的高中文學教師琳達,生活看似平淡,卻因為從前一位得意門生傑森的出現,讓她有了出乎意料的超展開。就在琳達意外「搞」上傑森之後,她的生活也因此發生天翻地覆的全新變化。《琳老師卡好》將於9月6日在台上映。
關鍵字:
茱莉安摩爾
琳老師卡好
影后
Julianne Moore
麥可安格蘭諾
電影
明星
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
留言列表