forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsign2.html
More file actions
22 lines (20 loc) · 1001 Bytes
/
sign2.html
File metadata and controls
22 lines (20 loc) · 1001 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 id="title"
style="font-size: 22px;text-align: center;color: rgb(255, 255, 255);letter-spacing: 5px;background-color: #0336494C;
background-size: 100% 100%;background-repeat: no-repeat;padding: 5px;line-height: 0.8;">
标题</div>
<div id="content"
style="border: 1px solid rgba(56, 213, 253, 1);border-radius:10px;border-top:0px;border-bottom:0px;color: rgb(255, 255, 255);padding: 3px 10px;background-color: #0336494C;line-height: 0.6;">
</div>
<div
style="border: 0.5px solid rgba(56, 213, 253, 1);border-right: 0px; background-color: red;height: 0px;margin-top: 0px;margin-left:8px;margin-right:8px;">
</div>
</div>
</div>
</body>
</html>