楊伶雯
2013年7月19日 07:35
");
$(".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月上市。(圖/宏達電提供)
記者楊伶雯/台北報導
新HTC One銷售佳,拿下台灣市場5月銷售王,延續這股熱潮,宏達電再推出HTC One mini,以輕巧風貌呈現新HTC One的創新功能,8月起先在特定市場上市,,9月起在全球各地陸續推出;宏達電近期遭外資調降目標價,最低甚至來到百元,股價也再下探8年來低點,衝刺第3季業績,宏達電近期持續推出新機,希望挹注營收動能。
新HTC One在上市後順利創造銷售熱潮,除了高階市場,宏達電也將觸角伸入中階市場,延續新HTC One的特色,4.3吋的HTC One mini正式亮相,搭載HTC BlinkFeed首頁、HTC Zoe實境相簿及HTC BoomSound音響等功能,企圖再造另一波銷售熱潮。
宏達電指出,新HTC One在全球市場廣受好評,目前已在全球181個國家上市、獲得583家以上電信夥伴熱烈支持,更獲得多項業界大獎;新HTC One在全球年輕消費者族群間,將HTC品牌知名度提升至87%,創造歷史新高,更有94%新HTC One使用者認為這是一款值得推薦購買的智慧型手機,因此未來6個月內計畫要購買新HTC One的消費者比例成長1倍。
HTC執行長周永明表示,「非常高興能成為智慧型手機的市場領導者,在推出風靡市場的新HTC One之後,能為這個絕佳的產品推出新家族成員-HTC One mini。HTC One mini具備新HTC One所有廣受歡迎的元素,並擁有精緻輕巧且同樣引人注目的造型」。
HTC One mini(右)以輕巧風貌呈現新HTC One(左)的功能。(圖/宏達電提供)
(接下一頁)
關鍵字:
宏達電
中華電
周永明
鋼鐵人
新HTC One
五月天
王力宏
小勞勃道尼
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
留言列表