Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
fsActive
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
7cc2081d
authored
Jun 14, 2024
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ft活动上线
parent
32043ae8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
activeFt/develop/css/index.css
activeFt/develop/css/index.less
activeFt/develop/index.html
activeFt/develop/css/index.css
View file @
7cc2081d
...
@@ -52,6 +52,9 @@
...
@@ -52,6 +52,9 @@
background
:
url(../images/en/exc-btn2.png)
no-repeat
;
background
:
url(../images/en/exc-btn2.png)
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
}
}
.bg-en
.layer-ok-name
{
line-height
:
0.45rem
!important
;
}
.ref
{
.ref
{
width
:
0.8rem
;
width
:
0.8rem
;
position
:
fixed
;
position
:
fixed
;
...
...
activeFt/develop/css/index.less
View file @
7cc2081d
...
@@ -53,7 +53,9 @@
...
@@ -53,7 +53,9 @@
background: url(../images/en/exc-btn2.png) no-repeat;
background: url(../images/en/exc-btn2.png) no-repeat;
background-size: 100% 100%;
background-size: 100% 100%;
}
}
.layer-ok-name{
line-height: 0.45rem !important;
}
}
}
.ref{
.ref{
width: 0.8rem;
width: 0.8rem;
...
...
activeFt/develop/index.html
View file @
7cc2081d
...
@@ -231,11 +231,12 @@ $(function(){
...
@@ -231,11 +231,12 @@ $(function(){
}
}
})
})
var
excName
=
[
''
,
'美眉激勵卡'
,
'vip*7天'
,
'love'
,
'豪華座駕*30天'
]
var
excName
=
[
''
,
'美眉激勵卡'
,
'vip*7天'
,
'love'
,
'豪華座駕*30天'
]
if
(
sessionStorage
.
lang
!=
2
)
var
excName
=
[
''
,
'Motivational Card'
,
'
vip
<
br
>*
7
days
','
love
','
Luxury
Car
*
30
days
']
var excRich=['','
100
','
200
','
1000
','
9999
']
var excRich=['','
100
','
200
','
1000
','
9999
']
$(".exc-btn").on("click",function(){
$(".exc-btn").on("click",function(){
var _self=$(this);
var _self=$(this);
$(".layer-ok-gift img").attr("src","images/g"+_self.attr("data-type")+".png")
$(".layer-ok-gift img").attr("src","images/g"+_self.attr("data-type")+".png")
$
(
".layer-ok-name"
).
text
(
excName
[
_self
.
attr
(
"data-type"
)])
$(".layer-ok-name").
html
(excName[_self.attr("data-type")])
$(".layer-ok-p1 span").text(excRich[_self.attr("data-type")])
$(".layer-ok-p1 span").text(excRich[_self.attr("data-type")])
$(".layer-ok-p2 span").text(sessionStorage.myCard)
$(".layer-ok-p2 span").text(sessionStorage.myCard)
layer.open({
layer.open({
...
...
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