适配参数
const base = clientWidth / 23.4375
htmlDom.style.fontSize = clientWidth < 1500 ? clientWidth < 500 ? htmlWidth / (clientWidth / base) + 'px' : htmlWidth / (clientWidth / 14) + 'px' : htmlWidth / (clientWidth / 13) + 'px'
本文来自博客园,作者:zjxgdq,转载请注明原文链接:https://www.cnblogs.com/zjxzhj/p/16557909.html