正在显示
1 个修改的文件
包含
15 行增加
和
36 行删除
@@ -279,31 +279,25 @@ | @@ -279,31 +279,25 @@ | ||
279 | 279 | ||
280 | <div class="col-lg-12"> | 280 | <div class="col-lg-12"> |
281 | </div> | 281 | </div> |
282 | - <div id="open"> | ||
283 | - <?php foreach ($row as $info) { ?> | ||
284 | - <div class="col-xs-6 col-md-3"> | ||
285 | - <div class="panel bg-blue"> | ||
286 | - <div class="panel-body"> | ||
287 | - <div class="panel-title"> | ||
288 | - <span class="label label-success pull-right">{:__('Real time')}</span> | ||
289 | - <h5><?= $info["zhandian_name"]?></h5> | ||
290 | - </div> | ||
291 | - <div class="panel-content"> | ||
292 | - <h1 class="no-margins"><?= $info["baoxiu_num"]?></h1> | ||
293 | - <!--<div class="stat-percent font-bold text-gray"><i class="fa fa-commenting"></i>--> | ||
294 | - <!--1234--> | ||
295 | - <!--</div>--> | ||
296 | - <small>{:__('Category count tips')}</small> | ||
297 | - </div> | 282 | + <?php foreach ($row as $info) { ?> |
283 | + <div class="col-xs-6 col-md-3"> | ||
284 | + <div class="panel bg-blue"> | ||
285 | + <div class="panel-body"> | ||
286 | + <div class="panel-title"> | ||
287 | + <span class="label label-success pull-right">{:__('Real time')}</span> | ||
288 | + <h5><?= $info["zhandian_name"]?></h5> | ||
289 | + </div> | ||
290 | + <div class="panel-content"> | ||
291 | + <h1 class="no-margins"><?= $info["baoxiu_num"]?></h1> | ||
292 | + <!--<div class="stat-percent font-bold text-gray"><i class="fa fa-commenting"></i>--> | ||
293 | + <!--1234--> | ||
294 | + <!--</div>--> | ||
295 | + <small>{:__('Category count tips')}</small> | ||
298 | </div> | 296 | </div> |
299 | </div> | 297 | </div> |
300 | </div> | 298 | </div> |
301 | - <?php } ?> | ||
302 | </div> | 299 | </div> |
303 | - <div id="close" style="background-color: red"> | ||
304 | - | ||
305 | - </div> | ||
306 | - | 300 | + <?php } ?> |
307 | </div> | 301 | </div> |
308 | </div> | 302 | </div> |
309 | 303 | ||
@@ -343,18 +337,3 @@ | @@ -343,18 +337,3 @@ | ||
343 | } | 337 | } |
344 | ; | 338 | ; |
345 | </script> | 339 | </script> |
346 | -<script> | ||
347 | - window.onload = function () { | ||
348 | - var open = document.getElementById("open"); | ||
349 | - var close = document.getElementById("close"); | ||
350 | - close.style.display = "none"; | ||
351 | - open.onmouseover = function () { | ||
352 | - close.style.display = "block"; | ||
353 | - open.style.display = "none"; | ||
354 | - }; | ||
355 | - open.onmouseout = function () { | ||
356 | - open.style.display = "block"; | ||
357 | - close.style.display = "none"; | ||
358 | - }; | ||
359 | - }; | ||
360 | -</script> |
-
请 注册 或 登录 后发表评论