Blogger Information
Blog 42
fans 0
comment 0
visits 15329
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0715rem计算
小言
Original
337 people have browsed it
  1. <div class="box">我是测试字体大小</div>
  2. <style>
  3. html{
  4. font-size: 100px;
  5. font-size: calc(100vw / 3.75);
  6. }
  7. body{
  8. font-size: 0.2rem;
  9. }
  10. @media (max-width:375px){
  11. html{
  12. font-size:100px;
  13. }
  14. }
  15. @media (min-width:470px){
  16. html{
  17. font-size:110px;
  18. }
  19. }
  20. </style>

设置默认字号为20的时候,进行了一次计算。

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!