Showing
5 changed files
with
22 additions
and
10 deletions
1 | -.bind-page | ||
2 | - .bind-tip { | 1 | +.bind-page { |
2 | + .bind-tip { | ||
3 | color: #fff; | 3 | color: #fff; |
4 | font-size: 15PX; | 4 | font-size: 15PX; |
5 | } | 5 | } |
@@ -15,3 +15,16 @@ | @@ -15,3 +15,16 @@ | ||
15 | border-bottom: 4PX solid #fff; | 15 | border-bottom: 4PX solid #fff; |
16 | 16 | ||
17 | } | 17 | } |
18 | + | ||
19 | + .other-login { | ||
20 | + margin-top: 20PX; | ||
21 | + margin-bottom: 20PX; | ||
22 | + font-size: 16PX; | ||
23 | + text-decoration: underline; | ||
24 | + text-align: right; | ||
25 | + | ||
26 | + a { | ||
27 | + color: #fff; | ||
28 | + } | ||
29 | + } | ||
30 | +} |
@@ -39,11 +39,11 @@ | @@ -39,11 +39,11 @@ | ||
39 | .tip { | 39 | .tip { |
40 | margin-top: 30PX; | 40 | margin-top: 30PX; |
41 | color: #fff; | 41 | color: #fff; |
42 | - font-size: 14PX; | 42 | + font-size: 16PX; |
43 | line-height: 2; | 43 | line-height: 2; |
44 | 44 | ||
45 | a { | 45 | a { |
46 | - color: #fff; | 46 | + color: #3FB274; |
47 | } | 47 | } |
48 | } | 48 | } |
49 | } | 49 | } |
@@ -64,10 +64,6 @@ | @@ -64,10 +64,6 @@ | ||
64 | background-image: resolve('passport/weibo.png'); | 64 | background-image: resolve('passport/weibo.png'); |
65 | } | 65 | } |
66 | 66 | ||
67 | - .weixin { | ||
68 | - background-image: resolve('passport/weixin.png'); | ||
69 | - } | ||
70 | - | ||
71 | .qq { | 67 | .qq { |
72 | background-image: resolve('passport/qq.png'); | 68 | background-image: resolve('passport/qq.png'); |
73 | } | 69 | } |
@@ -11,6 +11,11 @@ | @@ -11,6 +11,11 @@ | ||
11 | <input id="phone-num" class="input phone-num" type="text" placeholder="手机号"> | 11 | <input id="phone-num" class="input phone-num" type="text" placeholder="手机号"> |
12 | </div> | 12 | </div> |
13 | <span id="btn-next" class="btn btn-next disable row">下一步</span> | 13 | <span id="btn-next" class="btn btn-next disable row">下一步</span> |
14 | + <div class="other-login"> | ||
15 | + <a class="/passport/login/index"> | ||
16 | + 用其他方式登录 | ||
17 | + </a> | ||
18 | + </div> | ||
14 | <p class="bind-tip">绑定手机号码后,可选择{{platform}}和手机号登录此帐号</p> | 19 | <p class="bind-tip">绑定手机号码后,可选择{{platform}}和手机号登录此帐号</p> |
15 | </div> | 20 | </div> |
16 | </div> | 21 | </div> |
@@ -12,7 +12,6 @@ | @@ -12,7 +12,6 @@ | ||
12 | </div> | 12 | </div> |
13 | <span id="btn-next" class="btn btn-next disable row">下一步</span> | 13 | <span id="btn-next" class="btn btn-next disable row">下一步</span> |
14 | <div class="tip"> | 14 | <div class="tip"> |
15 | - {{#if regCode}} | ||
16 | <p> | 15 | <p> |
17 | 登录注册中遇到问题?请联系客服 | 16 | 登录注册中遇到问题?请联系客服 |
18 | </p> | 17 | </p> |
@@ -20,7 +19,6 @@ | @@ -20,7 +19,6 @@ | ||
20 | <span class="iconfont icon"></span> | 19 | <span class="iconfont icon"></span> |
21 | 在线客服 | 20 | 在线客服 |
22 | </a> | 21 | </a> |
23 | - {{/if}} | ||
24 | {{#if relateCode}} | 22 | {{#if relateCode}} |
25 | 注:关联的手机号不能用来登录此帐号 | 23 | 注:关联的手机号不能用来登录此帐号 |
26 | {{/if}} | 24 | {{/if}} |
-
Please register or login to post a comment