三种方式加入媒体样式

1.

/*@media Rule*/

@media all and (max-width : 1024px){...}

 

2.

/*@imput Rule*/

@imput url(styles.css)  all and (max-width : 1024px){...}

 

3.

<link rel = "stylesheet" href = "styles.css" media = " all and (max-width : 1024px)">

posted @ 2016-12-20 22:06  明明一颗大白菜  阅读(168)  评论(0编辑  收藏  举报
<-- -->