移动端SPA项目非Rem转换(依赖设计稿尺寸)
index.html
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="format-detection" content="telephone=yes,email=no,address=no" />
<script type="text/javascript">
document.write(
'<meta name="viewport" content="width=750,initial-scale=' +
window.screen.width / 750 +
',user-scalable=no,target-densitydpi=device-dpi,viewport-fit=cover">'
)
</script>
<title></title>
</head>
<body>
<div id="app"></div>
</body>
</html>
文章目录
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。