Browse Source

19-05-06-01

李昌恒 6 years ago
commit
a642f9cebd
50 changed files with 48 additions and 0 deletions
  1. 37 0
      index.html
  2. 0 0
      static/css/app.6fb80190a1aaf775840577d73e1ad36e.css
  3. 0 0
      static/css/app.6fb80190a1aaf775840577d73e1ad36e.css.map
  4. BIN
      static/img/Thereport.04247f0.png
  5. BIN
      static/img/baseballimg.196e503.png
  6. BIN
      static/img/basketballimg.04b21da.png
  7. BIN
      static/img/football.11110f5.png
  8. BIN
      static/img/footballimg.bd908ea.png
  9. BIN
      static/img/kan.b8430f2.png
  10. BIN
      static/img/tennisimg.a7eeea6.png
  11. BIN
      static/img/touxiang.61d9893.jpg
  12. BIN
      static/img/xuanzhong.9341eb1.png
  13. BIN
      static/img/xuanzhongactive.07708e3.png
  14. BIN
      static/img/zhanghao.ae30dcd.png
  15. 0 0
      static/js/0.ac28f3ec64a4d4177f02.js
  16. 0 0
      static/js/0.ac28f3ec64a4d4177f02.js.map
  17. 0 0
      static/js/1.8cc29a0df7396f37a5bb.js
  18. 0 0
      static/js/1.8cc29a0df7396f37a5bb.js.map
  19. 0 0
      static/js/10.e5bd02eec24ea4bffddd.js
  20. 0 0
      static/js/10.e5bd02eec24ea4bffddd.js.map
  21. 2 0
      static/js/11.2b300ab274ba46cf093b.js
  22. 0 0
      static/js/11.2b300ab274ba46cf093b.js.map
  23. 2 0
      static/js/12.c72aae92fc36de303ee0.js
  24. 0 0
      static/js/12.c72aae92fc36de303ee0.js.map
  25. 0 0
      static/js/13.15c09e3c3ef094a64809.js
  26. 0 0
      static/js/13.15c09e3c3ef094a64809.js.map
  27. 0 0
      static/js/14.db51db6a264fb7b43dd4.js
  28. 0 0
      static/js/14.db51db6a264fb7b43dd4.js.map
  29. 0 0
      static/js/2.02bf1a96972fd8685d15.js
  30. 0 0
      static/js/2.02bf1a96972fd8685d15.js.map
  31. 0 0
      static/js/3.eda4c8f1680fbddc5447.js
  32. 0 0
      static/js/3.eda4c8f1680fbddc5447.js.map
  33. 0 0
      static/js/4.052408c069fa44c4c9a0.js
  34. 0 0
      static/js/4.052408c069fa44c4c9a0.js.map
  35. 0 0
      static/js/5.a54aced961065f9d3447.js
  36. 0 0
      static/js/5.a54aced961065f9d3447.js.map
  37. 0 0
      static/js/6.762c465e895c15f7196f.js
  38. 0 0
      static/js/6.762c465e895c15f7196f.js.map
  39. 0 0
      static/js/7.6235bbefe2e7ab391982.js
  40. 0 0
      static/js/7.6235bbefe2e7ab391982.js.map
  41. 0 0
      static/js/8.c03eae77bb46fee09a47.js
  42. 0 0
      static/js/8.c03eae77bb46fee09a47.js.map
  43. 0 0
      static/js/9.4977ddaa314a6705bda1.js
  44. 0 0
      static/js/9.4977ddaa314a6705bda1.js.map
  45. 0 0
      static/js/app.71e88d49baf79fd25656.js
  46. 0 0
      static/js/app.71e88d49baf79fd25656.js.map
  47. 2 0
      static/js/manifest.dc0a2a68bb205ba7cd88.js
  48. 0 0
      static/js/manifest.dc0a2a68bb205ba7cd88.js.map
  49. 5 0
      static/js/vendor.6406172900050f1a7092.js
  50. 0 0
      static/js/vendor.6406172900050f1a7092.js.map

+ 37 - 0
index.html

