中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

CSS3 text-emphasis 屬性

CSS 參考手冊(cè)CSS 參考手冊(cè)

實(shí)例

改變單詞之間的間距使得每行對(duì)齊:

p { text-align:justify; text-justify:inter-word; }

瀏覽器支持

Internet Explorer Firefox Opera Google Chrome Safari

目前主流瀏覽器都不支持 text-emphasis 屬性。


定義與用法

text-emphasis 屬性是簡(jiǎn)寫屬性,用于在一個(gè)聲明中設(shè)置 text-emphasis-style 和 text-emphasis-color。

提示:Adobe 的 "Kenten Generic OpenType Font" 是一個(gè)適合重點(diǎn)標(biāo)記的字體,它專門為重點(diǎn)標(biāo)記設(shè)計(jì)。

默認(rèn)值: none
繼承性: yes
版本: CSS3
JavaScript 語(yǔ)法: object.style.textEmphasis="filled blue"

語(yǔ)法

text-emphasis: text-emphasis-style text-emphasis-color;
描述
text-emphasis-style 向元素的文本應(yīng)用重點(diǎn)標(biāo)記。
text-emphasis-color 定義重點(diǎn)標(biāo)記的前景色。

CSS 參考手冊(cè)CSS 參考手冊(cè)

其他擴(kuò)展