|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="ant-form-item">
|
|
|
|
|
<label for="password">密码:</label>
|
|
|
|
|
<input class="ant-input" type="text" id="password" placeholder="请输入密码"/>
|
|
|
|
|
<input class="ant-input" type="password" id="password" placeholder="请输入密码"/>
|
|
|
|
|
</div>
|
|
|
|
|
<input type="submit" class="ant-btn ant-btn-primary" value="登录" />
|
|
|
|
|
</form>
|
|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
<input class="ant-input" type="text" id="userName" placeholder="请输入账户名"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="ant-form-item">
|
|
|
|
|
<input class="ant-input" type="text" id="password" placeholder="请输入密码"/>
|
|
|
|
|
<input class="ant-input" type="password" id="password" placeholder="请输入密码"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="ant-checkbox">
|
|
|
|
|
<label>
|
|
|
|
|