@@ -0,0 +1,37 @@
+<!DOCTYPE html><html><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name=viewport><title>sports</title><link href=./static/css/app.6fb80190a1aaf775840577d73e1ad36e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.dc0a2a68bb205ba7cd88.js></script><script type=text/javascript src=./static/js/vendor.6406172900050f1a7092.js></script><script type=text/javascript src=./static/js/app.71e88d49baf79fd25656.js></script></body><script>/**
+ * YDUI 可伸缩布局方案
+ * rem计算方式:设计图尺寸px / 100 = 实际rem  【例: 100px = 1rem,32px = .32rem】
+ */
+!function (window) {
+  /* 设计图文档宽度 */
+  var docWidth = 750;
+
+  var doc = window.document,
+      docEl = doc.documentElement,
+      resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize';
+
+  var recalc = (function refreshRem () {
+      var clientWidth = docEl.getBoundingClientRect().width;
+
+      /* 8.55:小于320px不再缩小,11.2:大于420px不再放大 */
+      docEl.style.fontSize = Math.max(Math.min(20 * (clientWidth / docWidth), 11.2), 8.55) * 5 + 'px';
+
+      return refreshRem;
+  })();
+
+  /* 添加倍屏标识,安卓为1 */
+  docEl.setAttribute('data-dpr', window.navigator.appVersion.match(/iphone/gi) ? window.devicePixelRatio : 1);
+
+  if (/iP(hone|od|ad)/.test(window.navigator.userAgent)) {
+      /* 添加IOS标识 */
+      doc.documentElement.classList.add('ios');
+      /* IOS8以上给html添加hairline样式,以便特殊处理 */
+      if (parseInt(window.navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/)[1], 10) >= 8)
+          doc.documentElement.classList.add('hairline');
+  }
+
+  if (!doc.addEventListener) return;
+  window.addEventListener(resizeEvt, recalc, false);
+  doc.addEventListener('DOMContentLoaded', recalc, false);
+
+  }(window);</script></html>

File diff suppressed because it is too large
+ 0 - 0
static/css/app.6fb80190a1aaf775840577d73e1ad36e.css


File diff suppressed because it is too large
+ 0 - 0
static/css/app.6fb80190a1aaf775840577d73e1ad36e.css.map


BIN
static/img/Thereport.04247f0.png


BIN
static/img/baseballimg.196e503.png


BIN
static/img/basketballimg.04b21da.png


BIN
static/img/football.11110f5.png


BIN
static/img/footballimg.bd908ea.png


BIN
static/img/kan.b8430f2.png


BIN
static/img/tennisimg.a7eeea6.png


BIN
static/img/touxiang.61d9893.jpg


BIN
static/img/xuanzhong.9341eb1.png


BIN
static/img/xuanzhongactive.07708e3.png


BIN
static/img/zhanghao.ae30dcd.png


File diff suppressed because it is too large
+ 0 - 0
static/js/0.ac28f3ec64a4d4177f02.js


File diff suppressed because it is too large
+ 0 - 0
static/js/0.ac28f3ec64a4d4177f02.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/1.8cc29a0df7396f37a5bb.js


File diff suppressed because it is too large
+ 0 - 0
static/js/1.8cc29a0df7396f37a5bb.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/10.e5bd02eec24ea4bffddd.js


File diff suppressed because it is too large
+ 0 - 0
static/js/10.e5bd02eec24ea4bffddd.js.map


+ 2 - 0
static/js/11.2b300ab274ba46cf093b.js

@@ -0,0 +1,2 @@
+webpackJsonp([11],{"B+QO":function(e,t){},Czjl:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n("4HRK"),r=n("XNEA"),o=n("z5eZ"),c=n("DXdb"),s=n("dqBL"),i={name:"Home",components:{SportsHead:a.a,Serch:r.a,Match:o.a,LinkFooter:c.a,Schedule:s.a}},d={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[t("SportsHead"),this._v(" "),t("Serch"),this._v(" "),t("Match"),this._v(" "),t("LinkFooter")],1)},staticRenderFns:[]};var u=n("VU/8")(i,d,!1,function(e){n("B+QO")},"data-v-75dd442e",null);t.default=u.exports}});
+//# sourceMappingURL=11.2b300ab274ba46cf093b.js.map

File diff suppressed because it is too large
+ 0 - 0
static/js/11.2b300ab274ba46cf093b.js.map


+ 2 - 0
static/js/12.c72aae92fc36de303ee0.js

@@ -0,0 +1,2 @@
+webpackJsonp([12],{OLHE:function(e,t){},cxIO:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n("4HRK"),c=n("XNEA"),r=n("z5eZ"),o=n("DXdb"),s=n("dqBL"),i={name:"Home",components:{SportsHead:a.a,Serch:c.a,Match:r.a,LinkFooter:o.a,Schedule:s.a}},d={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[t("SportsHead"),this._v(" "),t("Serch"),this._v(" "),t("Match"),this._v(" "),t("LinkFooter")],1)},staticRenderFns:[]};var u=n("VU/8")(i,d,!1,function(e){n("OLHE")},"data-v-5b9c272c",null);t.default=u.exports}});
+//# sourceMappingURL=12.c72aae92fc36de303ee0.js.map

