女同一区二区三区在线-日本伊人久久综合网-国产日韩欧美mv高清-国产精品亚洲精品日韩已满十八小-亚洲精品色午夜无码专区日韩-亚洲精品无码成人片久久不卡-亚洲国产一级中文字幕-亚洲综合国产成人丁香五月激情-日韩精品一区二区三区在线观看l

text-decoration

語(yǔ)法:

text-decoration:<' text-decoration-line '> || <' text-decoration-style '> || <' text-decoration-color '>

默認(rèn)值看每個(gè)獨(dú)立屬性

適用于:所有元素

繼承性:無(wú)

動(dòng)畫(huà)性:看每個(gè)獨(dú)立屬性

計(jì)算值:看每個(gè)獨(dú)立屬性

相關(guān)屬性:<' text-decoration-skip '> || <' text-underline-position '>

取值:

<' text-decoration-line '>:
指定文本裝飾的種類(lèi)。相當(dāng)于CSS2.1的 <' text-decoration '> 屬性,可取值:none | underline | overline | line-through | blink
<' text-decoration-style '>:
指定文本裝飾的樣式。
<' text-decoration-color '>:
指定文本裝飾的顏色。

說(shuō)明:

復(fù)合屬性。檢索或設(shè)置對(duì)象中的文本的裝飾。
  • 所有瀏覽器均支持CSS2.1中的 <' text-decoration '> 屬性,在CSS3中,該屬性定義被移植到其新的分解屬性 <' text-decoration-line '> 上;
  • 對(duì)應(yīng)的腳本特性為textDecoration

兼容性:

  • 淺綠 = 支持
  • 紅色 = 不支持
  • 粉色 = 部分支持
Values IE Firefox Chrome Safari Opera iOS Safari Android Browser Android Chrome
Basic Support 6.0+ 2.0+ 4.0+ 6.0+ 15.0+ 6.0+ 2.1+ 18.0+
CSS3復(fù)合屬性 6.0-11.0 2.0-5.0 4.0-45.0 6.0-7.0 15.0-29.0 6.0-7.1 2.1-4.4.4 18.0-42.0
6.0-35.0-moz- 7.1-8.0-webkit-#1 8.0-8.3-webkit-#1
36.0+
  1. 支持 <' text-decoration-style '> 寫(xiě)入 <' text-decoration '> 縮寫(xiě)方式,但其dotted | dashed屬性值會(huì)表現(xiàn)為實(shí)線。

示例: