liuxiaolong
2019-05-06 3d93203926264e8bffa52f895993b15ba390dbac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html><html lang=en class=default-style><head><title>应用中心</title><meta charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge,chrome=1"><meta name=description content=""><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no,minimum-scale=1,maximum-scale=1"><link rel=icon type=image/x-icon href=/static/img/logo.png><link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900" rel=stylesheet><link href=/static/vendor/css/sweetalert1.1.3/sweetalert.min.css rel=stylesheet><link rel=stylesheet href=/static/vendor/fonts/fontawesome.css><link rel=stylesheet href=/static/vendor/fonts/ionicons.css><script src=https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.3.4/bluebird.min.js></script><script src=/static/vendor/js/layout-helpers.js></script><style>.app-splash-screen {
        background: #fff;
        position: fixed;
        display: block;
        z-index: 99999999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        transition: opacity .3s;
      }
 
      .app-splash-screen-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-animation: appSplashScreenAnimation 1.2s ease-in-out 0s infinite;
        animation: appSplashScreenAnimation 1.2s ease-in-out 0s infinite;
      }
 
      @-webkit-keyframes appSplashScreenAnimation {
        0%,
        20% {
          -webkit-transform: translate(-50%, -50%) rotateY(0);
          transform: translate(-50%, -50%) rotateY(0);
        }
        50% {
          -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
        }
        80%,
        100% {
          -webkit-transform: translate(-50%, -50%) rotateY(360deg);
          transform: translate(-50%, -50%) rotateY(360deg);
        }
      }
 
      @keyframes appSplashScreenAnimation {
        0%,
        20% {
          -webkit-transform: translate(-50%, -50%) rotateY(0);
          transform: translate(-50%, -50%) rotateY(0);
        }
        50% {
          -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
        }
        80%,
        100% {
          -webkit-transform: translate(-50%, -50%) rotateY(360deg);
          transform: translate(-50%, -50%) rotateY(360deg);
        }
      }</style><link href=./static/css/app.a1f14911f51b2ee26dca6cec526a7522.css rel=stylesheet></head><body><!--[if lte IE 8]> 
        <div style="width:100%;  text-align:center; padding:15% 0}}>
            <em className="fa fa-frown-o" style={{fontSize:'60px', color:'#108ee9'}} ></em>
            <p style="margin-top:10px">
                您的浏览器不兼容该平台。
            </p>
            <div>
                <span>如需访问,请下载</span><a href="http://www.baidu.com/link?url=vZQxyWTuk1qGIT4dQTKiJXX7OmY-MmvSrp_PUOWI8oFqdFJO7jmCRhI72tgFhdHVsvJkH7mPVgxi0dY2hCZjxttyqX7N81tpyZSWQhivufO" target="_blank">Google浏览器</a>或者<a href="http://down.360safe.com/cse/360cse_8.7.0.306.exe">360浏览器(极速模式)</a>
            </div>
        </div>
    <![endif]--><div class=app-splash-screen><div class=app-splash-screen-content><div class=ui-w-60><img src=/static/img/logo.png style="width: 60px;height: 60px;" alt=""></div></div></div><div id=app></div><script type=text/javascript>var timers = setInterval(function (params) {
        var iTimer = parseInt(sessionStorage.getItem('expires_in'));
        if (iTimer && !isNaN(iTimer)) {
          iTimer--;
          sessionStorage.setItem('expires_in', iTimer);
        }
      }, 1000);</script><script type=text/javascript src=./static/js/manifest.5cd45e6487a7f35c9270.js></script><script type=text/javascript src=./static/js/vendor.6823224fff93aae0e345.js></script><script type=text/javascript src=./static/js/app.3e585436cc13001cd488.js></script></body></html>