GQ雜誌
2013年8月10日 14:03
");
$(".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();
});
}
//-------------------
});
-
蘿西杭亭頓在變形金剛電影中開MERCEDES-BENZ SLS AMG〔圖/GQ〕
文/GQ
每個男人心中都有一部夢幻的車,所以電影廠商也非常了解這個道理,所以這幾年的電影,從《鋼鐵人》、《玩命關頭》的系列電影,再到《007》以及《變形金剛》都少不了高級超跑來陪襯,讓每個男人都由衷的燃起跑車魂。
看更多最酷夢幻跑車
《變形金剛3》:MERCEDES-BENZ SLS AMG
像是《玩命關頭》和《變形金剛》的電影中都充斥了各式經典、絕美的跑車,不管是法拉利、藍寶堅尼還是Aston Martin,每一台都是玩家們心中的逸品。GQ.com特搜了15台電影中你能擁有的超級跑車,讓你筆挺的西裝造型下也能有一顆火熱的賽車心!
變形金剛的系列電影中,也是各家跑車品牌的大比拚,還記得《變形金剛3》中,蘿西杭亭頓所開的那台MERCEDES-BENZ SLS AMG嗎?上掀式車門是它的最大特點,完美的弧形設計,讓人看過就難忘。(約760萬元)
《變形金剛》:CHEVROLET CAMARO
這款雪佛蘭經典的跑車CHEVROLET CAMARO,在2008年上映的電影《變形金剛》中大出鋒頭,讓它有了「大黃蜂」的暱稱,更成為男人心中最想要的一台車。(約75萬元)
《鋼鐵人2》:AUDI R8 SPYDER
身為像是飾演成功企業家的小羅勃道尼,當然也需要一部好車還陪襯他的身分,或許AUDI R8 SPYDER就是一個好選擇。(約575萬元)
完整文章
延伸閱讀:
克里斯伊凡斯、蘿西杭亭頓、娜塔莉波曼等性感全裸廣告
米蘭達可兒、凱莉米洛、凱特阿普頓森Instagram大方曬身材
凱特阿普頓性感上空露點拼尺度
史嘉蕾喬韓森火辣拍廣告 性感美胸大解放
※更多精彩報導,詳見《GQ網站》
※本文由GQ雜誌授權報導,未經同意禁止轉載。
>>>>>>看更多雜誌內容!!!
關鍵字:
GQ
跑車
法拉利
藍寶堅尼
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
留言列表