Authored by 刘传洋

m

... ... @@ -31,7 +31,7 @@
<div class="btnwrapper confirmwrapper">
<a href="javascript:void(0)" class="yohobindbtn left" id="confirmsubmit" >确定</a>
<a class="perv-step right" href="{{prevUrl}}" class="right" style="margin-top:15px;">返回上一步</a>
<a class="perv-step right" href="{{prevUrl}}">返回上一步</a>
</div>
<input type="hidden" value="{{mobile}}" id="mobile" name="mobile"/>
... ...
... ... @@ -33,12 +33,9 @@
</div>
</div>
<div class="action-link">
<button id="relate-btn" class="relate-btn">确定</button>
<button id="relate-btn" class="relate-btn left">确定</button>
<a class="perv-step" href="javascript:void(0)">返回上一步</a>
</div>
<p class="remind-tips">
<span class="left">注:关联的手机号码不能用来登录此账户</span>
<a class="perv-step right">返回上一步</a>
</p>
</div>
<div id="hide-info" data-mobile="{{phoneNum}}" data-area="{{areaCode}}" data-refer="{{refer}}"></div>
</div>
... ...
... ... @@ -847,7 +847,7 @@ function emailUserCertTip() {
if (jsonData && jsonData.data === 'Y') {
$('#yoho-header .yoho-cert-tip').html(
'<i class="iconfont left">&#xe63f;</i> ' +
'<a href="//www.yohobuy.com/passport/cert/index">您的账号安全等级较低,建议您立即绑定手机号</a>');
'您的账号安全等级较低,建议您立即<a href="//www.yohobuy.com/passport/cert/index">绑定手机号</a>');
}
});
}
... ...
... ... @@ -312,6 +312,10 @@
margin-left:20px;
.iconfont{
margin-right: 2px;
color:red;
}
a{
color:red;
}
}
}
... ...
... ... @@ -75,3 +75,16 @@
margin-left: 55px;
color: #AAA;
}
.code-validate .perv-step {
color: #f12200;
float: left;
margin-top: 22px;
margin-left: 40px;
text-decoration: underline;
}
.bindwrapper .perv-step{
margin-top: 15px;
text-decoration: underline;
color: #f12200;
}
... ...