|
@@ -0,0 +1,97 @@
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
+<html>
|
|
|
|
+
|
|
|
|
+<head>
|
|
|
|
+ <meta charset="UTF-8">
|
|
|
|
+ <title>双子星</title>
|
|
|
|
+ <meta name="description" content="双子星app" />
|
|
|
|
+ <meta name="keywords" content="双子星app" />
|
|
|
|
+ <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
|
|
|
|
+ <link rel="stylesheet" type="text/css" href="css/style.css" />
|
|
|
|
+ <style>
|
|
|
|
+ .pagelong {
|
|
|
|
+ width: 100%;
|
|
|
|
+ position: relative;
|
|
|
|
+ background: url(image/f03058dcf27d4599b062ad31a46d5900.png) center top no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ height: 100vh;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .centerDownloadBtn {
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 5.03125rem;
|
|
|
|
+ bottom: 3.5625rem;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .font_blong {
|
|
|
|
+ margin-top: 7.2rem;
|
|
|
|
+ padding-right: 3rem;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .font_liLong {
|
|
|
|
+ display: flex;
|
|
|
|
+ margin-left: 3rem;
|
|
|
|
+ margin-bottom: .2rem;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #btn {
|
|
|
|
+ width: 13.375rem;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .top_navlong {
|
|
|
|
+ background: url(image/jzsy/topnav750.png) center top no-repeat !important;
|
|
|
|
+ background-size: 100% !important;
|
|
|
|
+ -moz-background-size: 100% !important;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .img-logo {
|
|
|
|
+ width: 8.875rem;
|
|
|
|
+ height: 3.25rem;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 1rem;
|
|
|
|
+ left: 1rem;
|
|
|
|
+ z-index: 1;
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
|
|
+</head>
|
|
|
|
+
|
|
|
|
+<body>
|
|
|
|
+ <div class="wrap">
|
|
|
|
+ <img class="img-logo" src="image/39ce1a05e2bb4fb0833a4ff9c55511f3.png" alt="">
|
|
|
|
+ <div class="pagelong" id="page">
|
|
|
|
+ <div class="centerDownloadBtn">
|
|
|
|
+ <img id="btn" />
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+</body>
|
|
|
|
+<script src="js/jquery-1.11.0.min.js"></script>
|
|
|
|
+<script>
|
|
|
|
+ var html = document.querySelector("html");
|
|
|
|
+ var clientWidth = html.getBoundingClientRect().width;
|
|
|
|
+ html.style.fontSize = clientWidth / 23.4375 + "px";
|
|
|
|
+ const clientheight = window.screen.height;
|
|
|
|
+ var u = navigator.userAgent;
|
|
|
|
+ var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终端
|
|
|
|
+ var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
|
|
|
|
+ if (isAndroid) {
|
|
|
|
+ $('#btn').attr('src', 'image/android.png');
|
|
|
|
+ }
|
|
|
|
+ if (isiOS) {
|
|
|
|
+ $('#btn').attr('src', 'image/ios.png');
|
|
|
|
+ }
|
|
|
|
+ $('#btn').click(function () {
|
|
|
|
+ clickDown()
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ function clickDown() {
|
|
|
|
+ if (isAndroid) {
|
|
|
|
+ window.location.href = 'http://110.53.221.195:8210/document/newFile/download/1/edv834e74a9c43eaac02/LowLevelMultipartUpload_16208767077616844844/shuangzixing.apk '
|
|
|
|
+ }
|
|
|
|
+ if (isiOS) {
|
|
|
|
+ window.location.href = window.location.href = 'https://www.pgyer.com/gemini6'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+</script>
|
|
|
|
+
|
|
|
|
+</html>
|