|
@@ -0,0 +1,30 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
+ <title>下载应用</title>
|
|
|
+ <link rel="stylesheet" href="ext/layui/css/layui.css">
|
|
|
+ <style>
|
|
|
+ html,body { padding:0;margin:0; }
|
|
|
+ body { background-color:#fdfdfd; }
|
|
|
+
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+<body style="text-align:center;">
|
|
|
+ <div style="display: inline-block;width:1055px;position:relative;">
|
|
|
+ <img id="main" src="download/readme/ps72498f87c3f5d172-178d-4db6-936e-bef13c1d8472.webp" style="width:100%;" usemap="#switchToMap" />
|
|
|
+ <img id="qr1" src="download/readme/初中100.png" style="position:absolute;width: 102.5px;left: 196px;top: 214px;" />
|
|
|
+ <img id="qr2" src="download/readme/初中180.png" style="position:absolute;width: 173.5px;left: 213px;bottom: 250px;" />
|
|
|
+ </div>
|
|
|
+ <map name="switchToMap">
|
|
|
+ <area alt="Andriod客户端下载" shape="rect" coords="318,230,452,268" href="download/inex.html" style="outline:none;" />
|
|
|
+ <area alt="ios客户端下载" shape="rect" coords="318,280,452,318" href="download/index.html" style="outline:none;" />
|
|
|
+ </map>
|
|
|
+ <script>
|
|
|
+ function download(type) {
|
|
|
+ alert(type);
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+</body>
|
|
|
+</html>
|