-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmock.html
More file actions
32 lines (32 loc) · 843 Bytes
/
Copy pathmock.html
File metadata and controls
32 lines (32 loc) · 843 Bytes
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
29
30
31
32
<html>
<head>
<style type="text/css">
.title-bar {
position: absolute;
top: 0px;
right: 0px;
margin: 10px;
}
</style>
</head>
<body>
<div>橙讯安装程序</div>
<div class="title-bar">
<span>最小化</span>
<span>最大化</span>
<span>关闭</span>
</div>
<div style="margin-top:40px; text-align:center">
<img src="cx_logo_2.svg" />
</div>
<div style="margin-top:40px; text-align:center">
<span style="position:relative; font-size: 1.5em">
橙讯
<span style="position:absolute; left:100%;top:-10px; font-size:initial">2.7.0</span>
</span>
</div>
<div style="text-align:center">
<button style="margin-top: 40px;">安装</button>
</div>
</body>
</html>