H5.html 418 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="en">
  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">
  7. <title>Document</title>
  8. <style>
  9. html {
  10. /* 统一rem尺寸 1rem = 10px */
  11. font-size: 10px !important;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <div id="H5"></div>
  17. </body>
  18. </html>