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
f11d457d
authored
Aug 31, 2024
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ft活动上线
parent
9443e593
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
10 deletions
activeFt/luckyGod/css/index.css
activeFt/luckyGod/css/index.less
activeFt/luckyGod/images/gift/g4.png
activeFt/luckyGod/images/rule-bg.png
activeFt/luckyGod/index.html
ftIcon/liveData2/index.html
activeFt/luckyGod/css/index.css
View file @
f11d457d
...
@@ -56,6 +56,14 @@ body .rule-bg-en {
...
@@ -56,6 +56,14 @@ body .rule-bg-en {
background
:
url(../images/en/turn-reg-box.png)
no-repeat
;
background
:
url(../images/en/turn-reg-box.png)
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
}
}
.bg-en
.turn-reg-box2
{
background
:
url(../images/en/turn-reg-box2.png)
no-repeat
;
background-size
:
100%
100%
;
}
.bg-en
.turn-reg-box3
{
background
:
url(../images/en/turn-reg-box3.png)
no-repeat
;
background-size
:
100%
100%
;
}
.bg-en
.day-box
{
.bg-en
.day-box
{
background
:
url(../images/en/day-box.png)
no-repeat
;
background
:
url(../images/en/day-box.png)
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
...
@@ -109,8 +117,8 @@ body .rule-bg-en {
...
@@ -109,8 +117,8 @@ body .rule-bg-en {
background-size
:
100%
100%
;
background-size
:
100%
100%
;
}
}
.bg-en
.ok-btn
{
.bg-en
.ok-btn
{
background
:
url(../images/en/ok-btn.png)
no-repeat
;
background
:
url(../images/en/ok-btn.png)
no-repeat
!important
;
background-size
:
100%
100%
;
background-size
:
100%
100%
!important
;
}
}
.bg-en
.day-box-btn-end
{
.bg-en
.day-box-btn-end
{
background
:
url(../images/en/day-box-btn2.png)
no-repeat
;
background
:
url(../images/en/day-box-btn2.png)
no-repeat
;
...
...
activeFt/luckyGod/css/index.less
View file @
f11d457d
...
@@ -57,6 +57,14 @@ body .rule-bg-en{
...
@@ -57,6 +57,14 @@ body .rule-bg-en{
background: url(../images/en/turn-reg-box.png) no-repeat;
background: url(../images/en/turn-reg-box.png) no-repeat;
background-size: 100% 100%;
background-size: 100% 100%;
}
}
.turn-reg-box2{
background: url(../images/en/turn-reg-box2.png) no-repeat;
background-size: 100% 100%;
}
.turn-reg-box3{
background: url(../images/en/turn-reg-box3.png) no-repeat;
background-size: 100% 100%;
}
.day-box{
.day-box{
background: url(../images/en/day-box.png) no-repeat;
background: url(../images/en/day-box.png) no-repeat;
background-size: 100% 100%;
background-size: 100% 100%;
...
@@ -110,8 +118,8 @@ body .rule-bg-en{
...
@@ -110,8 +118,8 @@ body .rule-bg-en{
background-size: 100% 100%;
background-size: 100% 100%;
}
}
.ok-btn{
.ok-btn{
background: url(../images/en/ok-btn.png) no-repeat;
background: url(../images/en/ok-btn.png) no-repeat
!important
;
background-size: 100% 100%;
background-size: 100% 100%
!important
;
}
}
.day-box-btn-end{
.day-box-btn-end{
background: url(../images/en/day-box-btn2.png)no-repeat;
background: url(../images/en/day-box-btn2.png)no-repeat;
...
...
activeFt/luckyGod/images/gift/g4.png
0 → 100644
View file @
f11d457d
7.36 KB
activeFt/luckyGod/images/rule-bg.png
View file @
f11d457d
This diff is collapsed.
Click to expand it.
activeFt/luckyGod/index.html
View file @
f11d457d
...
@@ -171,9 +171,10 @@ $(function(){
...
@@ -171,9 +171,10 @@ $(function(){
lottery
=
true
lottery
=
true
return
return
}
}
var
regNameArr
=
[
''
,
'幸運花環*3'
,
'幸運花環*5'
,
'幸運花環*10'
,
'vip*3天'
,
'幸運風車'
,
'幸運蝴蝶'
,
'幸運金幣'
,
'幸運元寶'
]
if
(
sessionStorage
.
lang
==
2
)
var
regNameArr
=
[
''
,
'幸運花環*3'
,
'幸運花環*5'
,
'幸運花環*10'
,
'vip*3天'
,
'幸運風車'
,
'幸運蝴蝶'
,
'幸運金幣'
,
'幸運元寶'
]
$
(
".layer-reg-name"
).
text
(
'恭喜您獲得'
+
regNameArr
[
data
.
result
.
rewardId
]
+
''
)
else
var
regNameArr
=
[
''
,
'Lucky wreath*3'
,
'Lucky wreath*5'
,
'Lucky wreath*10'
,
'vip*3day'
,
'Lucky pinwheel'
,
'Lucky Butterfly'
,
'Lucky Coin'
,
'Lucky ingot'
]
if
(
sessionStorage
.
lang
==
2
)
$
(
".layer-reg-name"
).
text
(
'恭喜您獲得'
+
regNameArr
[
data
.
result
.
rewardId
]
+
''
)
else
$
(
".layer-reg-name"
).
text
(
'Congrats on '
+
regNameArr
[
data
.
result
.
rewardId
]
+
''
)
if
(
data
.
result
.
rewardId
<
4
)
$
(
".layer-reg-gift img"
).
attr
(
"src"
,
"images/gift/g1.png"
)
if
(
data
.
result
.
rewardId
<
4
)
$
(
".layer-reg-gift img"
).
attr
(
"src"
,
"images/gift/g1.png"
)
else
$
(
".layer-reg-gift img"
).
attr
(
"src"
,
"images/gift/g"
+
data
.
result
.
rewardId
+
".png"
)
else
$
(
".layer-reg-gift img"
).
attr
(
"src"
,
"images/gift/g"
+
data
.
result
.
rewardId
+
".png"
)
turnShow
(
data
.
result
.
rewardId
)
turnShow
(
data
.
result
.
rewardId
)
...
...
ftIcon/liveData2/index.html
View file @
f11d457d
...
@@ -70,9 +70,9 @@
...
@@ -70,9 +70,9 @@
</div>
</div>
<div
style=
"display: none;"
class=
"act-room-bg"
>
<div
style=
"display: none;"
class=
"act-room-bg"
>
<p
class=
"act-room-p1"
>
主播積分
:
<span>
80000
</span></p>
<p
class=
"act-room-p1"
>
<i
class=
"txt1"
>
主播積分
</i>
:
<span>
80000
</span></p>
<p
class=
"act-room-p2"
>
進度
:
<span>
18%
</span></p>
<p
class=
"act-room-p2"
>
<i
class=
"txt2"
>
進度
</i>
:
<span>
18%
</span></p>
<p
class=
"act-room-p3"
>
排名
:
<span>
5
</span></p>
<p
class=
"act-room-p3"
>
<i
class=
"txt3"
>
排名
</i>
:
<span>
5
</span></p>
</div>
</div>
</body>
</body>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
...
...
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