-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.html
41 lines (34 loc) · 2.38 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Tone Mark Test</title>
<style>
mark {
background-color: transparent;
font-weight: bold;
}
.tone-1 {
color: blue;
}
.tone-2 {
color: green;
}
.tone-3 {
color: brown;
}
.tone-4 {
color: red;
}
.tone-5 {
color: grey;
}
</style>
</head>
<body>
<p>
Simplified SimplifiedColored Traditional TraditionalColored Pinyin Meaning Hint SentenceSimplified SentenceSimplifiedColored SentenceMeaning SentencePinyin Synonyms SynonymsColored DictionarySimplified DictionarySimplifiedColored DictionaryPinyin DictionaryMeaning
责任心 "<mark class="tone-2">责</mark><mark class="tone-4">任</mark><mark class="tone-1">心</mark>" 責任心 "<mark class="tone-2">責</mark><mark class="tone-4">任</mark><mark class="tone-1">心</mark>" zé rèn xīn sense of responsibility 责 他对工作表现出了很强的责任心。 "<mark class="tone-1">他</mark> <mark class="tone-4">对</mark> <mark class="tone-1">工</mark><mark class="tone-4">作</mark> <mark class="tone-3">表</mark><mark class="tone-4">现</mark><mark class="tone-1">出</mark><mark class="tone-5">了</mark> <mark class="tone-3">很</mark><mark class="tone-2">强</mark> <mark class="tone-5">的</mark> <mark class="tone-2">责</mark><mark class="tone-4">任</mark><mark class="tone-1">心</mark>。" He showed a strong sense of responsibility towards his work. tā duì gōngzuò biǎoxiànchūle hěnqiáng de zérènxīn. 职责 (zhí zé) - duty<br>义务 (yì wù) - obligation<br>担当 (dān dāng) - responsibility "<mark class="tone-2">职</mark><mark class="tone-2">责</mark> (zhí zé) - duty<br><mark class="tone-4">义</mark><mark class="tone-4">务</mark> (yì wù) - obligation<br><mark class="tone-1">担</mark><mark class="tone-1">当</mark> (dān dāng) - responsibility" 对任务或行为的承担态度 "<mark class="tone-4">对</mark> <mark class="tone-4">任</mark><mark class="tone-4">务</mark> <mark class="tone-4">或</mark> <mark class="tone-2">行</mark><mark class="tone-2">为</mark> <mark class="tone-5">的</mark> <mark class="tone-2">承</mark><mark class="tone-1">担</mark><mark class="tone-4">态</mark><mark class="tone-4">度</mark>" duì rènwù huò xíngwéi de chéngdāntàidù Attitude of taking responsibility for tasks or actions
</p>
</body>
</html>