楊伶雯
2013年7月31日 08: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();
});
}
//-------------------
});
-
HTC One mini特定市場8月上市。(圖/宏達電提供)
記者楊伶雯/台北報導
宏達電法說會對第3季的展望超出外資預期的低,預估營業利益率0~-8%,法人推估,第3季最好僅是損平,但是也可能虧損超過3元,除了第3季可能虧損外,全年也陷入虧損危機,外資及國內法人再度調降目標價,火速將宏達電目標價下修至百元以下,目前以法商巴黎證大降至71元最低;宏達電31日股價恐受衝擊,法人擔心可能出現「破發」的窘境。
宏達電法說會釋出第3季獲利警訊,預估第3季營收500~600億元,季減15.13-29.27%;毛利率約18-21%;營業利益率0~-8%,恐怕出現出現上市以來首度單季本業虧損,法人更擔心,即使第4季營運回升,恐怕也將陷入全年虧損的危機。
宏達電執行長周永明親自在線上法說會上說明,預計在第3季底、第4季初推出中階智慧型手機新品,率先上場的是HTC One Mini,之後還將有多款中價位新機,預期可拉升第4季的營運表現,預期第3季將是谷底,第4季將可明顯改善。
宏達電法說會報憂,多家外資及國內法人再度火速調降目標價至百元以下,宏達電目標價宣告破百,目前以巴黎證大降目標價到71元最低。
另外,瑞銀證券調降目標價至86元、里昂證券降至93元、花旗環球降至97元、匯豐證券降至98元、麥格理證券先前已降至92元,目前仍維持;另外,凱基投顧目標價降至85元、元大投顧降至90元。
宏達電獲利表現不妙,法人圈再爆出調降目標價風潮,近期來股價苦守在上市掛牌價之上,但法人擔心,在法說會對第3季展望超出法人預期的慘之下,31日股價恐將大受衝擊。
關鍵字:
宏達電
中華電
HTC Butterfly s
周永明
蝴蝶機
新HTC One
法說
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
留言列表