index.htm 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <!-- <meta http-equiv=refresh content="300"> -->
  6. <script>
  7. //百度网站访问统计
  8. var _hmt = _hmt || [];
  9. (function() {
  10. var hm = document.createElement("script");
  11. hm.src = "https://hm.baidu.com/hm.js?071c34a65e4f5b9f421df311f28b5f4a";
  12. var s = document.getElementsByTagName("script")[0];
  13. s.parentNode.insertBefore(hm, s);
  14. })();
  15. </script>
  16. <title>申请成功</title>
  17. <style type="text/css">
  18. body {
  19. overflow:hidden;
  20. margin-left: 0px;
  21. margin-top: 0px;
  22. margin-right: 0px;
  23. margin-bottom: 0px;
  24. }
  25. #thistable {
  26. overflow:hidden;
  27. padding:0;
  28. margin:0;
  29. }
  30. </style>
  31. <script src="http://libs.baidu.com/jquery/1.4.1/jquery.min.js"></script>
  32. <script>
  33. $(function(){
  34. var thiswidth = $(document.body).width();
  35. if(thiswidth == 255){
  36. $('#thistable').width(280);
  37. $('#thistable img').height(615);
  38. }else if(thiswidth == 280){
  39. $('#thistable').width(276);
  40. //$('#thistable img').height(595);
  41. $('#thistable img').height(625);
  42. }else {
  43. $('#thistable').width(276);
  44. $('#thistable img').height(625);
  45. //$('#thistable img').height(595);
  46. }
  47. })
  48. </script>
  49. </head>
  50. <body style="background-color:#f5f5f5;">
  51. <table id="thistable" border="0" cellspacing="0" cellpadding="0">
  52. <tr>
  53. <td width="100%" height="100%" ><a href="http://iyoogo.com/magic_cube.html#process" target="_blank"><img src="images/shkj.jpg" width="100%" height="100%" border="0" /></a></td>
  54. </tr>
  55. </table>
  56. <iframe name="heartbeat" id="heartbeat" src="" width="0" height="0" style="display:none"></iframe>
  57. </body>
  58. </html>