正在显示
1 个修改的文件
包含
7 行增加
和
7 行删除
@@ -289,7 +289,7 @@ | @@ -289,7 +289,7 @@ | ||
289 | <h5><?= $info["zhandian_name"]?></h5> | 289 | <h5><?= $info["zhandian_name"]?></h5> |
290 | </div> | 290 | </div> |
291 | <div id="close"> | 291 | <div id="close"> |
292 | - <span>1111111111 </span> | 292 | + <span>1111111111 </span> |
293 | </div> | 293 | </div> |
294 | <div class="panel-content"> | 294 | <div class="panel-content"> |
295 | <h1 class="no-margins"><?= $info["baoxiu_num"]?></h1> | 295 | <h1 class="no-margins"><?= $info["baoxiu_num"]?></h1> |
@@ -343,17 +343,17 @@ | @@ -343,17 +343,17 @@ | ||
343 | ; | 343 | ; |
344 | </script> | 344 | </script> |
345 | <script> | 345 | <script> |
346 | - window.onload = function(){ | 346 | + window.onload = function () { |
347 | var aa = document.getElementById("open"); | 347 | var aa = document.getElementById("open"); |
348 | var xx = document.getElementById("close"); | 348 | var xx = document.getElementById("close"); |
349 | xx.style.display = "none"; | 349 | xx.style.display = "none"; |
350 | - aa.onmouseover = function(){ | 350 | + aa.onmouseover = function () { |
351 | xx.style.display = "block"; | 351 | xx.style.display = "block"; |
352 | - yy.style.display = "none"; | 352 | + aa.style.display = "none"; |
353 | }; | 353 | }; |
354 | - aa.onmouseout = function(){ | ||
355 | - xx.style.display = "block"; | ||
356 | - yy.style.display = "none"; | 354 | + aa.onmouseout = function () { |
355 | + aa.style.display = "block"; | ||
356 | + xx.style.display = "none"; | ||
357 | }; | 357 | }; |
358 | }; | 358 | }; |
359 | </script> | 359 | </script> |
-
请 注册 或 登录 后发表评论