...
|
...
|
@@ -289,7 +289,7 @@ |
|
|
<h5><?= $info["zhandian_name"]?></h5>
|
|
|
</div>
|
|
|
<div id="close">
|
|
|
<span>1111111111 </span>
|
|
|
<span>1111111111 </span>
|
|
|
</div>
|
|
|
<div class="panel-content">
|
|
|
<h1 class="no-margins"><?= $info["baoxiu_num"]?></h1>
|
...
|
...
|
@@ -343,17 +343,17 @@ |
|
|
;
|
|
|
</script>
|
|
|
<script>
|
|
|
window.onload = function(){
|
|
|
window.onload = function () {
|
|
|
var aa = document.getElementById("open");
|
|
|
var xx = document.getElementById("close");
|
|
|
xx.style.display = "none";
|
|
|
aa.onmouseover = function(){
|
|
|
aa.onmouseover = function () {
|
|
|
xx.style.display = "block";
|
|
|
yy.style.display = "none";
|
|
|
aa.style.display = "none";
|
|
|
};
|
|
|
aa.onmouseout = function(){
|
|
|
xx.style.display = "block";
|
|
|
yy.style.display = "none";
|
|
|
aa.onmouseout = function () {
|
|
|
aa.style.display = "block";
|
|
|
xx.style.display = "none";
|
|
|
};
|
|
|
};
|
|
|
</script> |
...
|
...
|
|