Skip to content

[css] 第536天 解释下1px、1rem、1em、1vh代表的含义分别是什么? #3007

New issue

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

Open
haizhilin2013 opened this issue Oct 2, 2020 · 1 comment
Labels
css css

Comments

@haizhilin2013
Copy link
Collaborator

第536天 解释下1px、1rem、1em、1vh代表的含义分别是什么?

3+1官网

我也要出题

@haizhilin2013 haizhilin2013 added the css css label Oct 2, 2020
@Liuhongwei3
Copy link

  • 1px
    像素(Pixel),相对于显示器屏幕分辨率而言的,即一个像素点。
  • 1rem
    相对于根元素HTML,即同根元素font-size大小。
  • 1em
    相对于父元素
  • 1vh
    相对于视口/视窗,即可视区域

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css css
Projects
None yet
Development

No branches or pull requests

2 participants