|
|
@ -44,7 +44,7 @@
|
|
|
|
<div class="fxui-tab">
|
|
|
|
<div class="fxui-tab">
|
|
|
|
<div class="fxui-tab-hand">
|
|
|
|
<div class="fxui-tab-hand">
|
|
|
|
<span class="fxui-tab-tit"><a href="#;">公告</a>
|
|
|
|
<span class="fxui-tab-tit"><a href="#;">公告</a>
|
|
|
|
<if condition="$gg_count neq 0">
|
|
|
|
<if condition="$gg_count gt 0">
|
|
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:55px;text-align: center;background: rgba(255, 0, 0, 1);border-radius:15px">
|
|
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:55px;text-align: center;background: rgba(255, 0, 0, 1);border-radius:15px">
|
|
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$gg_count}</a>
|
|
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$gg_count}</a>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -59,14 +59,14 @@
|
|
|
|
<!-- </if>-->
|
|
|
|
<!-- </if>-->
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<span class="fxui-tab-tit"><a href="#;">游戏活动</a>
|
|
|
|
<span class="fxui-tab-tit"><a href="#;">游戏活动</a>
|
|
|
|
<if condition="$zx_count neq 0">
|
|
|
|
<if condition="$zx_count gt 0">
|
|
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:83px;text-align: center;background: rgba(255, 0, 0, 1);border-radius:15px">
|
|
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:83px;text-align: center;background: rgba(255, 0, 0, 1);border-radius:15px">
|
|
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$zx_count}</a>
|
|
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$zx_count}</a>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<span class="fxui-tab-tit"><a href="#;">资源号异常日志</a>
|
|
|
|
<span class="fxui-tab-tit"><a href="#;">资源号异常日志</a>
|
|
|
|
<if condition="$rz_count neq 0">
|
|
|
|
<if condition="$rz_count gt 0">
|
|
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:125px;text-align: center;background: rgba(255, 0, 0, 1);border-radius:15px">
|
|
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:125px;text-align: center;background: rgba(255, 0, 0, 1);border-radius:15px">
|
|
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$rz_count}</a>
|
|
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$rz_count}</a>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|