index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang="">
  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, maximum-scale=1.0, user-scalable=0 ">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title>繁星回收</title>
  9. <script src = "https://gw.alipayobjects.com/as/g/h5-lib/alipayjsapi/3.1.1/alipayjsapi.min.js"> </script>
  10. </head>
  11. <style>
  12. </style>
  13. <body>
  14. <noscript>
  15. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  16. Please enable it to continue.</strong>
  17. </noscript>
  18. <div id="app"></div>
  19. <button id="test" style="position: absolute;top:0;z-index: -9999;opacity: 0;"></button>
  20. <!-- built files will be auto injected -->
  21. <script>
  22. // let width = document.documentElement.clientWidth || document.body.clientWidth;
  23. // let r = width / 750; //计算字体大小
  24. // // 获取html元素
  25. // let a = document.getElementsByTagName('html')[0];
  26. // //设置html字体大小
  27. // a.setAttribute('style', 'font-size:' + r + 'px');
  28. </script>
  29. </body>
  30. </html>