让ie8、ie9支持媒体查询

<!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
<!--[if lt IE 9]>
  <script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
  <script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->

 ps.放到body任意位置。

posted @ 2019-02-14 17:00  asimpleday  阅读(386)  评论(0编辑  收藏  举报