|
|
|
@ -44,24 +44,33 @@
|
|
|
|
|
<div class="fxui-tab">
|
|
|
|
|
<div class="fxui-tab-hand">
|
|
|
|
|
<span class="fxui-tab-tit"><a href="#;">公告</a>
|
|
|
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:55px;text-align: center;background: rgba(255, 0, 0, 1)">
|
|
|
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$gg_count}</a>
|
|
|
|
|
</span>
|
|
|
|
|
<if condition="$gg_count neq 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">
|
|
|
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$gg_count}</a>
|
|
|
|
|
</span>
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
<span class="fxui-tab-tit"><a href="#;">消息</a>
|
|
|
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:55px;text-align: center;background: rgba(255, 0, 0, 1)">
|
|
|
|
|
<a style="line-height: 25px;padding: 0;color: #fff">0</a>
|
|
|
|
|
</span>
|
|
|
|
|
<!-- <if condition="gg_count neq 0">-->
|
|
|
|
|
<!-- <span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:55px;text-align: center;background: rgba(255, 0, 0, 1)">-->
|
|
|
|
|
<!-- <a style="line-height: 25px;padding: 0;color: #fff">0</a>-->
|
|
|
|
|
<!-- </span>-->
|
|
|
|
|
<!-- </if>-->
|
|
|
|
|
</span>
|
|
|
|
|
<span class="fxui-tab-tit"><a href="#;">游戏活动</a>
|
|
|
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:83px;text-align: center;background: rgba(255, 0, 0, 1)">
|
|
|
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$zx_count}</a>
|
|
|
|
|
</span>
|
|
|
|
|
<if condition="$zx_count neq 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">
|
|
|
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$zx_count}</a>
|
|
|
|
|
</span>
|
|
|
|
|
</if>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="fxui-tab-tit"><a href="#;">资源号异常日志</a>
|
|
|
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:125px;text-align: center;background: rgba(255, 0, 0, 1)">
|
|
|
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$rz_count}</a>
|
|
|
|
|
</span>
|
|
|
|
|
<if condition="$rz_count neq 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">
|
|
|
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$rz_count}</a>
|
|
|
|
|
</span>
|
|
|
|
|
</if>
|
|
|
|
|
</span>
|
|
|
|
|
<div id="u271_ann" class="annotation"></div>
|
|
|
|
|
<span class="more"><a href="{:U('msg_list')}">查看更多></a></span>
|
|
|
|
|