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
ca9f7009
Commit
ca9f7009
authored
Nov 14, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
guochang
parent
daa47b95
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
65 additions
and
0 deletions
+65
-0
Rushbuy.html
html/Rushbuy.html
+65
-0
gongxi1.png
images/gongxi1.png
+0
-0
gongxi2.png
images/gongxi2.png
+0
-0
gongxi3.png
images/gongxi3.png
+0
-0
No files found.
html/Rushbuy.html
0 → 100644
View file @
ca9f7009
<html>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"
/>
<meta
name=
"screen-orientation"
content=
"portrait"
>
</meta>
<meta
name=
"x5-orientation"
content=
"portrait"
>
</meta>
<title>
印象之旅11.18
</title>
<style>
*
{
margin
:
0
;
padding
:
0
;}
.main
{
width
:
100%
;
height
:
100%
;
background
:
url(../images/gongxi3.png)
no-repeat
;
background-size
:
100%
;
background-color
:
#8d54cc
;
}
.main
.box
{
position
:
relative
;
top
:
30%
;
width
:
100%
;
opacity
:
0
;
text-align
:
center
;
}
.main
.box.move
{
top
:
40%
;
opacity
:
1
;
transition
:
all
linear
.5s
;
}
.main
.box
.hongbao
{
width
:
75%
;
}
.main
.box
.anniu
{
width
:
64%
;
position
:
absolute
;
left
:
21%
;
bottom
:
15%
;
}
</style>
</head>
<body>
<div
class=
"main"
>
<div
class=
"box"
>
<img
class=
"hongbao"
src=
"../images/gongxi1.png"
>
<img
class=
"anniu"
src=
"../images/gongxi2.png"
>
</div>
</div>
<script
type=
"text/javascript"
src=
"../js/jquery-1.10.2.js"
></script>
<script
type=
"text/javascript"
src=
"../js/md5.js"
></script>
<script
type=
"text/javascript"
src=
"../js/layer/layer.js"
></script>
<script
type=
"text/javascript"
src=
"../js/mian.js"
></script>
<script>
$
(
function
(){
setTimeout
(
function
(){
$
(
'.box'
).
addClass
(
'move'
)
},
500
)
}
)
</script>
</body>
</html>
images/gongxi1.png
0 → 100644
View file @
ca9f7009
139 KB
images/gongxi2.png
0 → 100644
View file @
ca9f7009
23.6 KB
images/gongxi3.png
0 → 100644
View file @
ca9f7009
202 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