File diff suppressed because it is too large
+ 0 - 0
static/js/12.c72aae92fc36de303ee0.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/13.15c09e3c3ef094a64809.js


File diff suppressed because it is too large
+ 0 - 0
static/js/13.15c09e3c3ef094a64809.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/14.db51db6a264fb7b43dd4.js


File diff suppressed because it is too large
+ 0 - 0
static/js/14.db51db6a264fb7b43dd4.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/2.02bf1a96972fd8685d15.js


File diff suppressed because it is too large
+ 0 - 0
static/js/2.02bf1a96972fd8685d15.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/3.eda4c8f1680fbddc5447.js


File diff suppressed because it is too large
+ 0 - 0
static/js/3.eda4c8f1680fbddc5447.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/4.052408c069fa44c4c9a0.js


File diff suppressed because it is too large
+ 0 - 0
static/js/4.052408c069fa44c4c9a0.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/5.a54aced961065f9d3447.js


File diff suppressed because it is too large
+ 0 - 0
static/js/5.a54aced961065f9d3447.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/6.762c465e895c15f7196f.js


File diff suppressed because it is too large
+ 0 - 0
static/js/6.762c465e895c15f7196f.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/7.6235bbefe2e7ab391982.js


File diff suppressed because it is too large
+ 0 - 0
static/js/7.6235bbefe2e7ab391982.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/8.c03eae77bb46fee09a47.js


File diff suppressed because it is too large
+ 0 - 0
static/js/8.c03eae77bb46fee09a47.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/9.4977ddaa314a6705bda1.js


File diff suppressed because it is too large
+ 0 - 0
static/js/9.4977ddaa314a6705bda1.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/app.71e88d49baf79fd25656.js


File diff suppressed because it is too large
+ 0 - 0
static/js/app.71e88d49baf79fd25656.js.map


+ 2 - 0
static/js/manifest.dc0a2a68bb205ba7cd88.js

@@ -0,0 +1,2 @@
+!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(r,a,c){for(var f,d,i,u=0,b=[];u<r.length;u++)d=r[u],t[d]&&b.push(t[d][0]),t[d]=0;for(f in a)Object.prototype.hasOwnProperty.call(a,f)&&(e[f]=a[f]);for(n&&n(r,a,c);b.length;)b.shift()();if(c)for(u=0;u<c.length;u++)i=o(o.s=c[u]);return i};var r={},t={17:0};function o(n){if(r[n])return r[n].exports;var t=r[n]={i:n,l:!1,exports:{}};return e[n].call(t.exports,t,t.exports,o),t.l=!0,t.exports}o.e=function(e){var n=t[e];if(0===n)return new Promise(function(e){e()});if(n)return n[2];var r=new Promise(function(r,o){n=t[e]=[r,o]});n[2]=r;var a=document.getElementsByTagName("head")[0],c=document.createElement("script");c.type="text/javascript",c.charset="utf-8",c.async=!0,c.timeout=12e4,o.nc&&c.setAttribute("nonce",o.nc),c.src=o.p+"static/js/"+e+"."+{0:"ac28f3ec64a4d4177f02",1:"8cc29a0df7396f37a5bb",2:"02bf1a96972fd8685d15",3:"eda4c8f1680fbddc5447",4:"052408c069fa44c4c9a0",5:"a54aced961065f9d3447",6:"762c465e895c15f7196f",7:"6235bbefe2e7ab391982",8:"c03eae77bb46fee09a47",9:"4977ddaa314a6705bda1",10:"e5bd02eec24ea4bffddd",11:"2b300ab274ba46cf093b",12:"c72aae92fc36de303ee0",13:"15c09e3c3ef094a64809",14:"db51db6a264fb7b43dd4"}[e]+".js";var f=setTimeout(d,12e4);function d(){c.onerror=c.onload=null,clearTimeout(f);var n=t[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),t[e]=void 0)}return c.onerror=c.onload=d,a.appendChild(c),r},o.m=e,o.c=r,o.d=function(e,n,r){o.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},o.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(n,"a",n),n},o.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},o.p="./",o.oe=function(e){throw console.error(e),e}}([]);
+//# sourceMappingURL=manifest.dc0a2a68bb205ba7cd88.js.map

File diff suppressed because it is too large
+ 0 - 0
static/js/manifest.dc0a2a68bb205ba7cd88.js.map


File diff suppressed because it is too large
+ 5 - 0
static/js/vendor.6406172900050f1a7092.js


File diff suppressed because it is too large
+ 0 - 0
static/js/vendor.6406172900050f1a7092.js.map


Some files were not shown because too many files changed in this diff