|
|
@ -13,8 +13,8 @@
|
|
|
|
docEl.style.fontSize = Math.max(Math.min(20 * (clientWidth / 1536), 22.5), 17.5) * 5 + 'px';
|
|
|
|
docEl.style.fontSize = Math.max(Math.min(20 * (clientWidth / 1536), 22.5), 17.5) * 5 + 'px';
|
|
|
|
|
|
|
|
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
/* 8.55:小于320px不再缩小,11.2:大于420px不再放大 */
|
|
|
|
/* 8.55:小于320px不再缩小,11.2:大于420px不再放大 ,17.2 大于667不再放大*/
|
|
|
|
docEl.style.fontSize = Math.max(Math.min(20 * (clientWidth / docWidth), 11.2), 8.55) * 5 + 'px';
|
|
|
|
docEl.style.fontSize = Math.max(Math.min(20 * (clientWidth / docWidth), 17.2), 8.55) * 5 + 'px';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return refreshRem;
|
|
|
|
return refreshRem;
|
|
|
|
})();
|
|
|
|
})();
|
|
|
|