11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
rem: 相对于浏览器html标签上的font-size来计算的
|
||
|
||
默认html上font-size: 16px
|
||
|
||
1rem == 16px
|
||
|
||
你写的rem * html font-size = 实际尺寸
|
||
|
||
为什么要用rem???
|
||
|
||
flex |