-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathht.html
More file actions
94 lines (86 loc) · 2.57 KB
/
ht.html
File metadata and controls
94 lines (86 loc) · 2.57 KB
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
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<img src="https://bcn.135editor.com/files/images/editor_styles/914d5a26c161623e3f650d92bb1fa069.png"/>
</head>
<style>
.blue{
position: relative;
background-color:rgb(82, 165, 228);
width: 2em;
font-size: 50px;
font-family: 'Arial Narrow', Arial, sans-serif;
text-align: center;
color: aliceblue;
padding-bottom: 0.2em;
border-radius: 0.3em;
}
.yellow{
position:relative;
height:0.7em;
width: 2em;
background-color: rgb(246, 203, 96);
border-top-right-radius: 0.3em;
border-top-left-radius: 0.3em;
top: 0;
}
.white{
position: absolute;
background-color: aliceblue;
width: 0.25em;
height: 0.45em;
left: 0.25em;
top: 0.15em;
border-radius: 0.3em;
}
.whites{
position: absolute;
background-color: aliceblue;
width: 0.25em;
height: 0.45em;
left: 0.65em;
top: 0.15em;
border-radius: 0.3em;
}
.whitess{
position: absolute;
background-color: aliceblue;
width: 0.25em;
height: 0.45em;
left: 1.05em;
top: 0.15em;
border-radius: 0.3em;
}
.whitesss{
position: absolute;
background-color: aliceblue;
width: 0.25em;
height: 0.45em;
left: 1.45em;
top: 0.15em;
border-radius: 0.3em;
}
.font{
font-size: 30px;
position: relative;
width: 12.5em;
left: 5em;
top: 0;
}
</style>
<body>
<p></p>
<div class="">
<div class="blue">
<div class="yellow"></div>
<div class="white"></div>
<div class="whites"></div>
<div class="whitess"></div>
<div class="whitesss"></div>
<strong>01</strong>
</div>
<div class="font">鈭��箸虜�臬之摰嗆�敺歇銋���嚗��航捂憭犖閫��蝻圾����曇澈敹�憟賣�箝憭虜�拇嚗之摰嗉扇敺�瘜冽�摰嚗�憟賣�銵�乓?</div>
</div>
</body>
</html>