亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

annuaire recherche
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
personnages

語法:

border-radiusnone | <length>{1,4} [ / <length>{1,4} ]?

相關(guān)屬性: border-top-right-radius , border-bottom-right-radius , border-bottom-left-radius , border-top-left-radius

取值:

<length>
由浮點(diǎn)數(shù)字和單位標(biāo)識(shí)符組成的長度值。不可為負(fù)值。
border-top-left-radius:
由浮點(diǎn)數(shù)字和單位標(biāo)識(shí)符組成的長度值。不可為負(fù)值。

說明:

  1. 第一個(gè)值是水平半徑。
  2. 如果第二個(gè)值省略,則它等于第一個(gè)值,這時(shí)這個(gè)角就是一個(gè)四分之一圓角。
  3. 如果任意一個(gè)值為0,則這個(gè)角是矩形,不會(huì)是圓的。
  4. 值不允許是負(fù)值。
引擎類型 Gecko Webkit Presto
Border-radius -moz-border-radius -webkit-border-radius ?
border-bottom-left-radius -moz-border-radius-bottomleft -webkit-border-bottom-left-radius
border-bottom-right-radius -moz-border-radius-bottomright -webkit-border-bottom-right-radius
border-top-left-radius -moz-border-radius-topleft -webkit-border-top-left-radius
border-top-right-radius -moz-border-radius-topright -webkit-border-top-right-radius

兼容性:

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

示例:

快速跳轉(zhuǎn)

  • 語法
  • 取值
  • 說明
  • 兼容性
  • 示例
Article précédent: Article suivant: