美文网首页
常用引用cdn及手机版meta设置

常用引用cdn及手机版meta设置

作者: shine001 | 来源:发表于2022-01-05 09:47 被阅读0次

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>

媒体查询 当最大宽度小于480px下面的ads样式生效
min-width 和max-width相反,最小宽度和大于最小宽度生效

@media screen and (max-width:480px){
 .ads {
   display:none;
  }
}

相关文章

网友评论

      本文标题:常用引用cdn及手机版meta设置

      本文链接:https://www.haomeiwen.com/subject/unzwzltx.html