<html lang="en"> <head> <meta charset="utf-8" /> <title>...</title> <meta name="format-detection" content="telephone=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,shrink-to-fit=no"> <meta content="yes" name="apple-mobile-web-app-capable"> <meta content="black" name="apple-mobile-web-app-status-bar-style"> <meta content="telephone=no" name="format-detection"> <meta name="msapplication-tap-highlight" content="no"> <link rel="stylesheet" type="text/css" href="__CSS__/swiper-3.3.1.min.css"> <link rel="stylesheet" type="text/css" href="__CSS__/animate.css"> <link rel="stylesheet" type="text/css" href="__CSS__/skin.css"> <script type="text/javascript"> var phoneScale = parseInt(window.screen.width)/640; document.write('<meta name="viewport" content="width=640, minimum-scale = '+ phoneScale +', maximum-scale = '+ phoneScale +'">'); </script> <style> .logo{ position:absolute; width:550px; height:auto; left:45px; top:30px; overflow:hidden; display: flex; justify-content: center; align-items: center; } .tesx{ position:absolute; left:20px; top:610px; width:480px; margin-left: 60px; margin-top: 60px; cursor: pointer; } </style> </head> <body style="background: white"> <div style="background: white" class="loading-wrapper"> <div class="logo"> <img src='__IMGAGES__/s_logo.png'> </div> <a class="tesx" href="http://mallapp.guoguodz.com/test_h5/appwww/index.php/Index/get_pic.html"> <img src="__IMGAGES__/test.jpg"/> </a> </div> </body> </html>