Matt Kan
2013年5月24日 19:02
");
$(".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();
});
}
//-------------------
});
-
Logitech G全系列遊戲週邊裝置,要幫助玩家用科學贏得勝利!
記者甘偉中/台北報導
雖然行動裝置正起飛,但在PC上玩遊戲的族群似乎並未減少。根據遊戲週邊業者提供的數據顯示,自2010年到2012年止,全球電腦遊戲週邊銷售量總成長達25.3%,且每3個成人/青少年即有1人為遊戲玩家;這些遊戲核心玩家中,有84%在桌機電腦玩遊戲,但使用遊戲裝置的玩家卻低於3成,顯示PC遊戲週邊市場仍有不少潛力,因此不少科技廠商相當重視這個市場。
羅技24日在台灣發表Logitech G全系列遊戲週邊裝置,包括4款遊戲滑鼠、2款遊戲鍵盤及2款全新遊戲耳機麥克風。
▲ 羅技Logitech G全系列遊戲週邊裝置 4款遊戲滑鼠G100s、G400s、G500s、G700s強調以下特色:可承受2000萬次點按的耐用按鍵、精準控制游標的Delta Zero感應器最佳化技術、防止手部濕黏的疏水性耐用掌墊、抗指印按鈕覆膜及可流暢移動的低摩擦PTFE腳墊。
其中G100s、G400s為光學滑鼠,G100s為入門款,具有2毫秒回報速率、2500dpi;G400s具有1毫秒回報速率,400-4000dpi可即時調整,及8個可自訂按鍵。
▲ G100s(左)、G400s(右)為光學滑鼠 G500s為雷射滑鼠,可使用增重法碼做配重及平衡微調,200-8200dpi可即時調整,雙模式滑鼠滾輪,可以視情況需要切換成精緻的分段捲動,或快速掠過的超快捲動。具有10個自訂按鍵,10組內建記憶設定檔,可依不同遊戲記憶按鈕設定。
G700s為無線滑鼠,可透過2.4GHz無線操作或連接Micro-USB連接線變成有線滑鼠,無線操作時電池可持續4~12小時,沒電時可用有線操作幫電池充電。無論無線或有線都可達到1毫秒回報速率,200-8200dpi可即時調整,13個自訂按鍵,5組內建記憶設定檔及雙模式滑鼠滾輪。
▲ G500s(左)為雷射滑鼠,G700s(右)為無線滑鼠 (接下一頁)
關鍵字:
羅技
遊戲
週邊
滑鼠
鍵盤
耳機
電競
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
留言列表