12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta charset="UTF-8">
- <title>双子星</title>
- <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" />
- </head>
- <body>
- <header>
- <div class="navbar">
- <div class="container-fluid">
- <img src="image/39ce1a05e2bb4fb0833a4ff9c55511f3.png" />
- </div>
- </div>
- </header>
- <div class="wrap">
- <div class="page" id="page">
- <div class="download-btn-2">
- <img class="btn-android" src="image/android.png" alt=""
- style="width: 57%; margin-bottom: 20px; display: block;">
- </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;
- $('#page').css('height', clientheight / (clientWidth / 23.4375) + "rem")
- $('.download-btn-2').click(function() {
- window.location.href =
- 'https://www.androidscloud.com/admin/attachment/download/2117e9b7f3734b16b81b9d7bb1c5a601'
- })
- </script>
- </html>
|