許世穎
2013年10月16日 03:53
");
$(".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();
});
}
//-------------------
});
-
艾瑞克巴納在新片《全面鎖定》中苦練划船,這一練也讓他練出結實壯肌。(圖/甲上)
記者許世穎/綜合報導
曾主演過《綠巨人浩克》、《時空旅人之妻》的男主角艾瑞克巴納,在新片《全面鎖定》中,飾演一名為恐怖攻擊嫌犯辯護的律師,不但每天去法院報到旁聽,學英國腔口音,還苦練划船,這一練也讓他練出結實壯肌,一練上癮。
導演約翰克勞利為了呈現倫敦美景,特別安排艾瑞克巴納的角色住在泰晤士河畔,因此他的「通勤」方式就是划船。所以他在開拍前還要苦練划船,艾瑞克巴納說:「我從來沒划過船,這比我想像的還要難,你必須有強壯臂力、平衡感。」
▲艾瑞克巴納在新片《全面鎖定》中,飾演為恐怖攻擊嫌犯辯護的律師。(圖/甲上)
不過就在他密集練了兩週之後,雖然每天都肌肉痠痛,但也一練上癮!讓艾瑞克巴納直說:「我想回澳洲後,我會買艘船繼續划。」而且本來就擁有如健美先生般好身材的他,肌肉也因此練得更壯碩結實,他笑說最開心的人應該是老婆。
而為了演好片中律師一角,艾瑞克巴納在開拍一個月前,就主動要求飛去倫敦「做功課」,也因為他的岳父是澳洲高等法院的首席法官,所以他自認揣摩律師難不倒自己:「我常聽岳父聊起在法庭上的事,拍攝前,我也向岳父請教了很多律師的性格、講話方式等技巧,這點他真的幫助我很多。」
▲艾瑞克巴納在新片《全面鎖定》中遭到全面監控。(圖/甲上)
《全面鎖定》故事描述艾瑞克巴納飾演的辯護律師,調查一樁死傷無數的恐怖攻擊,就在他掌握到驚人的證據時,發現自己已被全面監控,甚至有人試圖湮滅證據。在滿佈監視器的城市,等於一舉一動都已被24小時鎖定,他必須嘗試逃脫,揭發背後的陰謀。電影將於下周五(25日)全台上映。
關鍵字:
全面鎖定
艾瑞克巴納
監控
壯肌
划船
電影
明星
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:
留言列表