标签: css
我这样设置媒体查询:
@media (max-width: 1rem)
并按如下所示设置html字体大小:
html {font-size: 625%;} // 100px
在Mac中,@ media中的3rem的工作方式类似于16px,但在ios中,其工作方式则类似于100px。