公式
1rem = html根元素设定的font-size的px值
假设:
html{font-size:14px}
设计稿为宽度42px,高度为35px,换算成rem就是:
42/14=3rem,35/14=2.5rem。(14就是html的font-size)
1rem = html根元素设定的font-size的px值
假设:
html{font-size:14px}
设计稿为宽度42px,高度为35px,换算成rem就是:
42/14=3rem,35/14=2.5rem。(14就是html的font-size)