• 适配iPad
	if ((navigator.userAgent.match(/Safari/i)) && (navigator.userAgent.match(/Window/i))) {
				// $('.login_box').css({
				// 	'width': '100rem'
				// })
			// alert('Window')
		}else{
			$('.login_box').css({
				'width':'60rem'
			})
			// alert('Safari')
		}
  • 适配大屏电视机
	if (navigator.userAgent.match(/Android/i)) {
			// document.getElementsByTagName('body')[0].style.backgroundColor = '#999';
			$('.title').css({ "font-size": "2.5rem" })
	}
Logo

智屏生态联盟致力于大屏生态发展,利用大屏快应用技术降低开发者开发、发布大屏应用门槛

更多推荐