|
|
|
@ -517,6 +517,9 @@ margin-bottom: 10%;"/>
|
|
|
|
|
.ng-cloak, [ng-cloak] {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
.ng-show{
|
|
|
|
|
display: block !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes myfirst {
|
|
|
|
|
0% {
|
|
|
|
@ -743,7 +746,7 @@ margin-bottom: 10%;"/>
|
|
|
|
|
<!--顶部导航栏-->
|
|
|
|
|
<nav class="navbar navbar-static-top navbar-static-top-yedian" role="navigation">
|
|
|
|
|
<!--Sidebar toggle button-->
|
|
|
|
|
<a class="sidebar-toggle sidebar-tooggle-yedian" data-toggle="offcanvas" role="button"
|
|
|
|
|
<a id="toggle" class="sidebar-toggle sidebar-tooggle-yedian" data-toggle="offcanvas" role="button"
|
|
|
|
|
ng-click="hideSideBar=!hideSideBar">
|
|
|
|
|
<span class="sr-only">Toggle navigation</span>
|
|
|
|
|
</a>
|
|
|
|
@ -773,12 +776,12 @@ margin-bottom: 10%;"/>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="user-menu">
|
|
|
|
|
<a role="button" ng-click="userCheckIn()">
|
|
|
|
|
<i class="fa fa-wechat"></i> Bind WeChat
|
|
|
|
|
<i class="fa fa-wechat"></i> <font class="sm_hid">Bind WeChat</font>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li id="help" class="dropdown user user-menu" uib-dropdown>
|
|
|
|
|
<a href class="dropdown-toggle" uib-dropdown-toggle>
|
|
|
|
|
<i class="fa fa-question-circle-o" aria-hidden="true"></i> Support
|
|
|
|
|
<i class="fa fa-question-circle-o" aria-hidden="true"></i> <font class="sm_hid">Support</font>
|
|
|
|
|
</a>
|
|
|
|
|
<ul class="dropdown-menu user-dropdown-menu" ng-cloak>
|
|
|
|
|
<!-- User image -->
|
|
|
|
@ -837,6 +840,7 @@ margin-bottom: 10%;"/>
|
|
|
|
|
</li>
|
|
|
|
|
<!-- Control Sidebar Toggle Button -->
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
</div>
|
|
|
|
@ -845,7 +849,7 @@ margin-bottom: 10%;"/>
|
|
|
|
|
<!-- MENU Start -->
|
|
|
|
|
<!-- end navbar-custom -->
|
|
|
|
|
</header>
|
|
|
|
|
<div id="topnav" class="navbar-custom active" ng-class="{'ng-cloak':hideSideBar}">
|
|
|
|
|
<div id="topnav" class="navbar-custom active" ng-class="{'ng-show':hideSideBar}">
|
|
|
|
|
<div class="container-fluid">
|
|
|
|
|
<div id="navigation" class="active" style="display: block;">
|
|
|
|
|
<!-- Navigation Menu-->
|
|
|
|
|