vivo性价比系列新机官宣:7月31日见

Antutu

阅读

做为主打线下市场的品牌,vivo在性价比方面没有太大优势,不过vivo的产品线中有一款Z系列在主打线上平台,已经发布多款新机,相比其它系列,有着较为不错的性价比。

7月22日上午,vivo官方宣布,将于7月31日发布Z系列新机Z5,海报中可以确认该机采用后置三摄设计,主打性能和散热方面,目前已经在官网开启预约。

据悉,此前有一款后置三摄的vivo新机入网了工信部,型号为V1921A,如果不出意外的话,应该就是上述的Z5。

工信部数据显示,该机采用6.38英寸的AMOLED屏幕,分辨率为2340×1080,后置三摄位于左上角,呈竖向排列。机身尺寸为159.53×75.23×8.13mm,重量是189.6g。

核心配置上,这款新机搭载了主频为2.3GHz的CPU,提供6/8GB RAM+64/128/256GB ROM,电池容量为4420mAh。

vivo性价比系列新机官宣:7月31日见

原创文章,作者:tangzheng,如若转载,请注明出处:http://www.antutu.com/doc/118705.htm

相关推荐

登录后才能评论

$(window).resize(function(){ $(".article-e").width($(".article-a").width()) }); $(document).ready(function () { // 微信二维码分享 var qrcode = new QRCode(document.getElementById("qrcode"), { width: 120, height: 120, text: this.location.href }); qrcode.makeCode(window.location.href); // 管理员一栏 $(".article-e").width($(".article-a").width()) // 新闻内页图片弹框 $(".article-b img").click(function(){ var _this = $(this); imgShow("#outerdiv", "#innerdiv", "#bigimg", _this); }); }) function getScrollTop() { var scroll_top = 0; if (document.documentElement && document.documentElement.scrollTop) { scroll_top = document.documentElement.scrollTop; } else if (document.body) { scroll_top = document.body.scrollTop; } return scroll_top; } // 图片弹框 function imgShow(outerdiv, innerdiv, bigimg, _this){ var src = _this.attr("src"); $("#bigimg").attr("src", src); // 获取当前点击图片的真实大小,与当前窗口比较 $("").attr("src", src).load(function(){ var windowW = $(window).width(); var windowH = $(window).height(); var realWidth = this.width; var realHeight = this.height; var imgWidth, imgHeight; var scale = 1; if(realHeight>windowH*scale) { imgHeight = windowH*scale; imgWidth = imgHeight/realHeight*realWidth; if(imgWidth>windowW*scale) { imgWidth = windowW*scale; imgHeight = imgWidth / realWidth * realHeight; } } else if(realWidth>windowW*scale) { imgWidth = windowW*scale; imgHeight = imgWidth/realWidth*realHeight; } else { imgWidth = realWidth; imgHeight = realHeight; } $("#bigimg").css("width",imgWidth); var w = (windowW-imgWidth)/2; var h = (windowH-imgHeight)/2; $("#innerdiv").css({"top":h, "left":w}); $(".navbar").fadeOut("fast") $(".article-e").fadeOut("fast") $("#outerdiv").fadeIn("fast"); }); //再次点击 关闭弹框 // $("#outerdiv").click(function(){ // $(this).fadeOut("fast"); // $(".navbar").fadeIn("fast") // $(".article-e").fadeIn("fast") // }); var imgFlag = true; var clickTimeId; $(bigimg).dblclick(function(){ $this = $(this); clearTimeout(clickTimeId); if(imgFlag){ imgFlag = false $this.css({ '-webkit-transform':'scale(2)', 'transform':'scale(2)' }) }else{ imgFlag = true $this.css({ '-webkit-transform':'scale(1)', 'transform':'scale(1)' }) } }); $(outerdiv).click(function(){ // 取消上次延时未执行的方法 clearTimeout(clickTimeId); //执行延时 clickTimeId = setTimeout(function() { //此处为单击事件要执行的代码 $(outerdiv).fadeOut("fast"); $(".navbar").fadeIn("fast") $(".article-e").fadeIn("fast") },300); }) } $(document).scroll(function () { var scroll_top=getScrollTop(); // 管理员一栏 if ($(window).height() - $(document).scrollTop()-scroll_top >= 200) { $(".article-e").addClass('fixedbottom'); $(".article-e").width($(".article-a").width()) } else { $(".article-e").removeClass('fixedbottom'); } })