楊伶雯
2013年8月9日 11:37
");
$(".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();
});
}
//-------------------
});
-
宏達電董事長王雪紅公開信心喊話,強調外資不懂HTC的價值。(圖/宏達電提供)
記者楊伶雯/台北報導
宏達電除了搶攻高階智慧手機市場,下半年也準備加強在中階智慧手機的衝刺,目前已有Desire系列上市,HTC One mini預計9日下午正式在台灣發表,Desire 500則將進軍歐洲市場,董事長王雪紅日前也指出,非常有能力給消費者很有創新的中階手機,相信第4季跟明年產品組合會非常好,宏達電股價早盤開高走高,盤中漲幅逾4.3%。
宏達電法說會釋出第3季獲利警訊,預估第3季營收500~600億元,季減15.13-29.27%;毛利率約18-21%;第3季營業利益率0~-8%,法人推估,第3季最好僅是損平,但是也可能虧損,另外,即使第4季營運回升,恐怕也將陷入全年虧損的危機。
宏達電法說會對第3季的展望超出外資預期的低,可能出現上市以來單季虧損,甚至全年也陷入虧損危機,多家外資及國內法人再度火速調降目標價至百元以下,宏達電目標價宣告破百,目前以巴黎證大降目標價到71元最低。另外,瑞銀證券調降目標價至86元、里昂證券降至93元、花旗環球降至97元、匯豐證券降至98元、麥格理證券先前已降至92元,目前仍維持;凱基投顧目標價降至85元、元大投顧降至90元。
宏達電在法說會後連續大跌3天,市值縮水逾200億元,近3個月股價下跌近50%,5日起開始實施庫藏股買進,預計買回1.5萬張,買回區間價140-290元,在庫藏股加持下,近日來股價止跌反彈。
不過,在營收表現上,7月持續下滑,自結7月合併營收157億元,較6月衰退28.95%,累計前7月營收合併營收1292億元,年減29.74%;法人認為,第3季營收成長動能將看One mini等中階機款上市後的表現而定。 (接下一頁)
關鍵字:
宏達電
王雪紅
周永明
蝴蝶機
新HTC One
五月天
Apple
HTC One mini
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
留言列表