NOWnews.com 今日新聞網
2013年9月24日 20:48
");
$(".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();
});
}
//-------------------
});
-
許維恩接受NOWnews獨家專訪,以個人對流行角度示範多套服裝穿搭術。(圖/公關照提供)
娛樂中心/綜合報導
對造型美學具相當敏感度的許維恩,從小就對時尚事物充滿憧憬,所以不論是彩粧、料理、設計、藝術,甚至連穿梭城市中的美女,也可以成為許維恩欣賞的風景之一。
最近除了剛忙完拍攝《PM10-AM3》偶像劇,許維恩難得在沒工作的狀態,會去夜騎腳踏車、上拳擊課,還有登山爬山的戶外活動,安排充實休閒活動讓自己保持最佳體態。
▲圖:許維恩接受NOWnews獨家專訪,示範多款私服時尚穿搭,這件在巴里島買有點日系現代和服感,緞面稠質非常的舒服,展開像一幅畫在上面很好看又很好玩,穿個高跟鞋簡單搭個紅花點綴特色。(記者邱榮吉/攝影)
▲圖:許維恩接受NOWnews獨家專訪,示範波西米亞風格俐落大方。(記者邱榮吉/攝影)
▲圖:許維恩以同款波西米亞長裙,搭配出另一種不同穿法。(記者邱榮吉/攝影)
聊到預算方面,許維恩訣竅是衣服上選擇較為平價,原因是怕穿沒有幾次就退流行,不但預算降低又可多買幾套不同,至於包包和鞋子則比較不擔心買較昂貴,因為可以做為長期穿搭。
第一次推出這本時尚造型書,公開自己長期時尚造型的所學心得,畢竟這次所有搭配與彩妝完全是個人規畫,還包括如何雕塑身形、飲食料理和運動,希望藉由〝究極!維恩美人養成道〞,讓熱愛時尚女性們能夠找到屬於自己的亮麗生活。
↓《正妹最美》特別企劃許維恩示範穿搭專訪。(影音畫面由5TV製作提供)
[embedded content]
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:
留言列表