| PSD | WAP | WEB预览(375px) | 一排汉字数量 |
| 26px | .16rem | 12px | 37 |
| 29px | .18rem | 12px | 33 |
| 32px | .20rem | 12px | 30 |
| 35px | .22rem | 13.2px | 27 |
| 38px | .24rem | 14.4px | 25 |
| 42px | .26rem | 15.6px | 23 |
| 46px | .28rem | 16.8px | 21 |
| 48px | .30rem | 18px | 20 |
基于以下媒体查询规则
@media (min-width:700px){
html { font-size:80px; }
}
@media (max-width:700px){
html { font-size:70px; }
}
@media (max-width:500px){
html { font-size:60px; }
}
@media (max-width:350px){
html { font-size:50px; }
}
博客围绕媒体查询规则展开,但具体内容未详细给出。媒体查询规则在前端开发中用于根据不同设备屏幕尺寸等条件应用不同样式,是实现响应式设计的重要手段。


被折叠的 条评论
为什么被折叠?



