1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
- <title>酷炫数据营销平台</title>
- <script src="https://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"></script>
- <style>
- /* loading---全局(即整个本页面) ----- */
- .el-loading-mask{
- background-color: hsla(0,0%,100%,.5)!important;
- z-index: 999 !important;
- }
- .el-loading-mask .el-loading-spinner{
- width: 100%;
- position: absolute;
- z-index: 1999;
- left: 0;
- right: 0;
- margin: auto;
-
- }
- .el-loading-mask .el-loading-spinner i{
- font-size: 28px;
- }
- </style>
- </head>
- <body>
- <div id="app"></div>
- <script type="text/javascript">
- if(!window.console){
- window.console={
- log:function(msg){},
- err:function(msg){}
- }
- }
- </script>
- </body>
- </html>
|