forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsign11.html
More file actions
23 lines (22 loc) · 1.08 KB
/
sign11.html
File metadata and controls
23 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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
style="border-radius:10px;color: rgb(255, 255, 255);padding: 3px 28px;background-color: #0336494C;line-height: 0.6;background-image: url(./fangxing4.png);background-size: 100% 100%;background-repeat: no-repeat;">
<!-- 标牌标题、背景等 -->
<p id="0" style="margin:18px;color: rgb(255, 255, 255); font-size:20px;text-align:center;" >标题</p>
<p id="1" style="margin-top:12px">内容:标牌文字内容1</p>
<p id="2" style="margin-bottom:15px">内容:标牌文字内容2</p>
</div>
<!-- 竖线 ,相当于标牌炳
<div
style="border: 0.5px solid rgba(140, 72, 0, 1); background-color: red;height: 80px;width: 0px;margin-left: 50%;margin-top: 0px;">
</div>-->
</div>
</div>
</body>
</html>