|
|
@@ -335,6 +335,16 @@
|
|
|
position: relative;
|
|
|
z-index: 10;
|
|
|
}
|
|
|
+ #sidebar .remind-point {
|
|
|
+ width: 8px;
|
|
|
+ height: 8px;
|
|
|
+ display: block;
|
|
|
+ border-radius: 100%;
|
|
|
+ background: red;
|
|
|
+ position: relative;
|
|
|
+ top: -31px;
|
|
|
+ right: -27px;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div id="sidebar">
|
|
|
<ul class="sidebar-content">
|
|
|
@@ -366,7 +376,9 @@
|
|
|
</li>
|
|
|
<!-- TODO huxz IM暂时不放出 -->
|
|
|
<li ng-controller="WebChatCtrl">
|
|
|
- <a href="javascript:void(0)" ng-click="goWebChat()" style="width: 36px; height: 38px; line-height: 30px;"><i class="fa" ng-class="{ 'fa-comments': countData > 0, 'fa-comments-o': countData <= 0 }" aria-hidden="true" style="font-size: 18px;color: #FFFFFF;"></i><!--<img src="static/img/icon/talk.png"/>--></a>
|
|
|
+ <a href="javascript:void(0)" ng-click="goWebChat()" style="width: 36px; height: 38px; line-height: 30px;"><i class="fa" ng-class="{ 'fa-comments': countData > 0, 'fa-comments-o': countData <= 0 }" aria-hidden="true" style="font-size: 18px;color: #FFFFFF;"></i>
|
|
|
+ <i class="remind-point" ng-if="countData > 0"></i><!--<img src="static/img/icon/talk.png"/>-->
|
|
|
+ </a>
|
|
|
<div class="massage sidebar-menu" style="width: 100px;" title="优软客服">优软互联<em><span ng-if="userInfo">(<span ng-bind="countData || 0 | number"></span>)</span></em></div>
|
|
|
</li>
|
|
|
<li ng-controller="ScrollToTopCtrl">
|