Commit 26232161 by Java-曹文达

验证码修改

parent 273c7675
......@@ -22,12 +22,13 @@
<label for="inputPassword" class="sr-only">Password</label>
<input type="password" name="password" id="inputPassword" class="form-control" placeholder="Password" required="">
<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;height: 35px;" class="get_yzm img img_pointer" alt="图片验证"
id="verify_codeid"/>
</span>
<div class="provingImg" style="position: relative;">
<input type="text" name="msgCode" id="MsgCode" class="form-control" placeholder="请输入验证码" required="">
<div class="little" style="position: absolute;right: -150px;top: 0px;">
<img th:src="@{/loadverify}" style=" width: 100px; margin-top:10px;height: 35px;" class="get_yzm img img_pointer" alt="图片验证"
id="verify_codeid"/>
</div>
</div>
<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