楊伶雯
2013年8月14日 10:00
");
$(".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();
});
}
//-------------------
});
-
巨大執行長羅祥安看好今年大陸市場的成長動能。(圖/記者楊伶雯攝)
記者楊伶雯/台北報導
巨大集團半年報結算出爐,2013年上半年合倂營收271.94億元,較去年同期成長4.1%,稅前淨利24.08億元,較去年同期成長18.9%;稅後淨利17.18億元,較去年同期成長19.9%;每股稅後淨利4.58元。
巨大指出,在製造工廠方面,上半年自行車及電動車自行車總共產銷319萬台。在自有品牌銷售方面,上半年仍以大陸內銷營收成長30%,表現最為強勁,台灣子公司、澳洲子公司及韓國子公司也有不錯的營運表現。上半年歐洲及美國因景氣及氣候因素使銷售受到影響。
巨大表示,在7月舉辦的第100屆環法自行車大賽,所贊助的 Belkin Pro Cycling Team選手Bauke Mollema 騎乘Giant全新款空氣力學公路競賽用車Propel Advanced SL在198位世界頂尖選手中勇奪個人總成績第6名;Belkin Pro Cycling Team也在22支比賽車隊中奪得團隊總績第5名;車隊亮麗的表現也讓捷安特品牌再次在國際舞台大放異彩。
巨大表示,在新產品開發方面,Giant領先全球採用27.5吋登山車。此系列產品推出後,不僅獲得市場極佳的評價,Giant Factory Off-Road team選手Carl Decker就是騎乘Giant全新的Anthem Advanced 27.5參賽,勇奪「全地型世界冠軍」。
巨大強調,全球自行車市場持續穩定成長,Giant除致力於創新產品的開發外,也積極進行通路變革、導入Giant特有零售經營Know-how,提供消費者更好的產品與服務。
關鍵字:
巨大
自行車
電動自行車
劉金標
捷安特
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
留言列表