許世穎
2013年7月6日 03:31
");
$(".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();
});
}
//-------------------
});
-
電影《放浪青春》在美好評破表。(圖/威望)
記者許世穎/綜合報導
電影《放浪青春》(Spring Breakers)在美好評破表,並被知名電影網站選2013年上半年度十大佳片第三名,同時也是今年台北電影節相中神秘場之一,最新中文預告也於昨天公布。
《放浪青春》由好萊塢才子男星詹姆斯法蘭科(James Franco)領軍,加上包括賽琳娜戈梅茲(Selena Gomez)、凡妮莎哈金斯(Vanessa Hudgens)、艾希莉班森(Ashley Benson)等新生代性感女星主演。
▲詹姆斯法蘭科(後)領軍一票青春辣妹性感演出《放浪青春》。(圖/威望)
法蘭科曾以電影《127小時》入圍奧斯卡影帝,在電影中有突破以往的驚人演出及造型;而以迪士尼頻道的青少年影集成名的新生代女星賽琳娜戈梅茲,以及凡妮莎哈金斯在電影中更是突破以往電影演出尺度叛逆演出,相當令人眼睛一亮。
電影描述四個性感火辣女大生,一直渴望能出去冒險,在一番計劃後,他們決定到佛羅里達盡情享受她們的春假。為了籌足她們的旅行資金,她們大膽搶劫一間速食店,但萬萬沒想到,這只是她們即將到來的瘋狂春假的開端。《放浪青春》將於8月23日在台上映。
▲賽琳娜戈梅茲(左),以及凡妮莎哈金斯在《放浪青春》突破以往尺度叛逆演出。(圖/威望)
關鍵字:
放浪青春
詹姆斯法蘭科
賽琳娜戈梅茲
凡妮莎哈金斯
火辣
電影
明星
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
留言列表