Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
guodong
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8f6e812a
authored
Feb 25, 2021
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
9650d16f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
gzh/login.html
gzh/login2.html
gzh/login.html
View file @
8f6e812a
...
...
@@ -26,7 +26,7 @@
</div>
<div
class=
"login-input-box"
>
<span
class=
"login-span1"
>
验证码
</span>
<span
class=
"login-span2"
><input
class=
"login-code-ipt"
oninput=
"value=value.replace(/[^\d]/g,'')"
placeholder=
"请输入验证码"
maxlength=
"
6
"
type=
"text"
></span>
<span
class=
"login-span2"
><input
class=
"login-code-ipt"
oninput=
"value=value.replace(/[^\d]/g,'')"
placeholder=
"请输入验证码"
maxlength=
"
4
"
type=
"text"
></span>
<button
class=
"code-btn"
>
获取验证码
</button>
</div>
<div
class=
"login-btn"
>
登录
</div>
...
...
gzh/login2.html
View file @
8f6e812a
...
...
@@ -26,7 +26,7 @@
</div>
<div
class=
"login-input-box"
>
<span
class=
"login-span1"
>
验证码
</span>
<span
class=
"login-span2"
><input
class=
"login-code-ipt"
oninput=
"value=value.replace(/[^\d]/g,'')"
placeholder=
"请输入验证码"
maxlength=
"
6
"
type=
"text"
></span>
<span
class=
"login-span2"
><input
class=
"login-code-ipt"
oninput=
"value=value.replace(/[^\d]/g,'')"
placeholder=
"请输入验证码"
maxlength=
"
4
"
type=
"text"
></span>
<button
class=
"code-btn"
>
获取验证码
</button>
</div>
<div
class=
"login-btn"
>
登录
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment