李鴻典
2013年8月1日 08:31
");
$(".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();
});
}
//-------------------
});
-
今夏最火熱的「2013年台北電腦應用展」於今(1)日(四)至8月5日(一)連續5天在台北世貿一館盛大展開!今年台北電腦應用展主題為「雲端行動 智慧應用」,吸引200家參展廠商,使用近1,200個攤位,全方位滿足廣大消費者的需求,預估將吸引超過60萬參觀人次。
〔記者葉立斌、李鴻典/台北報導
今夏最火熱的「2013年台北電腦應用展」於今(1)日(四)至8月5日(一)連續5天在台北世貿一館盛大展開!今年台北電腦應用展主題為「雲端行動 智慧應用」,吸引200家參展廠商,使用近1,200個攤位,全方位滿足廣大消費者的需求,預估將吸引超過60萬參觀人次。
台北市電腦公會表示,各家代表3C廠商與產品,多有「迎向IT觸控時代」、「雲端行動應用與智慧生活」、以及「穿戴式科技創新行動商機」3大特色。現在NB也加入觸碰功能,例如Intel推出第四代Core處理器,加入語音、臉部辨識等功能,開創二合一裝置新時代,同一部電腦就擁有PC之強大效能與平板電腦的行動力,這是IT觸控時代的象徵。而行動載具紛紛推出,觸碰與近距離無線通訊NFC(Near Field Communication)的進步,具有健康管理或運動時間記錄的智慧手錶,讓民眾運動更有效率。
今年展覽主辦單位特別規劃了電腦系統品牌區、電腦系統通路區、週邊設備區、數位影音產品區、智慧行動應用區、數位娛樂區、媒體區七大展區及三個主題專區-影音小學堂、智慧生活主題區、優游遊戲世界主題區。
另外,隨著第3季步入傳統旺季,各大電信運營商,如中華電信、台灣大哥大、遠傳、威寶、全球一動等也配合各品牌手機推出各項優惠資費方案,希望一舉引爆下半年買氣。
綜觀此次各家大廠推出之3C產品,各式擺脫單一形式的「變形」功能產品,如平板+鍵盤、手機+平板等可插拔組合,或可旋轉360°的轉軸式螢幕等,更能適應不同的環境、場合,只要一機在手,無論是商務或休閒需求,都能輕鬆變身,牢牢抓住消費者瞬息萬變的心態,成為今夏民眾購機首選。(接下一頁)
關鍵字:
2013應用展
暑假
3C
盛會
登場
SG
吸睛
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
留言列表