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
53ed3067
Commit
53ed3067
authored
Nov 15, 2019
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/surprised
parents
37f0e92c
682e8623
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
Rushbuy.html
html/Rushbuy.html
+16
-5
gongxi22.png
images/gongxi22.png
+0
-0
No files found.
html/Rushbuy.html
View file @
53ed3067
...
@@ -43,10 +43,17 @@
...
@@ -43,10 +43,17 @@
width
:
80%
;
width
:
80%
;
}
}
.main
.box
.anniu
{
.main
.box
.anniu
{
width
:
64%
;
width
:
64%
;
position
:
absolute
;
height
:
74px
;
left
:
18%
;
position
:
absolute
;
bottom
:
15%
;
left
:
18%
;
bottom
:
15%
;
background
:
url(../images/gongxi22.png)
;
background-size
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
color
:
#c6780f
;
}
}
#RushbuyTime
{
#RushbuyTime
{
font-size
:
0.13rem
;
font-size
:
0.13rem
;
...
@@ -152,7 +159,10 @@
...
@@ -152,7 +159,10 @@
<div
class=
"box"
>
<div
class=
"box"
>
<img
class=
"hongbao"
src=
"../images/gongxi1.png"
>
<img
class=
"hongbao"
src=
"../images/gongxi1.png"
>
<span
id=
"RushbuyTime"
></span>
<span
id=
"RushbuyTime"
></span>
<img
class=
"anniu"
src=
"../images/gongxi2.png"
>
<div
class=
"anniu"
>
</div>
<!-- <img class="anniu" src="../images/gongxi2.png"> -->
</div>
</div>
<div
class=
"readXieyi"
>
<div
class=
"readXieyi"
>
<div
class=
"rushNocheck"
></div>
<div
class=
"rushNocheck"
></div>
...
@@ -192,6 +202,7 @@
...
@@ -192,6 +202,7 @@
let
price
=
param
?
param
[
0
].
split
(
'='
)[
1
]
:
0
;
let
price
=
param
?
param
[
0
].
split
(
'='
)[
1
]
:
0
;
let
couponId
=
param
?
param
[
1
].
split
(
'='
)[
1
]
:
0
;
let
couponId
=
param
?
param
[
1
].
split
(
'='
)[
1
]
:
0
;
let
platform
=
param
?
param
[
2
].
split
(
'='
)[
1
]
:
0
;
let
platform
=
param
?
param
[
2
].
split
(
'='
)[
1
]
:
0
;
$
(
'.anniu'
).
html
(
'支付'
+
price
+
'元领取'
)
let
buyIf
=
{}
let
buyIf
=
{}
// if (localStorage.buyInfo) {
// if (localStorage.buyInfo) {
// buyIf = JSON.parse(localStorage.buyInfo)
// buyIf = JSON.parse(localStorage.buyInfo)
...
...
images/gongxi22.png
0 → 100644
View file @
53ed3067
17.4 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