足球护具有哪些_布鲁特_310竞彩足球推荐专家预测_-90vs即时比分 - nba得分榜历史排名

Media Queries: color-index

語法:

color-index<integer>

取值:

<integer>
用用整數值來定義彩色查詢表中的條目數。不允許負值

說明:

定義在輸出設備的彩色查詢表中的條目數。如果沒有使用彩色查詢表,則值等于0
  • 本特性接受min和max前綴,因此可以派生出min-color-indexmax-color-index兩個媒體特性。

    簡單列舉幾個應用示例:

    @media screen and (color-index){ … } @import url(example.css) screen and (min-color-index:1); <link media="screen and (color-index:0)" rel="stylesheet" href="example.css" />

兼容性:

  • 淺綠 = 支持
  • 紅色 = 不支持
  • 粉色 = 部分支持
Values IE Firefox Chrome Safari Opera iOS Safari Android Browser Android Chrome
Basic Support 6.0-8.0 2.0-3.0 4.0-25.0#1 6.0#1 15.0+ 6.0-6.1#1 2.1-4.3#1 18.0-24.0#1
9.0-11.0#1 3.5+ 26.0+ 6.1+ 7.0+ 4.4+ 25.0+
  1. 不支持嵌套媒體查詢。

示例: