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
6271db7f
authored
3 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
03e585d4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
3 deletions
gzh/login.html
gzh/login2.html
gzh/login3.html
gzh/myData.html
gzh/login.html
View file @
6271db7f
...
...
@@ -124,7 +124,7 @@
eTime
--
if
(
eTime
==
0
)
{
clearInterval
(
codeTime
)
$
(
".code-btn"
).
css
(
"background"
,
'linear-gradient(to right, #
FAE7AC, #F7CA6A
)'
).
attr
(
"disabled"
,
false
);
$
(
".code-btn"
).
css
(
"background"
,
'linear-gradient(to right, #
08E3DF, #1AFFFB
)'
).
attr
(
"disabled"
,
false
);
$
(
".code-btn"
).
text
(
'获取验证码'
)
return
;
}
...
...
This diff is collapsed.
Click to expand it.
gzh/login2.html
View file @
6271db7f
...
...
@@ -124,7 +124,7 @@
eTime
--
if
(
eTime
==
0
)
{
clearInterval
(
codeTime
)
$
(
".code-btn"
).
css
(
"background"
,
'linear-gradient(to right, #
FAE7AC, #F7CA6A
)'
).
attr
(
"disabled"
,
false
);
$
(
".code-btn"
).
css
(
"background"
,
'linear-gradient(to right, #
08E3DF, #1AFFFB
)'
).
attr
(
"disabled"
,
false
);
$
(
".code-btn"
).
text
(
'获取验证码'
)
return
;
}
...
...
This diff is collapsed.
Click to expand it.
gzh/login3.html
View file @
6271db7f
...
...
@@ -124,7 +124,7 @@
eTime
--
if
(
eTime
==
0
)
{
clearInterval
(
codeTime
)
$
(
".code-btn"
).
css
(
"background"
,
'linear-gradient(to right, #
FAE7AC, #F7CA6A
)'
).
attr
(
"disabled"
,
false
);
$
(
".code-btn"
).
css
(
"background"
,
'linear-gradient(to right, #
08E3DF, #1AFFFB
)'
).
attr
(
"disabled"
,
false
);
$
(
".code-btn"
).
text
(
'获取验证码'
)
return
;
}
...
...
This diff is collapsed.
Click to expand it.
gzh/myData.html
View file @
6271db7f
...
...
@@ -33,11 +33,18 @@
.yourclass2
.layui-layer-content
{
border-radius
:
0rem
!important
;
}
.face-out
{
font-size
:
0.3rem
;
position
:
absolute
;
right
:
0.6rem
;
top
:
0.4rem
;
}
</style>
</head>
<body>
<div
class=
"bg-top"
></div>
<div
class=
"bg"
>
<span
class=
"face-out"
>
退出
</span>
<div
class=
"face-box"
>
<!-- <img class="face-img" src="https://zhibocdn.lvdou66.com/comm/user/boy.png?x-oss-process=image/resize,w_80" alt="">
<p class=face-p1>尼莫是条鱼</p>
...
...
@@ -134,6 +141,11 @@
},
dataType
:
"JSON"
})
$
(
".face-out"
).
on
(
"click"
,
function
(){
localStorage
.
uid
=
'undefined'
localStorage
.
token
=
'undefined'
window
.
location
.
href
=
"login2.html"
})
$
(
".list-btn-ul li"
).
eq
(
0
).
on
(
"click"
,
function
(){
myW
=
1
$
(
".list-btn-ul li"
).
eq
(
1
).
removeClass
(
"list-li-click"
)
...
...
This diff is collapsed.
Click to expand it.
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