1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0,user-scalable=0" />
- <title>闪电借钱</title>
- <style type="text/css">
- body, div, button, h3, h6, span, ul, li, p, a,input{
- font-family: -apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- padding: 0;
- margin: 0;
- box-sizing: inherit;
- font-weight: normal;
- -webkit-touch-callout:none;
- }
- img{display: block;width:100%;}
- button{outline: none;}
- body{width: 100%;}
- </style>
- </head>
- <body>
- <img src="image/image_1.png" />
- <img src="image/image_2.png" />
- <img src="image/image_3.png" />
- <img src="image/image_4.png" />
- </body>
- </html>
|