...
|
...
|
@@ -288,9 +288,6 @@ |
|
|
<span class="label label-success pull-right">{:__('Real time')}</span>
|
|
|
<h5><?= $info["zhandian_name"]?></h5>
|
|
|
</div>
|
|
|
<div id="close">
|
|
|
<span>1111111111 </span>
|
|
|
</div>
|
|
|
<div class="panel-content">
|
|
|
<h1 class="no-margins"><?= $info["baoxiu_num"]?></h1>
|
|
|
<!--<div class="stat-percent font-bold text-gray"><i class="fa fa-commenting"></i>-->
|
...
|
...
|
@@ -342,18 +339,3 @@ |
|
|
}
|
|
|
;
|
|
|
</script> |
|
|
<script>
|
|
|
window.onload = function () {
|
|
|
var aa = document.getElementById("open");
|
|
|
var xx = document.getElementById("close");
|
|
|
xx.style.display = "none";
|
|
|
aa.onmouseover = function () {
|
|
|
xx.style.display = "block";
|
|
|
aa.style.display = "none";
|
|
|
};
|
|
|
aa.onmouseout = function () {
|
|
|
aa.style.display = "block";
|
|
|
xx.style.display = "none";
|
|
|
};
|
|
|
};
|
|
|
</script> |
...
|
...
|
|