12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <!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 = window.location.protocol === 'https:' ? `https://file.phone.androidscloud.com:8121/document/newFile/download/1/edv834e74a9c43eaac02/LowLevelMultipartUpload_18330738923497472022` : `http://110.53.221.195:8210/document/newFile/download/1/edv834e74a9c43eaac02/LowLevelMultipartUpload_18330738923497472022`
- }
- if (isiOS) {
- window.location.href = window.location.href = 'https://www.pgyer.com/gemini6'
- }
- }
- </script>
- </html>
|