index.html 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta 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">
  7. <!-- <link rel="icon" href="<%= BASE_URL %>icon.ico"> -->
  8. <title>广西自学考试网上系统</title>
  9. <link rel="shortcut icon" type="image/x-icon" href="./login/img/favicon.png"/>
  10. <style>
  11. html, body, #app { height: 100%; margin: 0px; padding: 0px; }
  12. .d2-home { background-color: #303133; height: 100%; display: flex; flex-direction: column; }
  13. .d2-home__main { user-select: none; width: 100%; flex-grow: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; }
  14. .d2-home__footer { width: 100%; flex-grow: 0; text-align: center; padding: 1em 0; }
  15. .d2-home__footer > a { font-size: 12px; color: #ABABAB; text-decoration: none; }
  16. .d2-home__loading { height: 32px; width: 32px; margin-bottom: 20px; }
  17. .d2-home__title { color: #FFF; font-size: 14px; margin-bottom: 10px; }
  18. .d2-home__sub-title { color: #ABABAB; font-size: 12px; }
  19. </style>
  20. <!-- <script>
  21. var _hmt = _hmt || [];
  22. var hmid = "1dfa88d0c8571eef2d383070cb3e5ca1";
  23. (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?" + hmid; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s);})();
  24. </script> -->
  25. <!-- ua -->
  26. <!-- <script src="<%= BASE_URL %>script/ua-parser.min.js"></script> -->
  27. <!-- <script src="<%= BASE_URL %>script/ua.js"></script> -->
  28. <!-- dist product-->
  29. <!-- <script src="/ses-enrol-v1/enrol/login/vendor/md5/md5.js"></script> -->
  30. <!-- <script src="<%= BASE_URL %>login/vendor/md5/md5.js"></script> -->
  31. </head>
  32. <body>
  33. <noscript>
  34. <strong>
  35. 很抱歉,如果没有 JavaScript 支持,广西自考报考系统 将不能正常工作。请启用浏览器的 JavaScript 然后继续。
  36. </strong>
  37. </noscript>
  38. <div id="app">
  39. <div class="d2-home">
  40. <div class="d2-home__main">
  41. <img
  42. class="d2-home__loading"
  43. src="./image/loading/oval.svg"
  44. alt="loading">
  45. <div class="d2-home__title">
  46. 正在加载资源
  47. </div>
  48. <div class="d2-home__sub-title">
  49. 初次加载资源可能需要较多时间 请耐心等待
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. </body>
  55. </html>