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