許世穎
2013年7月21日 00:20
");
$(".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();
});
}
//-------------------
});
-
金鐘影帝陳柏霖出席生啤酒代言活動,談到在新片的「宅男」造型,保證「會讓大家驚訝」。(記者許世穎/攝影)
記者許世穎/台北報導
金鐘影帝陳柏霖昨(20)日下午出席生啤酒代言活動,談到在新片《愛情無全順》的「宅男」造型,他保證「會讓大家驚訝」。
陳柏霖下個月就滿30歲,提到是否想在最後的2字頭做點什麼事?他表示:「30就是個數字,心態比較重要。」不過他覺得自己過了30歲之後,可能會比較少出去玩,也可能會對於玩樂比較膩,所以前陣子也趁著空檔出國旅遊。
▲陳柏霖認為,30歲只是個數字,心態比較重要。(記者許世穎/攝影)
他在新片中扮演宅男,造型突破,除了增胖4、5公斤,特殊化妝每天要花上3小時的時間,還要裝單眼皮,陳柏霖笑說:「角色狀態比較隨便」。平常沒玩線上遊戲的他,在開拍前一個月也特地學著怎麼打電動,還有學習「打副本」、「砍掉重練」、「出團」等特殊用語,改變一下修辭學。
不過大家也好奇他是否有,「成家立業」的想法?陳柏霖直說:「我正在『立業』,成家倒沒有」,被問到是否單身,他先是岔開話提,最後也連答了3次「對」,直說對於另一半還在找尋。
▲陳柏霖透露自己目前單身。(記者許世穎/攝影)
以貴為金鐘影帝的他,接下來目標是否會放在金馬?陳柏霖聽了先是笑說:「桂綸鎂都拿了嘛!」之後更表示:「其實那(獎)不是主要目的,但當然也希望這個意外驚喜會早點發生。」
關鍵字:
陳柏霖
愛情無全順
台灣啤酒
宅男
增胖
明星
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
留言列表