Bez popisu

index.html 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="renderer" content="webkit">
  6. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  7. <meta name="KeyWords" content="酷炫网络,酷炫股份,数据营销专家">
  8. <meta name="description" content="酷炫网络股份专注于大数据分析下的分发和数据营销">
  9. <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
  10. <meta name="apple-mobile-web-app-capable" content="yes">
  11. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  12. <meta name="format-detection" content="telephone=no">
  13. <meta name="apple-touch-fullscreen" content="yes">
  14. <meta name="full-screen" content="yes">
  15. <meta name="applicable-device" content="pc,mobile">
  16. <meta content='width=device-width,user-scalable=no' name='viewport'>
  17. <!-- 引入样式 -->
  18. <!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
  19. <!-- 引入组件库 -->
  20. <!-- <script src="https://unpkg.com/element-ui/lib/index.js"></script> -->
  21. <title>酷炫网络</title>
  22. <script>
  23. document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/1920) + "px";
  24. window.onresize = function(){
  25. document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/1920) + "px";
  26. }
  27. </script>
  28. <style>
  29. .el-button--primary{
  30. background-color: #FF4400 !important;
  31. border-color: #ff4400 !important;
  32. }
  33. .el-loading-spinner .el-loading-text{
  34. color: rgba(0,0,0,0.8) !important;
  35. }
  36. .el-loading-spinner i{
  37. color: #000 !important;
  38. }
  39. </style>
  40. </head>
  41. <body>
  42. <div id="app"></div>
  43. <!-- built files will be auto injected -->
  44. </body>
  45. </html>