暫無描述

index.html 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. <!-- <script src="https://unpkg.com/element-ui/lib/index.js"></script> -->
  19. <title>合乐文化</title>
  20. <script>
  21. document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/1920) + "px";
  22. window.onresize = function(){
  23. document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/1920) + "px";
  24. }
  25. </script>
  26. <style>
  27. .el-button--primary{
  28. background-color: #FF4400 !important;
  29. border-color: #ff4400 !important;
  30. }
  31. .el-loading-spinner .el-loading-text{
  32. color: rgba(0,0,0,0.8) !important;
  33. }
  34. .el-loading-spinner i{
  35. color: #000 !important;
  36. }
  37. </style>
  38. </head>
  39. <body>
  40. <div id="app"></div>
  41. <!-- built files will be auto injected -->
  42. </body>
  43. </html>