We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
求解为什么在640px屏宽下 1rem=100px,如果设计稿的宽度为1080在1080屏宽下1rem又等于几呢?
The text was updated successfully, but these errors were encountered:
1rem = 100px是一个约定值,如果设计稿是1080,将adapt(640, 100)修改为adapt(1080, 100)即可,1rem还是对应100px
Sorry, something went wrong.
No branches or pull requests
求解为什么在640px屏宽下 1rem=100px,如果设计稿的宽度为1080在1080屏宽下1rem又等于几呢?
The text was updated successfully, but these errors were encountered: