楊伶雯
2013年9月9日 11:13
");
$(".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();
});
}
//-------------------
});
-
宏達電董事長王雪紅公開力挺執行長周永明。(圖/宏達電提供)
記者楊伶雯/台北報導
宏達電爆發設計部副總涉及洩密案,不僅是股價再度向下探底,由於涉案人被視為是執行長周永明的子弟兵,因此引發外界質疑,董事長王雪紅9日公開力挺周永明,強調「他做得非常、非常好」,不會有其他考量,但她也坦言,宏達電的確沒有調整好腳步,還有很大要進步的地方,全公司都要進步。
王雪紅指出,面對競爭,宏達電的確是沒有調整好腳步,還沒有做好,這些都是應該腳踏實地做好,她說,宏達電的營銷落後,應該要把做出來的好產品賣的更好,這部分有很大要進步的地方,不只是執行長,「我也沒有做好」。
王雪紅表示,宏達電重視創新,在產品中,創新的裡面是自己設計的,會把成本加高,所以還要再進步,她強調,不是沒有體認要加強,宏達電非常知道、非常努力要加強。
王雪紅說,宏達電一向管理非常嚴謹,是上市公司非常透明,每個人的創新都是寶貴資產,會非常小心保護智慧財產權。
宏達電股價仍受到8月營收及洩密案的衝擊,9日早盤以130元低盤開出,盤中一度重挫至跌停122元,隨著王雪紅公開力挺周永明,股價打開跌停,但盤中跌幅仍逾5.34%。
關鍵字:
宏達電
王雪紅
HTC Butterfly s
周永明
蝴蝶機
新HTC One
洩密
內賊
董俊良
留言列表