css3 媒体查询

/* 小于400 */	  
@media screen and (max-width:300px) {
	html,body {
	font-size:0.58rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:301px) and (max-width:350px) {
	html,body {
	font-size:0.6rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:351px) and (max-width:420px) {
	html,body {
	font-size:0.7rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:421px) and (max-width:490px) {
	html,body {
	font-size:0.9rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:491px) and (max-width:620px) {
	html,body {
	font-size:1rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:621px) and (max-width:720px) {
	html,body {
	font-size:1.2rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:721px) and (max-width:820px) {
	html,body {
	font-size:1.4rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:821px) and (max-width:920px) {
	html,body {
	font-size:1.6rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:921px) and (max-width:1020px) {
	html,body {
	font-size:1.8rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:1021px) and (max-width:1120px) {
	html,body {
	font-size:2rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:1121px) and (max-width:1220px) {
	html,body {
	font-size:2.2rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:1221px) and (max-width:1320px) {
	html,body {
	font-size:2.4rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:1321px) and (max-width:1420px) {
	html,body {
	font-size:2.6rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:1421px) and (max-width:1520px) {
	html,body {
	font-size:2.8rem;
}
}/* 大于960 小于1200 */	
 @media screen and (min-width:1521px) and (max-width:1620px) {
	html,body {
	font-size:3rem;
}
}
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值