NOWnews.com 今日新聞網
2013年6月4日 14:09
");
$(".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();
});
}
//-------------------
});
-
雖說iPhone 5S的外觀不會有太大改變了,但蘋果卻對其內部進行了重新改造,現在國內一家名叫炫宇風尚科技的公司再次送上了新iPhone的零部件,需要注意的是,iPhone 5發布前,他們曾準確送出過它的零部件。
大陸新聞中心/綜合報導
雖說iPhone 5S的外觀不會有太大改變了,但蘋果卻對其內部進行了重新改造,現在國內一家名叫炫宇風尚科技的公司再次送上了新iPhone的零部件,需要注意的是,iPhone 5發布前,他們曾准確送出過它的零部件。
根據驅動之家報導,從這些iPhone 5S零部件可以看出,蘋果的確對其內部進行了重新改造,有些配件與iPhone 5和iPhone 4S完全不同,如Home鍵排線、振動器和音量排線(集成在一起)和音量鍵和開關鍵排線等等。
炫宇風尚科技曝光的這些iPhone 5S的零部件與之前美國科技媒體BGR曝光的完全一致,有意思的是,iPhone 5S的nano-SIM卡托盤有金色版本,看來新一代iPhone真會有多種顏色可選了?
iPhone 5S內部空間重新改造,零部件集成度更高,這似乎預示著蘋果打算它配備容量更大的電池,當然了用戶也迫切他們這麼做。
最新的消息顯示,iPhone 5S/低價iPhone 5都已經開始量產,而他們會在3個月後即今年的9月份發布,不過在這之前大家還是先期待WWDC 2103吧。
左一:iPhone 4S 中間:iPhone 5 右一:iPhone 5S。
左一:iPhone 4S 中間:iPhone 5 右一:iPhone 5S。
(接下一頁)
關鍵字:
iPhone 5S
曝光
顏色
蘋果
零部件
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
留言列表