Commit 857d66b6 by Java-曹文达

页面修改

parent 5d3e7966
......@@ -23,9 +23,11 @@
<label for="inputPassword" class="sr-only">Password</label>
<input type="password" name="password" id="inputPassword" class="form-control" placeholder="Password" required="">
<input class="proving validate[required]" id="MsgCode" name="msgCode" type="text" placeholder="请输入验证码"/>
<p class="provingImg"><img th:src="@{/loadverify}" style="margin-right: 0px;" class="get_yzm img img_pointer" alt="图片验证"
id="verify_codeid"/></p>
<input type="text" name="msgCode" id="MsgCode" class="form-control" placeholder="请输入验证码" required="" style=" float: left; width: 295px;">
<span class="provingImg">
<img th:src="@{/loadverify}" style=" width: 100px; margin-top:10px;" class="get_yzm img img_pointer" alt="图片验证"
id="verify_codeid"/>
</span>
<div class="checkbox mb-3">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment