国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > CSS > 正文

CSS3中的Media Queries學習筆記

2024-07-11 08:32:56
字體:
來源:轉載
供稿:網友

一、Media Queries 支持的屬性
2016523115225102.png (483×314)

2016523115243298.png (423×217)

二、關鍵字
and - 結合多個媒體查詢 not - 排除某種制定的媒體類型 only - 用來定某種特定的媒體類型

三、引用樣式示例

CSS Code復制內容到剪貼板
  1. <link rel="stylesheet" media="all" href="style.css" />    <link rel="stylesheet" media="screen and (min-width:980px)" href="desktop.css" />   
  2. <link rel="stylesheet" media="screen and (min-width:768px) and (max-width:980px)" href="pad.css" />    <link rel="stylesheet" media="screen and (min-width:480) and (max-width: 768px)" href="phone.css" />   
  3. <link rel="stylesheet" media="screen and (max-width:320px)" href="small.css" />  

四、內聯樣式示例

CSS Code復制內容到剪貼板
  1. @media screen and (min-width: 980px) {        //css code  
  2. }    @screen and (min-width:768px) and (max-width:980px) {   
  3.     //css code   }   
  4. @screen and (min-width:480) and (max-width: 768px) {        //css code  
  5. }    @screen and (max-width:320px) {   
  6.     //css code   }   
  7.    @media screen and (max-device-width: 480px) {   
  8.     //max-device-width等于480px   }   
  9. @media screen and (device-aspect-ratio: 16/9), screen and (device-aspect-ratio: 16/10) {        //設備寬高比   
  10. }    @media all and (orientation:portrait) {   
  11.     //豎屏    }   
  12. @media all and (orientation:landscape) {        //橫屏   
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 家居| 吉水县| 青州市| 泰宁县| 兰坪| 望江县| 若尔盖县| 昭觉县| 乌审旗| 高碑店市| 葫芦岛市| 枝江市| 和田市| 彭水| 东乡族自治县| 辽阳县| 错那县| 岳阳市| 宕昌县| 岳池县| 汤原县| 方城县| 竹山县| 怀化市| 绥宁县| 海南省| 闻喜县| 肇州县| 杭锦旗| 双鸭山市| 博湖县| 永年县| 县级市| 高州市| 柯坪县| 开化县| 扶沟县| 前郭尔| 苏尼特右旗| 天等县| 桐乡市|