适配参数

const base = clientWidth / 23.4375
 
htmlDom.style.fontSize = clientWidth < 1500 ? clientWidth < 500 ? htmlWidth / (clientWidth / base) + 'px' : htmlWidth / (clientWidth / 14) + 'px' : htmlWidth / (clientWidth / 13) + 'px'
posted @ 2022-08-06 21:18  zjxgdq  阅读(162)  评论(0编辑  收藏  举报