Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SURPRISED
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
SURPRISED
Commits
4c9e4043
Commit
4c9e4043
authored
Jan 14, 2020
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d724524e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
5 deletions
+19
-5
SignIn.css
css/SignIn.css
+2
-3
signinInfo.css
css/signinInfo.css
+1
-1
Invitation.html
html/Invitation.html
+4
-1
signinInfo.html
html/SignIn/signinInfo.html
+12
-0
robot2.gif
images/texiao/robot2.gif
+0
-0
robot2.png
images/texiao/robot2.png
+0
-0
No files found.
css/SignIn.css
View file @
4c9e4043
...
...
@@ -17,7 +17,8 @@
height
:
100%
;
}
.page_right
{
left
:
-10%
;
right
:
29%
;
top
:
-3%
;
}
.page_left
{
padding
:
5%
0
05%
;
...
...
@@ -193,8 +194,6 @@
}
#container
>
div
{
height
:
100%
!important
;
/* padding-top: 10%; */
transform
:
scale
(
0.9
,
1.3
);
}
.bigCard
.bigCard-divBigBsAnm
{
transition
:
all
500s
ease
;
...
...
css/signinInfo.css
View file @
4c9e4043
...
...
@@ -17,7 +17,7 @@
top
:
0
;
}
.info_box
{
width
:
8
0%
;
width
:
7
0%
;
height
:
50%
;
position
:
absolute
;
top
:
50%
;
...
...
html/Invitation.html
View file @
4c9e4043
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<meta
charset=
"UTF-8"
/>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0
"
/>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0
,viewport-fit=cover"
/>
<meta
name=
"format-detection"
content=
"telephone=no"
/>
<meta
content=
"yes"
name=
"mobile-web-app-capable"
>
<meta
content=
"yes"
name=
"apple-mobile-web-app-capable"
/>
...
...
@@ -59,6 +59,9 @@
-webkit-transform
:
scale
(
1.0
);
}
}
*
{
-webkit-overflow-scrolling
:
touch
;
}
</style>
<link
rel=
"stylesheet"
href=
"../css/animate.css"
>
<link
rel=
"stylesheet"
href=
"../css/cssReset.css?v=001"
>
...
...
html/SignIn/signinInfo.html
View file @
4c9e4043
...
...
@@ -7,9 +7,18 @@
<link
rel=
"stylesheet"
href=
"../../css/initcss.css"
>
<link
rel=
"stylesheet"
href=
"../../css/signinInfo.css"
>
<link
rel=
"stylesheet"
href=
"../../css/moveAnimate.min.css"
>
<style>
.robot
{
width
:
17%
;
position
:
absolute
;
bottom
:
0
;
right
:
3.96%
;
}
</style>
</head>
<body>
<div
class=
"main"
>
<!-- style="display:none;" -->
<div
class=
"dingguang"
></div>
<div
class=
"info_box animated"
style=
"display:none;"
>
<div
class=
"info_box_left"
>
...
...
@@ -25,6 +34,7 @@
<p
class=
"info font-cjb"
></p>
</div>
</div>
<img
class=
"robot"
src=
"../../images/texiao/robot.png"
alt=
""
>
<audio
id=
"audio"
muted
autoplay
>
您的浏览器不支持 audio 元素。
</audio>
</div>
<script
src=
"../../js/moveJs/jquery.min.js"
></script>
...
...
@@ -124,6 +134,7 @@
$
(
".head_img"
).
attr
(
'src'
,
data
.
SignInPhoto
)
$
(
'.show_info'
).
removeClass
(
'fadeIn'
);
// 更改展示的图片
$
(
'.robot'
).
attr
(
'src'
,
'../../images/texiao/robot2.gif'
);
if
(
dataList
.
length
!==
1
)
{
setTimeout
(
function
(){
$
(
'.info_box'
).
addClass
(
'fadeOut'
);
...
...
@@ -131,6 +142,7 @@
$
(
'.info_box'
).
removeClass
(
'fadeOut'
);
$
(
'.info_box'
).
hide
();
dataList
.
splice
(
0
,
1
);
$
(
'.robot'
).
attr
(
'src'
,
'../../images/texiao/robot2.png'
);
},
500
);
},
2000
);
}
...
...
images/texiao/robot2.gif
0 → 100644
View file @
4c9e4043
This diff is collapsed.
Click to expand it.
images/texiao/robot2.png
0 → 100644
View file @
4c9e4043
99.5 KB
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