|
|
@ -70,7 +70,7 @@
|
|
|
|
<form id="signupForm" autocomplete="off">
|
|
|
|
<form id="signupForm" autocomplete="off">
|
|
|
|
<h4 class="no-margins" style="color:#000;">登录:</h4>
|
|
|
|
<h4 class="no-margins" style="color:#000;">登录:</h4>
|
|
|
|
<p class="m-t-md"></p>
|
|
|
|
<p class="m-t-md"></p>
|
|
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" value="" />
|
|
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" value="" />
|
|
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码" value="" />
|
|
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码" value="" />
|
|
|
|
<div class="checkbox-custom m-t" th:if="${isRemembered}">
|
|
|
|
<div class="checkbox-custom m-t" th:if="${isRemembered}">
|
|
|
|
<input type="checkbox" id="rememberme" name="rememberme"> <label style="color: #000;" for="rememberme">记住我</label>
|
|
|
|
<input type="checkbox" id="rememberme" name="rememberme"> <label style="color: #000;" for="rememberme">记住我</label>
|
|
|
|