Matt Kan
2013年10月17日 19: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();
});
}
//-------------------
});
-
Windows 8.1在台灣17日晚上7:00開放下載(圖片翻拍自/Windows 8.1螢幕畫面)
記者甘偉中/台北報導
微軟將於紐西蘭10月18日凌晨12點,開放所有的Windows 8用戶下載Windows 8.1,而這個時間,就是台灣今天(17)晚上7:00!Windows 8用戶只要在 Windows市集裏就可以免費升級。
非Windows 8用戶若想使用Windows 8.1,必須從Windows.com取得更新檔,或是從零售店面購買Windows 8.1完整彩盒版,Windows 8.1標準版建議零售價NT$4,199元,Windows 8.1專業版NT$6,999元,台灣零售通路從18日正式開始上架。
▲ 非Windows 8用戶必須從Windows.com取得更新檔,或是從零售店面購買Windows 8.1完整彩盒版 Windows 8.1最受關注的改變,便是開始功能表再度回歸,用戶現在只要長按傳統桌面左下角的視窗圖示,便可叫出開始功能表。若是希望開機後直接進入傳統桌面,而非動態磚開始畫面,也可以從工作列與瀏覽內容視窗中設定,就可以有和舊版Windows類似的使用體驗。
▲ 現在可以從工作列與瀏覽內容視窗中,設定開機直接進入傳統桌面(圖片翻拍自/Windows 8.1螢幕畫面) 在Windows 8中,畫面分割只能有兩個,而且一定得是80%和20%的比例,Windows 8.1開始可依螢幕解析度,最大提供到四個畫面分割,而且分割視窗的比例可由使用者自行拖拉決定。
操作介面上也變得比較人性,動態磚現在提供四種尺寸,編輯時可一次選取多個動態磚。從開始畫面由下往上拉,便可顯示應用程式介面,應用程式可依名稱、安裝日期、使用頻率、類別來分類。
▲ 從開始畫面由下往上拉,就可以叫出應用程式介面(圖片翻拍自/Windows 8.1螢幕畫面) App的部份,除了IE瀏覽器升級到IE 11外,也多了健康、說明+訣竅、閱讀清單、錄音機、美食、鬧鐘及Skype,共7個內建應用程式。
▲ Windows 8.1新增7種內建App(圖片翻拍自/Windows 8.1螢幕畫面)
關鍵字:
Windows 8.1
微軟
開始
作業系統
桌面
應用程式
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:
留言列表