...
|
...
|
@@ -3,7 +3,7 @@ |
|
|
{{> passport/header}}
|
|
|
<div class="content">
|
|
|
<div class="input-container row has-eye">
|
|
|
<input id="pwd" class="input pwd" type="text" placeholder="请输入密码" autocomplete="off" maxlength="20">
|
|
|
<input id="pwd" class="input pwd" type="password" placeholder="请输入密码" autocomplete="off" maxlength="20">
|
|
|
</div>
|
|
|
<span id="btn-sure" class="btn btn-sure disable row">确定</span>
|
|
|
</div>
|
...
|
...
|
|