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
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html dir="ltr" mozdisallowselectionprint>
<head>
<meta charset="utf-8">
<title>PDF下载</title>
</head>
<style type="text/css">
*{padding: 0;margin: 0;}
.tip {
background-color: #969696;
opacity: 2;
position: absolute;
right: 60px;
top: 20px;
}
.tip-img{
z-index: 9999;
width: 489px;
height: 326px;
}
</style>
<body class="tip">
<div style="width:100%;">
<image src="ttip.png" class="tip-img"></image>
</div>
<!-- <h1>下载方式:</h1>
<h2>第一步:请点击右上角-选择发送给朋友</h2>
<h2>第二步:选择在浏览器中打开</h2> -->
</body>
</html>