作者 王智

baoxiu22

@@ -288,9 +288,6 @@ @@ -288,9 +288,6 @@
288 <span class="label label-success pull-right">{:__('Real time')}</span> 288 <span class="label label-success pull-right">{:__('Real time')}</span>
289 <h5><?= $info["zhandian_name"]?></h5> 289 <h5><?= $info["zhandian_name"]?></h5>
290 </div> 290 </div>
291 - <div id="close">  
292 - <span>1111111111 </span>  
293 - </div>  
294 <div class="panel-content"> 291 <div class="panel-content">
295 <h1 class="no-margins"><?= $info["baoxiu_num"]?></h1> 292 <h1 class="no-margins"><?= $info["baoxiu_num"]?></h1>
296 <!--<div class="stat-percent font-bold text-gray"><i class="fa fa-commenting"></i>--> 293 <!--<div class="stat-percent font-bold text-gray"><i class="fa fa-commenting"></i>-->
@@ -342,18 +339,3 @@ @@ -342,18 +339,3 @@
342 } 339 }
343 ; 340 ;
344 </script> 341 </script>
345 -<script>  
346 - window.onload = function () {  
347 - var aa = document.getElementById("open");  
348 - var xx = document.getElementById("close");  
349 - xx.style.display = "none";  
350 - aa.onmouseover = function () {  
351 - xx.style.display = "block";  
352 - aa.style.display = "none";  
353 - };  
354 - aa.onmouseout = function () {  
355 - aa.style.display = "block";  
356 - xx.style.display = "none";  
357 - };  
358 - };  
359 -</script>