国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

directory search
CSS3 Properties 邊框(Border) Border-color Border-image Border-radius box-shadow 背景(Background) background-origin background-clip Background-size Multiple backgrounds 顏色(Color) HSL colors HSLA colors opacity RGBA colors 文本(Text effects) text-shadow text-overflow word-wrap 用戶界面(User-interface) box-sizing resize outline outline-width outline-style outline-offset outline-color nav-index nav-up nav-right nav-down nav-left 基礎(chǔ)盒模型(Basic box model) overflow overflow-x overflow-y 內(nèi)容(Generated Content) content 其它模塊(Other modules) media queries Speech columns column-width column-span column-rule column-rule-color column-rule-width column-rule-style column-gap column-fill column-count column-break-before column-break-after @font-face 選擇器(selectors) 子串匹配的屬性選擇符 E[att^="val"] 子串匹配的屬性選擇符 E[att$="val"] 子串匹配的屬性選擇符 E[att*="val"] 結(jié)構(gòu)性偽類 E:root 結(jié)構(gòu)性偽類 E:nth-child(n) 結(jié)構(gòu)性偽類 E:nth-last-child(n) 結(jié)構(gòu)性偽類 E:nth-of-type(n) 結(jié)構(gòu)性偽類 E:nth-last-of-type(n) 結(jié)構(gòu)性偽類 E:last-child 結(jié)構(gòu)性偽類 E:first-of-type 結(jié)構(gòu)性偽類 E:only-child 結(jié)構(gòu)性偽類 E:only-of-type 結(jié)構(gòu)性偽類 E:empty UI元素狀態(tài)偽類 E:checked UI元素狀態(tài)偽類 E:enabled UI元素狀態(tài)偽類 E:disabled UI元素狀態(tài)偽類 E::selection 否定偽類 E:not(s) 目標(biāo)偽類 E:target 通用兄弟元素選擇器 E ~ F
characters

語法:

outline:[outline-color] || [outline-style] || [outline-width] || [outline-offset] | inherit

相關(guān)屬性:outline-style , outline-width , outline-offset , outline-color

取值:

<outline-color>
指定輪廓邊框顏色。參見outline-color
<outline-style>
指定輪廓邊框輪廓。參見outline-style
<outline-width>
指定輪廓邊框?qū)挾?。參見outline-width
<outline-offset>
指定輪廓邊框偏移位置的數(shù)值。參見outline-offset
inherit:
默認(rèn)。

說明:

  1. outline (輪廓)是給元素周圍繪制輪廓外邊框,通過設(shè)置一個數(shù)值使邊框邊緣的外圍偏移,可起到突出元素的作用。
  2. outline 屬性可設(shè)置元素周圍的輪廓線。
  3. 輪廓線不會占據(jù)空間,也不一定是矩形。
  4. outline 屬性是一個簡寫屬性,用于設(shè)置元素周圍的輪廓線。

兼容性:

類型 IEInternet Explorer FirefoxFirefox ChromeChrome OperaOpera SafariSafari
版本 (×)IE6 (√)Firefox 3.0.10 (√)Chrome 2.0.x (√)Opera 9.64 (√)Safari 4
(×)IE7 (√)Firefox 3.5
(√)IE8

示例:

快速跳轉(zhuǎn)

  • 語法
  • 取值
  • 說明
  • 兼容性
  • 示例
Previous article: Next article: