pdf.html 668 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html dir="ltr" mozdisallowselectionprint>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>PDF下载</title>
  6. </head>
  7. <style type="text/css">
  8. *{padding: 0;margin: 0;}
  9. .tip {
  10. background-color: #969696;
  11. opacity: 2;
  12. position: absolute;
  13. right: 60px;
  14. top: 20px;
  15. }
  16. .tip-img{
  17. z-index: 9999;
  18. width: 489px;
  19. height: 326px;
  20. }
  21. </style>
  22. <body class="tip">
  23. <div style="width:100%;">
  24. <image src="ttip.png" class="tip-img"></image>
  25. </div>
  26. <!-- <h1>下载方式:</h1>
  27. <h2>第一步:请点击右上角-选择发送给朋友</h2>
  28. <h2>第二步:选择在浏览器中打开</h2> -->
  29. </body>
  30. </html>