許世穎
2013年9月14日 04:24
");
$(".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();
});
}
//-------------------
});
-
黃璐(左)在電影《對面的女孩殺過來》首映會上,端出片中經典水餃獻給導演謝駿毅。(圖/傳影)
記者許世穎/台北報導
電影《對面的女孩殺過來》13日在新北市舉辦首映會,導演謝駿毅率領女主角黃璐、張詩盈、陳文彬等演員出席,黃璐更現場端出片中經典水餃獻給導演謝駿毅,象徵這部電影有滿滿的元寶,帶來好彩頭,接棒國片熱潮延續票房火力。
出身北京的女主角黃璐,出道後所主演的電影屢屢獲得國際影展的肯定,曾被國際媒體譽為「繼章子怡之後,又一位與國際影壇密切接觸的中國女演員,她的個人氣質造就了電影光彩。」
這次在《對》片中,黃璐飾演一個大剌剌的直爽女孩,為了幫奶奶找初戀情人來到台灣,走遍台灣大街小巷,而台灣的美食更是直接收服她的胃,片中吃遍水餃、牛排、珍珠奶茶等夜市好料。她透露,拍片空檔為了吃傳說中好吃的芋頭冰,還背著導演偷跑出去買,但為了鏡頭前能秀出好身材,只好忍痛和美食說不!
▲黃璐(左)在電影《對面的女孩殺過來》首映會上,端出片中經典水餃獻給導演謝駿毅。(圖/傳影)
在電影中,她和張書豪的「草食男+超殺女」冤家組合笑翻全場,但人在軍中的張書豪無法出席,他仍在預先拍攝的影片中大力推薦:「這是我非常喜歡的作品,希望大家能多支持進戲院。」《對面的女孩殺過來》將於27日正式在台上映。
關鍵字:
對面的女孩殺過來
首映會
黃璐
張詩盈
張書豪
國片
電影
留言列表