NOWnews.com 今日新聞網
2013年8月25日 20:35
");
$(".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();
});
}
//-------------------
});
-
國際時尚品牌舉舉辦秋冬發表會,各家名模藝人前往觀秀,圖為名模林又立。(攝影/記者林柏年)
生活中心/台北報導
美國的設計師精品MARC JACOBS(MJ),於華山紅磚六合院舉辦秋冬服裝秀2013秋冬發表,這次從紐約空運來台30套runwaylook秀上精選呈現,利用空間與光影嬉遊,使觀眾沉浸在矩形舞台與自製蜃景般的太陽中,經典剪裁、線條分明的縮肩設計、喇叭袖以及各種大衣散發一股奢華而舒適的優雅。
現場眾星雲集,包括鄭建國、楊一展、李蒨蓉、賈永婕、何麗玲、徐曉晰、夏嘉璐、李維維、戴君竹、黃懷晨等…名人現身,名模林又立示範了多套40’s Old Hollywood Glamour風格華服,以奢華亮面洋裝及絨面貴婦造型裝扮,展現耀眼的好萊塢式紅毯魅力。
▲圖:美國時尚品牌MARC JACOBS秋冬最大發表會,各家名人到場觀秀。(圖/翻攝自網路)
同時這場秀也是林嘉綺產後首次復出活動,迅速恢復身材的她,搭配上令人咋舌不已的羽狀亮片長洋裝,展現奢華優雅的女神氣勢,而初為人父的歌手紀佳松也前往參與,這場時尚秀儼然成為新手育兒經。
紀佳松談到現在帶小孩每天只睡四小時,正在籌備新專輯的他,同時月子跟錄音兩頭燒,但當他看到影后張榕榕與女兒時一切都值得。
關鍵字:
時尚
精品
品牌
MARC JACOBS
秋冬
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
留言列表