|
|
@@ -354,6 +354,11 @@
|
|
|
.rt_menu span.last-login span {
|
|
|
font-size: 12px;
|
|
|
font-weight: normal;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ .count01 ul li.active-safe-box {
|
|
|
+ background: #fef2f2;
|
|
|
+ border: 1px solid #faaebe;
|
|
|
}
|
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
|
@@ -622,7 +627,7 @@
|
|
|
来保障您的账户安全!
|
|
|
</span>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <li ng-class="{'active-safe-box': !userInfo.pwdEnable}">
|
|
|
<span>
|
|
|
<h5 ng-show="userInfo.pwdEnable"><img class="ok-icon" src="static/img/user/images/ok-account.png"/></h5>
|
|
|
<h5 ng-hide="userInfo.pwdEnable"><img src="static/img/user/images/safe.png"/></h5>
|
|
|
@@ -632,7 +637,7 @@
|
|
|
<a ng-show="userInfo.pwdEnable" ng-click="updatePassword()">修改</a>
|
|
|
<a ng-hide="userInfo.pwdEnable" ng-click="updatePassword()" class="mall-btn-default">立即设置</a>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <li ng-class="{'active-safe-box': !userInfo.haveUserQuestion}">
|
|
|
<span>
|
|
|
<h5 ng-show="userInfo.haveUserQuestion"><img class="ok-icon" src="static/img/user/images/ok-account.png"/></h5>
|
|
|
<h5 ng-hide="userInfo.haveUserQuestion"><img src="static/img/user/images/safe.png"/></h5>
|
|
|
@@ -642,7 +647,7 @@
|
|
|
<a ng-hide="userInfo.haveUserQuestion" ng-click="updateUserQuestion()" class="mall-btn-default">立即设置</a>
|
|
|
<a ng-show="userInfo.haveUserQuestion" ng-click="updateUserQuestion()">修改</a>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <li ng-class="{'active-safe-box': !userInfo.userEmail}">
|
|
|
<span>
|
|
|
<h5 ng-show="userInfo.userEmail"><img class="ok-icon" src="static/img/user/images/ok-account.png"/></h5>
|
|
|
<h5 ng-hide="userInfo.userEmail"><img src="static/img/user/images/safe.png"/></h5>
|
|
|
@@ -651,7 +656,7 @@
|
|
|
<span ng-hide="userInfo.userEmail">绑定邮箱可帮助您找回登录密码,并可订阅获取最新的订单动态、促销信息。</span>
|
|
|
</span>
|
|
|
<a ng-show="userInfo.userEmail" ng-click="updateUserEmail()">修改</a>
|
|
|
- <a ng-hide="userInfo.userEmail" ng-click="updateUserEmail()">立即设置</a>
|
|
|
+ <a ng-hide="userInfo.userEmail" ng-click="updateUserEmail()" class="mall-btn-default">立即设置</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
<span>
|