首页功能提示样式修改

master
zyx 5 years ago
parent 0e87fc7267
commit 607e32e43a

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

Loading…
Cancel
Save