|
|
@@ -51,7 +51,7 @@
|
|
|
<div style="border: 1px grey solid;width:240px;height: 30px;">
|
|
|
<span>{:lang('verify_phone')}</span>                              <span><a href="">{:lang('verify_now')}</a></span>
|
|
|
</div>
|
|
|
- <div style="width:60px;height: 30px;line-height:30px;background-color: dodgerblue;color: white;border-radius: 2px;" id="email_off">{:lang('off')}</div>
|
|
|
+ <div style="width:60px;height: 30px;line-height:30px;background-color: dodgerblue;color: white;border-radius: 2px;cursor:pointer;" id="email_off">{:lang('off')}</div>
|
|
|
</div>
|
|
|
<div class="tanchu" id="update_pwd">
|
|
|
<div style="margin-top: 20px;">{:lang('meeting_problems')}</div>
|
|
|
@@ -62,7 +62,7 @@
|
|
|
<div style="border: 1px grey solid;width:240px;height: 30px;">
|
|
|
<span>{:lang('verify_phone')}</span>                              <span><a href="">{:lang('verify_now')}</a></span>
|
|
|
</div>
|
|
|
- <div style="width:60px;height: 30px;line-height:30px;background-color: dodgerblue;color: white;border-radius: 2px;" id="pwd_off">{:lang('off')}</div>
|
|
|
+ <div style="width:60px;height: 30px;line-height:30px;background-color: dodgerblue;color: white;border-radius: 2px;cursor:pointer;" id="pwd_off">{:lang('off')}</div>
|
|
|
</div>
|
|
|
<div class="tanchu" id="update_phone">
|
|
|
<div style="margin-top: 20px;">{:lang('meeting_problems')}</div>
|
|
|
@@ -73,7 +73,7 @@
|
|
|
<div style="border: 1px grey solid;width:240px;height: 30px;">
|
|
|
<span>{:lang('verify_phone')}</span>                              <span><a href="">{:lang('verify_now')}</a></span>
|
|
|
</div>
|
|
|
- <div style="width:60px;height: 30px;line-height:30px;background-color: dodgerblue;color: white;border-radius: 2px;" id="phone_off">{:lang('off')}</div>
|
|
|
+ <div style="width:60px;height: 30px;line-height:30px;background-color: dodgerblue;color: white;border-radius: 2px;cursor:pointer;" id="phone_off">{:lang('off')}</div>
|
|
|
</div>
|
|
|
<div class="updatepwd">
|
|
|
<form method="post">
|
|
|
@@ -82,17 +82,17 @@
|
|
|
<tr>
|
|
|
<td class="td_name">{:lang('user_email')}</td>
|
|
|
<td class="td_info">{:lang('account_user_email')}:{$Think.session.user_email}</td>
|
|
|
- <td class="td_update" id="email">{:lang('account_exit')}</td>
|
|
|
+ <td class="td_update" id="email" style="cursor:pointer;">{:lang('account_exit')}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="td_name">{:lang('user_password')}</td>
|
|
|
<td class="td_info">{:lang('update_pwd_point')}</td>
|
|
|
- <td class="td_update" id="pwd">{:lang('account_exit')}</td>
|
|
|
+ <td class="td_update" id="pwd" style="cursor:pointer;">{:lang('account_exit')}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="td_name">{:lang('user_phone')}</td>
|
|
|
<td class="td_info">{:lang('bangding_phone')}:+ (86)  {$user['user_phone']}</td>
|
|
|
- <td class="td_update" id="phone">{:lang('account_exit')}</td>
|
|
|
+ <td class="td_update" id="phone" style="cursor:pointer;">{:lang('account_exit')}</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
|