酷炫数据营销平台

index.html 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  6. <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
  7. <title>酷炫数据营销平台</title>
  8. <script src="https://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"></script>
  9. <style>
  10. /* loading---全局(即整个本页面) ----- */
  11. .el-loading-mask{
  12. background-color: hsla(0,0%,100%,.5)!important;
  13. z-index: 999 !important;
  14. }
  15. .el-loading-mask .el-loading-spinner{
  16. width: 100%;
  17. position: absolute;
  18. z-index: 1999;
  19. left: 0;
  20. right: 0;
  21. margin: auto;
  22. }
  23. .el-loading-mask .el-loading-spinner i{
  24. font-size: 28px;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <div id="app"></div>
  30. <script type="text/javascript">
  31. if(!window.console){
  32. window.console={
  33. log:function(msg){},
  34. err:function(msg){}
  35. }
  36. }
  37. </script>
  38. </body>
  39. </html>