Authored by 郝肖肖

登录 form 模拟请求,记住密码,搜狗

{{> sign-header}}
<div class="login-page passport-page">
{{# passport}}
<form method='post' onsubmit='return false;'>
<ul>
<li class="clearfix">
<div class="title">登录 SIGN IN</div>
... ... @@ -51,8 +52,7 @@
<span class="iconfont">&#xe61d;</span>
<em></em>
</span>
<a id="login-btn" class="btn login-btn">登录</a>
<input type="submit" id="login-btn" class="btn login-btn" value='登录'/>
</li>
<li class="clearfix">
... ... @@ -93,5 +93,6 @@
</li>
</ul>
<input id="country-code-hide" name="countryCode" type="hidden" value="{{countryCode}}">
</form>
{{/ passport}}
</div>
... ...
... ... @@ -55,6 +55,7 @@
height: $item-height;
width: $item-width;
line-height: @height;
border: none;
}
.captcha-component {
... ...