forked from sunven/word-discoverer-next-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest2.html
84 lines (80 loc) · 2.16 KB
/
test2.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Short</title>
<style>
.addAndAudioWrap {
display: flex;
padding: 12px 12px 0;
> button {
flex: 1;
}
}
#wdn_translate_bing {
padding: 0 12px 12px;
width: 400px;
font-size: 14px;
color: #000;
> div {
line-height: 28px;
> span {
display: inline-block;
width: 56px;
color: white;
text-align: center;
font-size: 12px;
margin-right: 8px;
margin-bottom: 2px;
background-color: cadetblue;
}
}
> div.phonetic span {
width: auto;
color: #777;
cursor: pointer;
background-color: transparent;
}
}
</style>
</head>
<body>
<div>to look at haven't have haven</div>
<div>haven’t boogy man</div>
<div> enthusiasm</div>
<div>I don’t blame her
I don’t blame you
I don’t give a monkey’s
i don’t mind admitting </div>
<div>won’t hasn’t tardily</div>
<div>no pronunciation:<span> in the cross hairs</span></div>
<div>no translation:<span> third time is the charm</span></div>
<div>idioms:<span> learning curve learning curves</span></div>
<div>idioms:<span> leave a mark leave a mark on</span></div>
<div>
idioms:<span>
all to oneself all to herself all to himself all to myself all to
ourselves all to yourself all to yourselves all to themselves all to
itself</span
>
</div>
<div><span></span></div>
<code>tardily</code>
<pre>tardily</pre>
<textarea>tardily</textarea>
tardily
<span contenteditable>tardily</span>
<span contenteditable="false">tardily</span>
<span contenteditable="true">tardily</span>
<select>
<option>tardily</option>
<option>hi</option>
<option>lamb</option>
</select>
<div>https://www.baidu.com</div>
<div>http://baidu.com</div>
<div>[email protected]</div>
<div>mail: [email protected]</div>
<div>https://</div>
</body>
</html>