楊伶雯
2013年8月10日 09:36
");
$(".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();
});
}
//-------------------
});
-
聯電執行長顏博文。(圖/中央社資料照)
記者楊伶雯/台北報導
聯電7月合併營收115.58億元,較去年同期103.57億元增加11.59%,較6月成長7.4%,創下今年新高;累計前7月合併營收712.44億元,較去年同670.04億元成長6.33%。
聯電日前召開線上法人說明會,公布第2季財報,單季營收319.1億元,較首季277.8億元增加14.8%,較去年同期303.8億元成長5%,毛利率19.4%,歸屬母公司稅後淨利18.1億元,每股獲利0.15元;執行長顏博文指出,預估第3季營運仍可持續成長,晶圓出貨量季增3-4%,產能利用率85%。
聯電執行長顏博文表示,第2季整體營運表現優於預期,其中晶圓專工業務的營業收入為303.3億元,營業淨利率為5.3%,約當8吋晶圓出貨量130.7萬片,產能利用率85%,40奈米及以下製程的營收比重從第1季的18% 提升到20%。
顏博文強調,隨著時序進入第3季,預期營收將持續成長,預估第3季晶圓出貨季增3-4%,產能利用率約85%,第3季晶圓代工產品平均銷售單價持平,營業利益率可望達7-9%。法人以出貨量季增率及ASP持平來估算,第3季晶圓代工營收季增3-4%。
關鍵字:
聯電
營收
台積電
淡季
28奈米
匯率
消防隊
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
留言列表