楊伶雯
2013年7月22日 20:53
");
$(".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();
});
}
//-------------------
});
-
新焦點獲得大陸鼎暉投資注資近6億元人民幣,合作搶攻大陸汽車售後市場。(圖/新焦點提供)
記者楊伶雯/台北報導
新焦點獲得大陸鼎暉投資注資近6億元人民幣,加上配售代理商摩根士丹利協助融資的2.5億元人民幣,共獲得超過8.5億元人民幣的資金,董事長洪偉弼表示,未來10年大陸車後市場每年將有2位數的成長,在資金的挹注下,將透過併購或新開店,迅速提升兩岸據點,擴大兩岸汽車美容服務規模。
洪偉弼指出,大陸每年新車成長數量及市場保有量持續提高,預估2020年,將有3億台汽車保有量,在車子變多及變老下,未來10年大陸車後市場可望保持2位數高成長,鼎暉這次大手筆注資,就是看準新焦點結合台灣經驗和大陸市場的雙重優勢,相信汽車售後市場相關業務的發展指日可待。
新焦點指出,過去一向秉承同業合作、異業聯盟的原則,獲得鼎暉的資金後援,將加速新店開張及改革的腳步,擴大兼併和收購的目標,同時增加對基礎建設的投入。
新焦點首席執行長張瑞展認為,汽車售後市場整合期即將開始,新焦點採專業化連鎖經營服務,比4S店與街邊小店握有更好的籌碼與競爭條件;加入鼎暉,新焦點獲得改進的動力和空間,希望在更寬廣的視野平台上快速吸取各方經驗,本著與當地合作和分享的原則,攜手建立汽車後市場的行業規範。
新焦點、大陸鼎暉結盟搶大陸車後市場。(圖/新焦點提供)
(接下一頁)
關鍵字:
新焦點
鼎暉
汽車美容
汽車售後市場
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
留言列表