forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsign4.html
More file actions
31 lines (30 loc) · 1.41 KB
/
sign4.html
File metadata and controls
31 lines (30 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<body>
<div>
<div id="sign" style="width:fit-content;position: absolute;z-index:-1;top: 0;">
<div id="0"
style="border: 0.2px solid #FF00007F; border-bottom:0px;font-size: 22px;text-align: center;color: rgb(255, 255, 255);letter-spacing: 2px;background-color: #FF00644C;
background-size: 100% 100%;background-repeat: no-repeat;padding: 5px;line-height: 0.8;">
标牌文字</div>
<!-- 文本内容 -->
<div
style="border: 0.2px solid #FF00007F;border-top:0px;border-bottom:0px;color: rgb(255, 255, 255);padding: 3px 10px;background-color: #FF00644C;line-height: 0.6;">
<p id="1">内容:标牌文字内容1</p>
<p id="2">内容:标牌文字内容2</p>
<p id="3">内容:标牌文字内容3</p>
<p id="4">内容:标牌文字内容3</p>
</div>
<!-- 横线,相当于托盘 -->
<div
style="border: 0.3px solid #FF0000CC;border-right: 0px; background-color: red;height: 0px;margin-top: 0px;">
</div>
<!-- 竖线
<div
style="border: 0.3px solid #FF0000CC; background-color: red;height: 40px;width: 0px;margin-left: 50%;margin-top: 0px;">
</div> -->
</div>
</div>
</body>
</html>