index.html 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="format-detection" content="telephone=no">
  6. <meta name="msapplication-tap-highlight" content="no">
  7. <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
  8. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  9. <meta http-equiv="Pragma" content="no-cache" />
  10. <meta http-equiv="Expires" content="0" />
  11. <title>记账宝</title>
  12. <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=F9a462c0fea7ee93424e235b9483ce78"></script>
  13. </head>
  14. <body>
  15. <div id="app"></div>
  16. <!-- <script>
  17. (function() {
  18. var html = document.documentElement;
  19. var width = html.getBoundingClientRect().width;
  20. if(width <= 750){
  21. html.style.fontSize = width / 15 + 'px';
  22. }else{
  23. html.style.fontSize = 750/15 + 'px';
  24. }
  25. })()
  26. </script> -->
  27. <style>
  28. .mint-toast{z-index: 3001!important;}
  29. </style>
  30. </body>
  31. </html>