iphone - 横屏适配解决方案

使用 阿里的解决方案 flexible
设计稿横屏: 1334 * 750
设计稿竖屏: 750 * 1334

let docEl = document.documentElement
function refreshRem (){
   
	let width = docEl.getBoundingClientRect().width
	let realWidth = width / dpr
	if

你可能感兴趣的:(html,css,适配器模式)