123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <meta http-equiv="X-UA-Compatible" content="IE=9;IE=EDGE">
- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
- <!-- <meta name="referrer" content="origin"> -->
- <title>福建省哲睿网络科技有限公司 </title>
- </head>
- <body style="margin:0px;">
- <!-- <div id="img_float" style="z-index: 101; left: 134px; width: 242px; height: 141px; position: absolute; top: 577px; visibility: visible; cursor: pointer;">
- <div align="right" onclick="document.getElementById('img_float').style.display='none'"
- style="color:red;font-size:12px;margin-bottom:0px;text-decoration:none;position:relative">[关闭]</div>
- <div align="center" id="wmdImg">
- <a href="http://zjj.sm.gov.cn/pc/201808/t20180829_1195705.htm" target="_blank">
- <img id="wmdImgId1" class="wmdImg" width="242" height="141" src="/static/images/W020180829573455831351.jpg">
- </a>
- </div>
- </div> -->
- <!-- <script>
- var xPos=0;
- var yPos=0;
- var directionX=true;
- var directionY=true;
- var step=1;
- var speed=30;
- var float=document.getElementById("img_float");
- function move(){
- var height=document.documentElement.clientHeight;
- var width=document.documentElement.clientWidth;
- var imgHeight=float.offsetHeight;
- var imgWidth=float.offsetWidth;
- float.style.left=xPos+document.documentElement.scrollLeft+"px";
- float.style.top=yPos+document.documentElement.scrollTop+"px";
- if(directionX){xPos=xPos+step;}else{xPos=xPos-step;}
- if(xPos<=0){xPos=0;directionX=true;}
- if(xPos>=width-imgWidth){xPos=width-imgWidth;directionX=false;}
- if(directionY){yPos=yPos+step;}else{yPos=yPos-step;}
- if(yPos<=0){yPos=0;directionY=true;}
- if(yPos>=height-imgHeight){yPos=height-imgHeight;directionY=false;}
- t=setTimeout(move,speed);
- }
- float.οnmοuseοver=function(){clearTimeout(t);}
- float.οnmοuseοut=function(){t=setTimeout("move()",speed);}
- window.οnlοad=move();
- </script>
- -->
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|