How can WeChat Mini Programs set the font size of the root element and then use rem?

@ media only screen and (min-width:320px) {html {font-size:12px;}}
@ media only screen and (min-width:375px) {html {font-size:13px;}}
@ media only screen and (min-width:412px) {html {font-size:14px;}}

htmlrem1rembodypagepage1rem1rem16px1rem

reset css uses rpx as a unit

Menu