Showing
2 changed files
with
15 additions
and
5 deletions
1 | {{#if isBind}} | 1 | {{#if isBind}} |
2 | <div class="bind-title"> | 2 | <div class="bind-title"> |
3 | -该手机已绑定Yoho!Family其他账号, | ||
4 | -点击“继续”将解绑并绑定当前账号, | ||
5 | -是否继续? | 3 | +该手机号已经绑定Yoho!Family其他账号,点击“继续”,将解绑并绑定当前账号,是否继续? |
6 | </div> | 4 | </div> |
7 | <div class="bind-subtitle"> | 5 | <div class="bind-subtitle"> |
8 | 解绑后原账号将不可使用该手机号登录! | 6 | 解绑后原账号将不可使用该手机号登录! |
9 | </div> | 7 | </div> |
10 | {{else if isRegister}} | 8 | {{else if isRegister}} |
11 | <div class="bind-title"> | 9 | <div class="bind-title"> |
12 | -该账号已被注册,是否选择绑定? | ||
13 | -点击“继续”原注册账号将被停用! | 10 | +该手机号已被注册,是否继续绑定? |
11 | +点击“继续”原注册账号将被停用! | ||
14 | </div> | 12 | </div> |
15 | {{/if}} | 13 | {{/if}} |
@@ -40,5 +40,17 @@ | @@ -40,5 +40,17 @@ | ||
40 | 40 | ||
41 | .dialog-box { | 41 | .dialog-box { |
42 | background-color: #fff; | 42 | background-color: #fff; |
43 | + color: #444; | ||
44 | + font-size: 28px; | ||
45 | + } | ||
46 | + | ||
47 | + .dialog-left-btn { | ||
48 | + color: #b0b0b0; | ||
49 | + font-size: 32px; | ||
50 | + } | ||
51 | + | ||
52 | + .dialog-right-btn { | ||
53 | + color: #d0021b; | ||
54 | + font-size: 32px; | ||
43 | } | 55 | } |
44 | } | 56 | } |
-
Please register or login to post a comment