Files
zgty-mas-m/hybrid/html/web/pdf.html
houjunxiang 386f1e7466 1
2025-10-09 18:19:55 +08:00

43 lines
668 B
HTML

<!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>