1234567891011121314151617181920212223242526272829303132 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="format-detection" content="telephone=no">
- <meta name="msapplication-tap-highlight" content="no">
- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Expires" content="0" />
- <title>记账宝</title>
- <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=F9a462c0fea7ee93424e235b9483ce78"></script>
- </head>
- <body>
- <div id="app"></div>
- <!-- <script>
- (function() {
- var html = document.documentElement;
- var width = html.getBoundingClientRect().width;
- if(width <= 750){
- html.style.fontSize = width / 15 + 'px';
- }else{
- html.style.fontSize = 750/15 + 'px';
- }
- })()
- </script> -->
- <style>
- .mint-toast{z-index: 3001!important;}
- </style>
- </body>
- </html>
|