Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

89 řádky
2.9 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <meta name="format-detection" content="telephone=no">
  10. <!--避免微信管理防盗链机制-->
  11. <meta name="referrer" content="no-referrer" />
  12. <meta http-equiv="X-UA-Compatible" content="chrome=1" />
  13. <link rel="stylesheet" href="<%= BASE_URL %>cdn/animate/3.5.2/animate.css">
  14. <link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/avue.css">
  15. <link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/index.css">
  16. <link rel="icon" href="<%= BASE_URL %>icon1.png">
  17. <title>智控管家</title>
  18. <style>
  19. .el-message .el-icon-success {
  20. font-size: 18px;
  21. }
  22. .el-message .el-icon-error {
  23. font-size: 18px;
  24. }
  25. .el-message .el-icon-warning {
  26. font-size: 18px;
  27. }
  28. .el-message .el-icon-info {
  29. font-size: 18px;
  30. }
  31. .el-tabs__nav {
  32. font-size: 14px !important;
  33. }
  34. </style>
  35. <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
  36. </head>
  37. <body>
  38. <noscript>
  39. <strong>很抱歉,如果没有 JavaScript 支持,网站将不能正常工作。请启用浏览器的 JavaScript 然后继续。</strong>
  40. </noscript>
  41. <div id="app">
  42. <div class="avue-home">
  43. <div class="avue-home__main">
  44. <img class="avue-home__loading" src="./svg/loading-spin.svg" alt="loading">
  45. <div class="avue-home__title">
  46. 正在加载资源
  47. </div>
  48. <div class="avue-home__sub-title">
  49. 初次加载资源可能需要较多时间 请耐心等待
  50. </div>
  51. </div>
  52. <div class="avue-home__footer">
  53. <a href="https://pig4cloud.com/zh-cn" target="_blank">
  54. Copyright © 2020 pig4cloud.com</a>
  55. </div>
  56. </div>
  57. </div>
  58. <!-- built files will be auto injected -->
  59. <script src="<%= BASE_URL %>cdn/avue/index.js" charset="utf-8"></script>
  60. <script>
  61. var _hmt = _hmt || [];
  62. (function () {
  63. var hm = document.createElement('script')
  64. hm.src = 'https://hm.baidu.com/hm.js?0625618efb027ed02e88da84c121652e'
  65. var s = document.getElementsByTagName('script')[0]
  66. s.parentNode.insertBefore(hm, s)
  67. })()
  68. // fnResize();
  69. // window.onresize = function () {
  70. // fnResize();
  71. // }
  72. // function fnResize() {
  73. // var deviceWidth = document.documentElement.clientWidth || window.innerWidth;
  74. // if (deviceWidth >= 1920) {
  75. // deviceWidth = 1920;
  76. // }
  77. // if (deviceWidth <= 1200) {
  78. // deviceWidth = 1200;
  79. // }
  80. // document.documentElement.style.fontSize = (deviceWidth / 19.2) + 'px';
  81. // }
  82. </script>
  83. </body>
  84. </html>