forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsign12.html
More file actions
28 lines (27 loc) · 1.27 KB
/
sign12.html
File metadata and controls
28 lines (27 loc) · 1.27 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
<!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="font-size: 22px;text-align: center;color: rgb(255, 255, 255);letter-spacing: 5px;
background-image: url(./fangxing5.png);background-size: 100% 100%;background-repeat: no-repeat;padding: 12px;line-height: 0.6;">
标题</div>
<div
style="border: 0.7px solid rgba(79, 233, 238, 1);color: rgb(255,255,255);padding: 3px 10px;background-color: rgba(0, 232, 232, 0.38);line-height: 0.6;">
<p id="1" style="margin-top:8px">内容:标题内容1</p>
<p id="2">内容:标题内容2</p>
<p id="3" style="margin-bottom:8px">内容:标题内容3</p>
</div>
<div
style="border: 0.7px solid rgba(79, 233, 238, 1); height: 0px;margin-top: 0px;">
</div>
<!--
<div
style="border: 0.7px solid rgba(79, 233, 238, 1); background-color: red;height: 80px;width: 0px;margin-left: 50%;margin-top: 0px;">
</div>-->
</div>
</div>
</body>
</html>