楊伶雯
2013年7月26日 07:43
");
$(".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();
});
}
//-------------------
});
-
大立光執行長林恩平。(圖/中央社)
記者楊伶雯/台北報導
大立光第 2季財報出爐,毛利率高達50.4%,創2009年來新高,較第1季大增8.59個百分點,第2季稅後淨利20.35億元,季增10.05%,單季EPS15.17元,累計上半年稅後淨利38.84億元,年增150%,EPS
28.96元,執行長林恩平表示,目前看起來7月、8月業績持續成長,9月雖還不是很清楚 ,但以過去經驗來看第3季表現都比第2季好。
大立光第2季合併營收為58.57億元,營業毛利29.55億元,稅前盈餘26.72億元,季增32.8%,稅後淨利20.35億元,季增10.05%,單季每股盈餘(EPS)15.17元。
大立光累計上半年合併營收109.6億元,年增57%,營業毛利50.91億元,年增92%,稅前盈餘46.85億元,稅後淨利38.84億元,年增150%,EPS為28.96元。
展望下半年,林恩平指出,從客戶目前需求來看,第3季仍優於第2季,預估下半年仍較去年同期成長;以目前訂單量來看,7月業績較6月好,8月將比7月好。
關鍵字:
大立光
畫素
高階鏡頭
林恩平
產能
漢微科
千元
股王
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
留言列表