forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsign5.html
More file actions
22 lines (20 loc) · 920 Bytes
/
sign5.html
File metadata and controls
22 lines (20 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<body>
<div style="position: absolute; left: 45%;top: 45%;">
<div id="sign" style="width:fit-content;">
<!-- 文本内容 -->
<div
style="border-radius:10px;color: rgb(255, 255, 255);padding: 3px 20px;background-color: #0336494C;line-height: 0.6;background-image: url(./方形3.png);background-size: 100% 100%;background-repeat: no-repeat;">
<!-- 标牌标题、背景等 -->
<p id="title" style="margin:4px;color: rgb(255, 255, 255); font-size:20px;text-align:center;" >标题</p>
<div id = "content">
</div>
</div>
<!-- 横线,相当于标牌托 -->
<!-- <img src="./鲸鱼_白底.png" style="width: 100%;height: 50px;"> -->
</div>
</div>
</body>
</html>