| | |
| | | <div style="display: flex;justify-content: center;align-items: center;"> |
| | | <div class="wrap-input100 validate-input m-b-10" style="width: 60%" data-validate="请输入验证码"> |
| | | <input id="code" class="input100" type="text" name="code" placeholder="验证码"> |
| | | <span class="focus-input100"></span> |
| | | <span class="focus-input100"></span>s |
| | | <span class="symbol-input100"> |
| | | <i class="fa fa-lock"></i> |
| | | </span> |
| | | </div> |
| | | <div style="width: 20%;"> |
| | | <div id="getCodeBox"><button onclick="getCode()">获取验证码</button></div> |
| | | <div id="getCodeTime"></div> |
| | | <div id="getCodeTime" style="color: black"></div> |
| | | </div> |
| | | </div> |
| | | <!-- <div style="text-align: right;">--> |