Nessuna descrizione

index.html 879B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta content="yes" name="apple-mobile-web-app-capable">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0,user-scalable=0" />
  7. <title>闪电借钱</title>
  8. <style type="text/css">
  9. body, div, button, h3, h6, span, ul, li, p, a,input{
  10. font-family: -apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif;
  11. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  12. padding: 0;
  13. margin: 0;
  14. box-sizing: inherit;
  15. font-weight: normal;
  16. -webkit-touch-callout:none;
  17. }
  18. img{display: block;width:100%;}
  19. button{outline: none;}
  20. body{width: 100%;}
  21. </style>
  22. </head>
  23. <body>
  24. <img src="image/image_1.png" />
  25. <img src="image/image_2.png" />
  26. <img src="image/image_3.png" />
  27. <img src="image/image_4.png" />
  28. </body>
  29. </html>