|
@@ -11,6 +11,43 @@
|
|
<title>三明市建设人才服务中心</title>
|
|
<title>三明市建设人才服务中心</title>
|
|
</head>
|
|
</head>
|
|
<body style="margin:0px;">
|
|
<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>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</body>
|