forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsign9.html
More file actions
25 lines (24 loc) · 1.2 KB
/
sign9.html
File metadata and controls
25 lines (24 loc) · 1.2 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
<!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-radius:7px;font-size: 20px;text-align: center;color: rgb(255, 255, 255);letter-spacing: 5px;background-color: #0336494C;
background-image: url(./fangxing1.png);background-size: 100% 100%;background-repeat: no-repeat;padding: 8px ;line-height: 0.7;">
标题</div>
<div
style="border-radius:7px;color: rgb(255, 255, 255);padding: 3px 10px;background-color: #0336494C;line-height: 0.6;
background-image: url(./fangxing2.png);background-size: 100% 100%;background-repeat: no-repeat;">
<p id="1">内容:标牌文字内容1</p>
<p id="2">内容:标牌文字内容2</p>
<p id="3">内容:标牌文字内容3</p>
</div>
<!--<div
style="border: 0.5px solid rgba(26, 222, 221, 0.9); background-color: red;height: 80px;width: 0px;margin-left: 50%;margin-top: 0px;">
</div>-->
</div>
</div>
</body>
</html>