QQ.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  4. <title>www.aidayi.cc</title>
  5. <script language="JavaScript" type="text/javascript">
  6. var t_id = setInterval(animate,20);
  7. var pos=0;
  8. var dir=2;
  9. var len=0;
  10. function animate()
  11. {
  12. var elem = document.getElementById('progress');
  13. if(elem != null) {
  14. if (pos==0) len += dir;
  15. if (len>32 || pos>79) pos += dir;
  16. if (pos>196) len -= dir;
  17. if (pos>196 && len==0) pos=0;
  18. elem.style.left = pos;
  19. elem.style.width = len;
  20. }
  21. }
  22. function remove_loading() {
  23. this.clearInterval(t_id);
  24. var targelem = document.getElementById('loader_container');
  25. targelem.style.display='none';
  26. targelem.style.visibility='hidden';
  27. }
  28. </script>
  29. <style>
  30. #loader_container {
  31. text-align:center;
  32. position:absolute;
  33. top:40%;
  34. width:100%;
  35. left: 0;
  36. }
  37. #loader {
  38. font-family:Tahoma, Helvetica, sans;
  39. font-size:11.5px;
  40. color:#000000;
  41. background-color:#FFFFFF;
  42. padding:10px 0 16px 0;
  43. margin:0 auto;
  44. display:block;
  45. width:250px;
  46. border:1px solid #5a667b;
  47. text-align:left;
  48. z-index:2;
  49. }
  50. #progress {
  51. height:5px;
  52. font-size:1px;
  53. width:1px;
  54. position:relative;
  55. top:1px;
  56. left:1px;
  57. background-color:#8894a8;
  58. }
  59. #loader_bg {
  60. background-color:#e4e7eb;
  61. position:relative;
  62. top:8px;
  63. left:8px;
  64. height:7px;
  65. width:230px;
  66. font-size:1px;
  67. }
  68. </style>
  69. </head>
  70. <body onload="remove_loading();" leftmargin="0" topmargin="0">
  71. <div id="loader_container">
  72. <div id="loader">
  73. <div align="center">正在连接……<br>
  74. <br>加载中,请稍等候....<br></div>
  75. <div id="loader_bg"><div id="progress"> </div></div>
  76. </div>
  77. </div>
  78. <script language="javascript" type="text/javascript">
  79. window.location="tencent://message/?Uin=55930893&websiteName=cq3g.com&Menu=yes";
  80. </script>
  81. </body>
  82. </html>