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
4e7e85f6
Commit
4e7e85f6
authored
Nov 18, 2019
by
Mac
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/surprised
parents
08bb405a
58f09285
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
Rushbuy.html
html/Rushbuy.html
+9
-12
No files found.
html/Rushbuy.html
View file @
4e7e85f6
...
...
@@ -27,13 +27,13 @@
.main
.box
{
position
:
relative
;
top
:
3
0%
;
top
:
4
0%
;
width
:
100%
;
opacity
:
0
;
opacity
:
1
;
text-align
:
center
;
}
.main
.box.nomove
{
/*
.main .box.nomove {
top: 40%;
opacity: 1;
}
...
...
@@ -43,12 +43,9 @@
opacity: 1;
transition: all linear .5s;
-moz-transition: all linear .5s;
/* Firefox 4 */
-webkit-transition: all linear .5s;
/* Safari and Chrome */
-o-transition: all linear .5s;
/* Opera */
}
} */
.main
.box
.hongbao
{
width
:
80%
;
...
...
@@ -256,11 +253,11 @@
// }else {
// history.go(-1)
// }
if
(
platform
==
'app'
)
{
move
(
1
)
}
else
{
move
(
2
)
}
//
if (platform == 'app') {
//
move(1)
//
} else {
//
move(2)
//
}
let
RushbuyTime
=
localStorage
.
RushbuyTime
?
JSON
.
parse
(
localStorage
.
RushbuyTime
)
:
{
RushbuyTime
:
''
}
...
...
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