|
|
@@ -24,7 +24,7 @@
|
|
|
<li class="brand">您好,</li>
|
|
|
<li class="dropdown"><a href="#" role="button"
|
|
|
class="dropdown-toggle"><span ng-bind="userInfo.userName"
|
|
|
- class="text-inverse"></span> <i class="fa fa-angle-down"></i> </a>
|
|
|
+ class="text-inverse"></span> <i class="fa fa-angle-down fa-fw"></i> </a>
|
|
|
<div class="dropdown-menu" style="padding: 15px; width: 180px;">
|
|
|
<ul class="list-unstyled">
|
|
|
<li><a href="#"><h6 class="text-info">{{userInfo.enName}}</h6></a></li>
|
|
|
@@ -89,7 +89,7 @@
|
|
|
</div>
|
|
|
</div></li>
|
|
|
<li><a href="" ng-click="addFavorite()" role="button"><i
|
|
|
- class="fa fa-star text-simple"></i> 收藏夹 </a></li>
|
|
|
+ class="fa fa-star fa-fw text-simple"></i> 收藏夹 </a></li>
|
|
|
<li class="dropdown"><a href="#" role="button"
|
|
|
class="dropdown-toggle"> 客服中心 <i class="fa fa-angle-down"></i>
|
|
|
</a>
|
|
|
@@ -100,7 +100,7 @@
|
|
|
<li><a href="serve#/question/" target="_blank">在线咨询</a></li>
|
|
|
</ul></li>
|
|
|
<li class="dropdown"><a href="#" role="button"
|
|
|
- class="dropdown-toggle text-inverse"><i class="fa fa-bars"></i>
|
|
|
+ class="dropdown-toggle text-inverse"><i class="fa fa-fw fa-bars"></i>
|
|
|
网站导航 <i class="fa fa-angle-down"></i> </a>
|
|
|
<div class="dropdown-menu text-right" style="padding: 10px 15px; width: 560px;">
|
|
|
<div class="row pills text-right">
|