CSS စကား အဆင်းမြင့် တည်နေရာ ဗီဇ
- အရှေ့လွန်း text-emphasis-color
- နောက်လွန်း text-emphasis-style
定义和用法
text-emphasis-position
属性指定强调标记的位置(上、下、左、右)。
提示:使用 writing-mode 属性来指定水平或垂直书写模式。
实例
使用 text-emphasis-position
属性:
h3.ex1 { text-emphasis: double-circle red; text-emphasis-position: over; } h3.ex2 { text-emphasis: triangle blue; text-emphasis-position: under; } h3.ex3 { writing-mode: vertical-rl; text-emphasis: triangle blue; text-emphasis-position: under right; } h3.ex4 { writing-mode: vertical-rl; text-emphasis: triangle blue; text-emphasis-position: under left; }
CSS 语法
text-emphasis-position: over|under|left|right|initial|inherit;
属性值
值 | 描述 |
---|---|
over | 在文本上方应用强调标记(在水平书写模式下)。 |
under | 在文本下方应用强调标记(在水平书写模式下)。 |
left | 在文本左侧应用强调标记(在垂直书写模式下)。 |
right | 在文本右侧应用强调标记(在垂直书写模式下)。 |
မည်သည်မှမဟုတ် | အခြေခံ အတွက် အဆင့်ကို အစားထိုးပါ。 မည်သည်မှမဟုတ်. |
ဆက်နွယ် | ဖြစ်ပါတယ် အသင်၏ အဖိုင်အရာတွင် သုံးပါ。 ဆက်နွယ်. |
နည်းပါးစကာတန်း
မည်သည်မှမဟုတ် | အခြေခံ အတွက် |
---|---|
ဆက်နွယ်မှု: | ဟိုယ် |
အဆင့်: | စီးရီး3 |
ဂျာနယ်စကာတန်းနှင့်: | object.style.textEmphasisPosition="under" |
ဘရူးစာတန်းလောင်းအပေါ်
အချက်အလက်များတွင် ဖော်ပြထားသည်မှာ ထိုအခြေအနေအချက်အလက်ကို အပြည့်အဝင် ကူညီပေးသော ဘရူးစာတန်းလောင်းအမှတ်မှာပါ。
ခရိုးမိ | အင်ဂျက် | ဖိုးချ် | ဆိုင်ဖ် | အော်ပရိ |
---|---|---|---|---|
99.0 | 99.0 | 46.0 | 7.0 | 85.0 |
- အရှေ့လွန်း text-emphasis-color
- နောက်လွန်း text-emphasis-style