JS根据设备宽度设置根节点(html)font-size字体大小
JS根据设备宽度设置根节点(html)font-size字体大小
(function () {
document.addEventListener('DOMContentLoaded', function () {
var deviceWidth = document.documentElement.clientWidth;
document.documentElement.style.fontSize = deviceWidth / 6.4 + 'px';
}, false);
_window.onresize = function(){
var deviceWidth = document.documentElement.clientWidth;
document.documentElement.style.fontSize = deviceWidth / 6.4 + 'px';
};
})();
http://baoxian.pingan.com/pa18shopnst/u/wx/product/bankCardSafe/index.shtml
https://segmentfault.com/a/1190000004189237?_ea=522147
http://caibaojian.com/flexible-js.html
http://caibaojian.com/web-app-rem.html
http://huodong.m.taobao.com/act/yibo.html
http://121.40.99.17/global/rem-phone.html
头部像素
var scale = 1.0, ratio = 1, assetsHost = 'g.tbcdn.cn', assetsVersion = '0.5.12', isTestEnv = false;
(function() {
if (location.host.match(/(waptest|wapa)\.taobao\.com$/i)) {
assetsHost = 'g.assets.daily.taobao.net';
assetsVersion = '0.5.12';
isTestEnv = true;
}
if (window.devicePixelRatio === 2 && window.navigator.appVersion.match(/iphone/gi)) {
scale = 0.5;
ratio = 2;
}
var text = ''
+ '';
[xss_clean](text);
})();