@media only screen and (min-width: 320px) and (max-width: 359px) {
html,
body {
font-size: 8.51px;
}
} @media only screen and (min-width: 360px) and (max-width: 374px) {
html,
body {
font-size: 9.6px;
}
} @media only screen and (min-width: 375px) and (max-width: 385px) {
html,
body {
font-size: 10px;
}
} @media only screen and (min-width: 386px) and (max-width: 392px) {
html,
body {
font-size: 10.29px;
}
} @media only screen and (min-width: 393px) and (max-width: 400px) {
html,
body {
font-size: 10.48px;
}
} @media only screen and (min-width: 401px) and (max-width: 414px) {
html,
body {
font-size: 10.69px;
}
} @media only screen and (min-width: 415px) and (max-width: 479px) {
html,
body {
font-size: 11.06px;
}
} @media only screen and (min-width: 480px) and (max-width: 559px) {
html,
body {
font-size: 12.8px;
}
} @media only screen and (min-width: 560px) and (max-width: 599px) {
html,
body {
font-size: 14.93px;
}
} @media only screen and (min-width: 600px) and (max-width: 749px) {
html,
body {
font-size: 16px;
}
} @media only screen and (min-width: 750px) and (max-width: 767px) {
html,
body {
font-size: 20px;
}
} @media only screen and (min-width: 768px) and (max-width: 969px) {
html,
body {
font-size: 20.48px;
}
} @media only screen and (min-width: 970px) {
html,
body {
font-size: 22px;
}
}

  

最新文章

  1. jQuery对象和DOM对象的区别
  2. LeetCode 27 Remove Element
  3. ubuntu安装goldendict以及添加本地词典和在线词典
  4. Fragment的隐藏与显示
  5. a read only variable
  6. ✡ leetcode 162. Find Peak Element --------- java
  7. hdu 1171 Big Event in HDU(多重背包+二进制优化)
  8. php下载文件的代码示例
  9. Joseph cicyle's algorithm
  10. ThinkPHP下使用Ueditor
  11. IE查看控件时常
  12. adb shell 命令
  13. 【原创】构建高性能ASP.NET站点 第七章 如何解决内存的问题(前中篇)—托管资源优化—监测CLR性能
  14. android 实现分享功能两种方法
  15. 【lucene系列学习】排序
  16. Django框架全面讲解
  17. Jenkins2 实现持续交付初次演练(MultiJob,Pipeline,Blue Ocean)
  18. 关于form表单或者Ajax向后台发送数据时,数据格式的探究
  19. PHP cURL实现模拟登录与采集使用方法详解教程
  20. STM32F4 MDK5软件仿真 error : no 'read' permission

热门文章

  1. k8s pod 抓包
  2. pull request 猜想
  3. pgsql的round函数
  4. 安装fearch
  5. mysql数据增量及备份操作
  6. 如何搭建Redis集群(主从+哨兵)
  7. mac 编译安装ffmpeg
  8. perl正则
  9. 【Python】变量&数据类型&运算符
  10. Flink Application Development DataStream API Event Time--Flink应用开发DataStream API事件时间