preview.html 684 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,viewport-fit=cover"/>
  6. <meta name="apple-mobile-web-app-capable" content="yes" />
  7. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  8. <meta name="format-detection" content="telephone=no" />
  9. <!-- <link rel="stylesheet" type="text/css" href="引入h5页面基础样式"> -->
  10. <style>
  11. img {
  12. -ms-interpolation-mode: bicubic;
  13. }
  14. img {
  15. width: 100%;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <div id="phone_preview_div"></div>
  21. </body>
  22. </html>