发布网友 发布时间:2022-04-06 11:43
共4个回答
热心网友 时间:2022-04-06 13:13
rem一般用于设置字体的大小,1rem就是html根元素的字体大小,2rem就是html字体大小的2倍,1.5rem是html字体的1.5倍,0.75rem则是html字体大小的四分之三,依此类推。热心网友 时间:2022-04-06 14:31
首先你需要知道rem的意思是页面根元素的字体大小,即html的font-size。热心网友 时间:2022-04-06 16:05
!new function(){var a=this;a.width=750,a.fontSize=100,a.widthProportion=function(){var b=(document.body&&document.body.clientWidth||document.getElementsByTagName("html")[0].offsetWidth)/a.width;return b>1?1:b},a.changePage=function(){document.getElementsByTagName("html")[0].setAttribute("style","font-size:"+a.widthProportion()*a.fontSize+"px !important")},a.changePage(),window.addEventListener("resize",function(){a.changePage()},!1)};热心网友 时间:2022-04-06 17:57
rem是需要声明之后才能用的,需要用到单位换算的工具。一般设计图都是以750px位参考,所以如果把页面分成15份的话就是: