許世穎
2013年7月18日 00:34
");
$(".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();
});
}
//-------------------
});
-
火辣超模瑪麗莎米勒在《降魔戰警》扮演人間替身。(圖/取自網路)
記者許世穎/綜合報導
暑假強檔《降魔戰警》(R.I.P.D.),找來奧斯卡影帝傑夫布里吉(Jeff Bridges),與萊恩雷諾斯(Ryan Reynolds)搭檔穿梭陰陽界降魔,不過兩人在人間的樣貌卻有替身,萊恩是個華裔糟老頭,布里吉的替身卻是D奶「維多莉亞的祕密」超模瑪莉莎米勒(Marisa Miller)。
電影的劇情描述萊恩飾演的警界明日之星尼克因公殉職,到了陰間被迫加入「除魔局」,更與布里吉飾演的老鳥警長洛伊搭檔,專門揪出已經掛掉、卻隱身在人群裡的「死咖」。
▲傑夫布里吉和萊恩雷諾斯搭檔演出《降魔戰警》,穿梭陰陽界揪出死咖。(圖/UIP)
不過兩人穿梭陰陽界辦案,在人間讓人看到的是他們替身的樣貌,而非生前的模樣,萊恩的替身由傳奇性格演員吳漢章飾演,而布里吉則是超模瑪麗莎米勒飾演的性感小妞,站在一起讓畫面相當不協調而搞笑,也讓兩人在一般人面前開打變得輕鬆詼諧許多。
美艷的瑪麗莎擁有34D、23、35的火辣身材,不僅是「維多莉亞的祕密」內衣超模,還當選過《男人幫》票選的「最性感女人」;至於吳漢章則在70年代相當活躍,作品包括《銀翼殺手》、《妖魔大鬧唐人街》,以及影集《功夫》和《朝代》等片。
▲《降魔戰警》在人間的替身由超模瑪麗莎米勒(右),與老牌性格演員吳漢章飾演。(圖/UIP)
▲超模瑪麗莎米勒擁有34D、23、35的火辣身材。(圖/取自網路)
而兩位正牌主角布里吉和萊恩,私底下有著意氣相投的好交情,也增強了銀幕上的默契。布里吉表示:「萊恩是個討人喜歡的小子,他可以精準地達到所有目標,把它們融合後再呈現出來,這是一種特別的天分。我們在很多方面都很合得來,在片場外相處得非常愉快。」《降魔戰警》將於8月2日在台上映。
關鍵字:
傑夫布里吉
萊恩雷諾斯
D奶
辣模
瑪莉莎米勒
降魔戰警
電影
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
留言列表