You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
631 B

1 month ago
  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>加载中......</title>
  8. <style>
  9. body{
  10. margin: 0;
  11. padding: 0;
  12. overflow: hidden;
  13. /* background:rgba(0,0,0,.5) */
  14. }
  15. body::-webkit-scrollbar{
  16. display: none;
  17. }
  18. img{
  19. width: 250px;
  20. height: 250px;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <img src="./loading.gif" alt="" srcset="">
  26. </body>
  27. </html>