99科技网
简介
99科技网是一个新锐的科技媒体网站,致力于为用户提供最新的科技资讯、产品评测、行业动态等内容。通过关注99科技网,您可以了解到最前沿的科技信息,掌握科技发展趋势。
移动端优化
为了在移动设备上获得更好的浏览体验,99科技网采用了一些针对移动设备的CSS样式:
if ( (navigator.userAgent.indexOf('Mobile') != -1) && (navigator.userAgent.indexOf('iPad') == -1)) { window.location.href = 'http://3g.fun99.cn';
}
这段代码会检测用户的设备是否为移动设备且不是iPad,如果是,则跳转至3g.fun99.cn页面。
还对图片列表进行了优化:
.tb-list,
.tb-list > *,
.tb-thumb dl{ position: relative; overflow: hidden;
}
.tb-list > * > *{ position: relative; float: left; min-height: 1px; background-repeat: no-repeat; background-position: center top;
}
.tb-list > .touching{ -webkit-transition-duration: 0ms !important; transition-duration: 0ms !important;
}
.tb-arrow{ width: 95%
这些样式使得图片列表在移动设备上的显示更加流畅。