楊伶雯
2013年6月20日 07:12
");
$(".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 Butterfly s、HTC Desire 600同步亮相。(圖/記者楊伶雯攝)
記者楊伶雯/宜蘭報導
宏達電去年底以來,從蝴蝶機到新HTC One都呈現熱銷,北亞區總經理董俊良指出,5月在雙旗艦的推升下,新HTC One 16GB、32GB及HTC Buterfly將擠進國內手機銷售前4名,有機會挑戰5月整體手機市場冠軍;除了高階智慧手機外,宏達電也積極布局中低階市場,分別與中華電、台灣大合作推出Desire系列,與HTC Butterfly s同時亮相的HTC Desire 600,被中華電行動通訊分公司總經理林國豐譽為是性價比非常高的手機。
宏達電除與台灣大攜手推出HTC Desire 200,空機價5000元有找,以只要4990元的低價鎖定2G轉3G的消費群;另外,Desire系列的高價款HTC Desire 600也隨著HTC Butterfly s同時亮相,單機建議售價12900元,預計7月起由中華電信獨賣。
宏達電通吃高中低階智慧手機市場的企圖強烈,在高階市場上,蝴蝶機長賣已達7個月,董俊良預估可持續熱銷到今年底,成為最長壽的機型,蝴蝶機也表現不俗根據IDC(國際數據資訊)2013年第1季亞太區手機市場季度調查報告,蝴蝶機單一機種在台灣出貨打敗蘋果iPhone 5、三星Galaxy Note 2,拿下市占率冠軍。
另外,根據市調機構統計數據,宏達電4月在台灣銷售亮眼,蝴蝶機Butterfly以6.9%市占,奪下單機銷售冠軍;第二名則是SONY Xperia Z,單機市占6.4%;三星Galaxy Note II以5.4%居第三。
HTC Butterfly s、HTC Desire 600同步亮相。(圖/宏達電提供)
(接下一頁)
關鍵字:
宏達電
中華電
周永明
蝴蝶機
新HTC One
五月天
王力宏
Desire
Butterfly s
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
留言列表