楊伶雯
2013年8月14日 21:07
");
$(".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();
});
}
//-------------------
});
-
首華國際總經理陳俊良(左),財務長李淑瑗看好未來發展,啟動IPO計畫。(圖/首華提供)
記者楊伶雯/台北報導
首華國際鎖定大陸快速成長的二、三線城市,積極複製台灣經驗,行銷中高價位產品,初步成效顯現,累計1-6月營收3190萬元,已超越去年全年整年營收2500萬元,法人預估今年EPS可望大幅躍升至4.5-5元,總經理陳俊良表示,上市櫃計畫開始啟動,預計年底增資5000萬元,明年再增資1億元,若進度順利可望在2年內掛牌。
陳俊良指出,去年投資3000萬元取得廣州依菲絲皮具公司69%股權,積極導入SOWA品牌加盟業務整體行銷及人才培訓等計畫,行銷中高價位產品,在通路與品牌效益顯現下,推升今年上半年營收表現。
陳俊良表示,大陸連續12年成為全球第1的皮飾包消費國,每年皮飾包消費成長逾33%。積極布局兩岸皮飾皮包市場的自品品牌,去年投資廣州依菲絲皮具公司後,已初步完成大陸市場布局,目前正在積極拓展通路。
他指出,截至上半年大陸通路據點已由原來的86個據點,擴增至174個據點,年底預計增加至200個據點,明年導入大潤發專櫃後可望再擴增至250個據點。
陳俊良說,目前資本額5100萬元,經營模式採首華出資55%、45%開放給加盟商投資方式建立大陸市場通路;SOWA主力市場先鎖定在三級城市賣場,未來將在一級城市設旗艦店,進一步搶占大陸內需市場消費商機。 (接下一頁)
關鍵字:
首華
皮包
大陸
夢時代
SOWA
陳俊良
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
留言列表