huangxiaojing %!s(int64=3) %!d(string=hai) anos
pai
achega
c5ef02f8a7

+ 3 - 0
.gitignore

@@ -1,3 +1,6 @@
+
+/unpackage/
+
 # Editor directories and files
 .idea
 .vscode

+ 24 - 2
androidscloudH5/css/style.css

@@ -31,7 +31,7 @@ a {
 .page {
 	width: 100%;
 	position: relative;
-	background: url(../image/bg_IMG.jpg) center top no-repeat;
+	background: url(../image/bg_IMG.png) center top no-repeat;
 	background-size: 100%;
 	-moz-background-size: 100%;
 	height: 91.59375rem;
@@ -48,6 +48,28 @@ a {
 
 }
 
+.pageGfwx {
+	width: 100%;
+	position: relative;
+	background: url(../image/gfxx/bj_gfxx.png) center top no-repeat;
+	background-size: 100%;
+	-moz-background-size: 100%;
+	height: 52.25rem;
+}
+
+.pageGfwx .btn {
+  position: absolute;
+  top: 34.5625rem;
+  left: 50%;
+  margin-left: -4.484375rem;
+}
+
+.pageGfwx .btn img {
+  width: 8.96875rem;
+  height: 2.75rem;
+}
+
+
 .top_navlong{
 	background: url(../image/longwu/topnav750.png) center top no-repeat !important;
 	background-size: 100% !important;
@@ -177,4 +199,4 @@ header {
 .font_blong {
 	margin-top: 7.5rem;
 	padding-right: 3rem;
-}
+}

BIN=BIN
androidscloudH5/image/bg_IMG.jpg


BIN=BIN
androidscloudH5/image/bg_IMG.png


BIN=BIN
androidscloudH5/image/gfxx/bj_gfxx.png


BIN=BIN
androidscloudH5/image/gfxx/btn.png


BIN=BIN
androidscloudH5/image/longwu/long_bj.png


+ 75 - 0
androidscloudH5/pageGfxx.html

@@ -0,0 +1,75 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+  <meta charset="UTF-8">
+  <title>双子星X云·战神新世纪</title>
+  <meta name="description" content="双子星X云·战神新世纪" />
+  <meta name="keywords" content="双子星 龙武" />
+  <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>
+  <div class="wrap">
+    <div class="pageGfwx" id="page">
+      <div class="btn">
+        <img src="image/gfxx/btn.png" />
+      </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";
+  var baseUrl = window.location.protocol + '//' + window.location.host
+  const clientheight = window.screen.height;
+  // $('#page').css('height', clientheight / (clientWidth / 23.4375) + "rem")
+
+  $('.btn').click(function () {
+    clickDown()
+  })
+
+  function clickDown() {
+    var warids = {
+      "pointName": "云游戏投放-云战神新世纪-下载"
+    }
+    $.ajax({
+      url: baseUrl + "/api/public/v1/systemBuriedPoint/stat",
+      data: JSON.stringify(warids),
+      type: 'post',
+      contentType: "application/json;charset=UTF-8",
+      dataType: 'json',
+      cache: false,
+      success: function (data) {
+
+      }
+    })
+    window.location.href =
+      'http://110.53.221.195:8210/document/newFile/download/1/edv834e74a9c43eaac02/LowLevelMultipartUpload_16130773867230003211/shuangzixing.apk'
+  }
+  $(function () {
+    pushHistory();
+
+    function pushHistory() {
+      var warids = {
+        "pointName": "云游戏投放-云战神新世纪-访问"
+      }
+      $.ajax({
+        url: baseUrl + "/api/public/v1/systemBuriedPoint/stat",
+        data: JSON.stringify(warids),
+        type: 'post',
+        dataType: 'json',
+        contentType: "application/json;charset=UTF-8",
+        cache: false,
+        success: function (data) {
+
+        }
+      })
+    }
+  });
+</script>
+
+</html>