Authored by 毕凯

增加其他方式登录

.bind-page
.bind-tip {
.bind-page {
.bind-tip {
color: #fff;
font-size: 15PX;
}
... ... @@ -15,3 +15,16 @@
border-bottom: 4PX solid #fff;
}
.other-login {
margin-top: 20PX;
margin-bottom: 20PX;
font-size: 16PX;
text-decoration: underline;
text-align: right;
a {
color: #fff;
}
}
}
... ...
... ... @@ -39,11 +39,11 @@
.tip {
margin-top: 30PX;
color: #fff;
font-size: 14PX;
font-size: 16PX;
line-height: 2;
a {
color: #fff;
color: #3FB274;
}
}
}
... ...
... ... @@ -64,10 +64,6 @@
background-image: resolve('passport/weibo.png');
}
.weixin {
background-image: resolve('passport/weixin.png');
}
.qq {
background-image: resolve('passport/qq.png');
}
... ...
... ... @@ -11,6 +11,11 @@
<input id="phone-num" class="input phone-num" type="text" placeholder="手机号">
</div>
<span id="btn-next" class="btn btn-next disable row">下一步</span>
<div class="other-login">
<a class="/passport/login/index">
用其他方式登录
</a>
</div>
<p class="bind-tip">绑定手机号码后,可选择{{platform}}和手机号登录此帐号</p>
</div>
</div>
... ...
... ... @@ -12,7 +12,6 @@
</div>
<span id="btn-next" class="btn btn-next disable row">下一步</span>
<div class="tip">
{{#if regCode}}
<p>
登录注册中遇到问题?请联系客服
</p>
... ... @@ -20,7 +19,6 @@
<span class="iconfont icon">&#xe63c;</span>
在线客服
</a>
{{/if}}
{{#if relateCode}}
注:关联的手机号不能用来登录此帐号
{{/if}}
... ...