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
e66124d7
authored
Jul 31, 2024
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ft活动上线
parent
ea827472
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
57 additions
and
9 deletions
activeFt/goddess/css/index.css
activeFt/goddess/css/index.less
activeFt/goddess/index.html
activeFt/goddess/lib/default.js
footseenIcon/liveData2/css/index.css
footseenIcon/liveData2/css/index.less
footseenIcon/liveData2/index.html
activeFt/goddess/css/index.css
View file @
e66124d7
...
@@ -107,6 +107,25 @@
...
@@ -107,6 +107,25 @@
background
:
url(../images/en/like2.png)
no-repeat
;
background
:
url(../images/en/like2.png)
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
}
}
.bg-en
.lucky-btn2
{
width
:
5.5rem
;
background
:
url(../images/lucky-btn2.png)
no-repeat
;
background-size
:
100%
100%
;
font-size
:
0.33rem
;
margin-left
:
-2.75rem
;
}
.bg-en
.gift-btn2
{
background
:
url(../images/gift-btn2.png)
no-repeat
;
background-size
:
100%
100%
;
}
.bg-en
.vip-btn2
{
background
:
url(../images/vip-btn2.png)
no-repeat
;
background-size
:
100%
100%
;
}
.bg-en
.layer-vip-btn
{
background
:
url(../images/en/ok.png)
no-repeat
;
background-size
:
100%
100%
;
}
.bg
{
.bg
{
margin
:
0
auto
;
margin
:
0
auto
;
width
:
10rem
;
width
:
10rem
;
...
@@ -865,7 +884,7 @@
...
@@ -865,7 +884,7 @@
text-align
:
center
;
text-align
:
center
;
line-height
:
2.1rem
;
line-height
:
2.1rem
;
font-size
:
0.43rem
;
font-size
:
0.43rem
;
color
:
#
DC438E
;
color
:
#
fff
;
font-weight
:
700
;
font-weight
:
700
;
}
}
.bottom-nav
.list-box1
>
img
{
.bottom-nav
.list-box1
>
img
{
...
...
activeFt/goddess/css/index.less
View file @
e66124d7
...
@@ -109,6 +109,26 @@
...
@@ -109,6 +109,26 @@
background: url(../images/en/like2.png)no-repeat;
background: url(../images/en/like2.png)no-repeat;
background-size: 100% 100%;
background-size: 100% 100%;
}
}
.lucky-btn2{
width: 5.5rem;
background: url(../images/lucky-btn2.png) no-repeat;
background-size: 100% 100%;
font-size: 0.33rem;
margin-left: -2.75rem;
}
.gift-btn2{
background: url(../images/gift-btn2.png) no-repeat;
background-size: 100% 100%;
}
.vip-btn2{
background: url(../images/vip-btn2.png)no-repeat;
background-size: 100% 100%;
}
.layer-vip-btn{
background: url(../images/en/ok.png)no-repeat;
background-size: 100% 100%;
}
}
}
.bg{
.bg{
margin: 0 auto;
margin: 0 auto;
...
@@ -880,7 +900,7 @@
...
@@ -880,7 +900,7 @@
text-align: center;
text-align: center;
line-height: 2.1rem;
line-height: 2.1rem;
font-size: 0.43rem;
font-size: 0.43rem;
color: #
DC438E
;
color: #
fff
;
font-weight: 700;
font-weight: 700;
>img{
>img{
vertical-align: middle;
vertical-align: middle;
...
...
activeFt/goddess/index.html
View file @
e66124d7
...
@@ -173,6 +173,11 @@ $(function(){
...
@@ -173,6 +173,11 @@ $(function(){
$
(
".rule-btn"
).
attr
(
"src"
,
"images/en/rule-btn.png"
)
$
(
".rule-btn"
).
attr
(
"src"
,
"images/en/rule-btn.png"
)
$
(
".yesterday-btn"
).
attr
(
"src"
,
"images/en/yesterday-btn.png"
)
$
(
".yesterday-btn"
).
attr
(
"src"
,
"images/en/yesterday-btn.png"
)
$
(
"title"
).
text
(
"Goddess Chronicles"
)
$
(
"title"
).
text
(
"Goddess Chronicles"
)
$
(
".layer-user-tips"
).
text
(
"Rewards issued to backpack, valid for 14 days."
)
$
(
".layer-vip-p1"
).
text
(
"Purchase done, 600 gems issued."
)
$
(
".layer-vip-p2"
).
text
(
"Daily entry to live room grants 20 GEMs."
)
//
<
div
class
=
"layer-vip-p1"
>
購買成功,
600
寶石已發放
<
/div
>
//
<
div
class
=
"layer-vip-p2"
>
即日起每日進入直播間自動發放
20
寶石
<
/div
>
}
}
if
(
sessionStorage
.
lang
==
2
)
var
titleName
=
"女神物語"
if
(
sessionStorage
.
lang
==
2
)
var
titleName
=
"女神物語"
else
var
titleName
=
"Goddess Chronicles"
else
var
titleName
=
"Goddess Chronicles"
...
@@ -279,7 +284,8 @@ $(function(){
...
@@ -279,7 +284,8 @@ $(function(){
var
list
=
data
.
result
.
roomSexData
var
list
=
data
.
result
.
roomSexData
$
(
".top-mc-face"
).
attr
(
"src"
,
"https://big.bgp.ourpow.com/comm"
+
list
.
face
+
"?x-oss-process=image/resize,w_110"
)
$
(
".top-mc-face"
).
attr
(
"src"
,
"https://big.bgp.ourpow.com/comm"
+
list
.
face
+
"?x-oss-process=image/resize,w_110"
)
$
(
".top-mc-p2"
).
text
(
list
.
nickName
)
$
(
".top-mc-p2"
).
text
(
list
.
nickName
)
$
(
".top-mc-p3"
).
text
(
"積分:"
+
list
.
score
+
""
)
if
(
sessionStorage
.
lang
==
2
)
$
(
".top-mc-p3"
).
text
(
"積分:"
+
list
.
score
+
""
)
else
$
(
".top-mc-p3"
).
text
(
"score:"
+
list
.
score
+
""
)
if
(
list
.
isLike
==
0
&&
list
.
uid
!=
0
)
$
(
".top-like"
).
show
().
attr
(
"data-type"
,
list
.
uid
)
if
(
list
.
isLike
==
0
&&
list
.
uid
!=
0
)
$
(
".top-like"
).
show
().
attr
(
"data-type"
,
list
.
uid
)
$
(
".top-mc-face"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
$
(
".top-mc-face"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
window
.
location
.
href
=
'yazhai://_'
+
list
.
uid
+
'_zone'
window
.
location
.
href
=
'yazhai://_'
+
list
.
uid
+
'_zone'
...
@@ -351,7 +357,10 @@ $(function(){
...
@@ -351,7 +357,10 @@ $(function(){
var
list
=
data
.
result
.
roomData
var
list
=
data
.
result
.
roomData
html
+=
'
<
li
>
';
html
+=
'
<
li
>
';
if(list.rank==1)html+='
<
div
class
=
"list-box1"
><
img
src
=
"images/m1.png"
alt
=
""
><
/div>'
;
if(list.rank==1)html+='
<
div
class
=
"list-box1"
><
img
src
=
"images/m1.png"
alt
=
""
><
/div>'
;
else
{
if
(
list
.
rank
==-
1
)
html
+=
'
<
div
class
=
"list-box1"
>--<
/div>'
;
else
html
+=
'
<
div
class
=
"list-box1"
>
'+list.rank+'
<
/div>'
;
else
html
+=
'
<
div
class
=
"list-box1"
>
'+list.rank+'
<
/div>'
;
}
html
+=
'
<
div
class
=
"list-box2"
>
';
html
+=
'
<
div
class
=
"list-box2"
>
';
html+='
<
a
href
=
"yazhai://_'+list.roomId+'_zone"
><
img
class
=
"list-face1"
src
=
"https://big.bgp.ourpow.com/comm'+list.roomFace+'?x-oss-process=image/resize,w_90"
alt
=
""
><
/a>'
;
html+='
<
a
href
=
"yazhai://_'+list.roomId+'_zone"
><
img
class
=
"list-face1"
src
=
"https://big.bgp.ourpow.com/comm'+list.roomFace+'?x-oss-process=image/resize,w_90"
alt
=
""
><
/a>'
;
html
+=
'
<
p
class
=
"list-p1"
>
'+list.roomName+'
<
/p>
'
html
+=
'
<
p
class
=
"list-p1"
>
'+list.roomName+'
<
/p>
'
...
@@ -458,7 +467,7 @@ $(function(){
...
@@ -458,7 +467,7 @@ $(function(){
else
if
(
list
.
status
==
1
){
else
if
(
list
.
status
==
1
){
//已領取
//已領取
if
(
sessionStorage
.
lang
==
2
)
$
(
".lucky-btn"
).
addClass
(
"lucky-btn2"
).
text
(
"已獲得"
+
list
.
todayRewardDiamond
+
"寶石"
)
if
(
sessionStorage
.
lang
==
2
)
$
(
".lucky-btn"
).
addClass
(
"lucky-btn2"
).
text
(
"已獲得"
+
list
.
todayRewardDiamond
+
"寶石"
)
else
$
(
".lucky-btn"
).
addClass
(
"lucky-btn2"
).
text
(
"Already obtained
"
+
list
.
todayRewardDiamond
+
"
GEMs"
)
else
$
(
".lucky-btn"
).
addClass
(
"lucky-btn2"
).
text
(
"Already obtained
"
+
list
.
todayRewardDiamond
+
"
GEMs"
)
}
}
}
}
if
(
i
==
2
){
if
(
i
==
2
){
...
...
activeFt/goddess/lib/default.js
View file @
e66124d7
...
@@ -69,7 +69,7 @@ if(sessionStorage.open==undefined)sessionStorage.open=1
...
@@ -69,7 +69,7 @@ if(sessionStorage.open==undefined)sessionStorage.open=1
}
}
if
(
bbb
.
indexOf
(
"file:///E:"
)
>
-
1
)
{
if
(
bbb
.
indexOf
(
"file:///E:"
)
>
-
1
)
{
sessionStorage
.
lang
=
1
sessionStorage
.
lang
=
1
sessionStorage
.
uid
=
1114
6505
;
sessionStorage
.
uid
=
1114
9619
;
sessionStorage
.
token
=
'debug'
sessionStorage
.
token
=
'debug'
sessionStorage
.
roomId
=
11134747
;
sessionStorage
.
roomId
=
11134747
;
sessionStorage
.
version
=
8890
sessionStorage
.
version
=
8890
...
...
footseenIcon/liveData2/css/index.css
View file @
e66124d7
...
@@ -156,7 +156,7 @@
...
@@ -156,7 +156,7 @@
background
:
url(../images/act-room-bg.png)
no-repeat
;
background
:
url(../images/act-room-bg.png)
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
position
:
relative
;
position
:
relative
;
right
:
0.8
vw
;
right
:
-33.2
vw
;
top
:
-20vw
;
top
:
-20vw
;
transform
:
scale
(
0.33
);
transform
:
scale
(
0.33
);
}
}
...
...
footseenIcon/liveData2/css/index.less
View file @
e66124d7
...
@@ -177,7 +177,7 @@
...
@@ -177,7 +177,7 @@
background: url(../images/act-room-bg.png)no-repeat;
background: url(../images/act-room-bg.png)no-repeat;
background-size: 100% 100%;
background-size: 100% 100%;
position: relative;
position: relative;
right:
0.8
vw;
right:
-33.2
vw;
top: -20vw;
top: -20vw;
transform: scale(0.33);
transform: scale(0.33);
}
}
...
...
footseenIcon/liveData2/index.html
View file @
e66124d7
...
@@ -67,13 +67,13 @@
...
@@ -67,13 +67,13 @@
</div>
</div>
</div>
</div>
</div>
<div
class=
"act-room-bg1 "
>
<div
class=
"act-room-bg1 "
>
<p
class=
"act-room-p1"
>
主播積分 : 8000
</p>
<p
class=
"act-room-p1"
>
主播積分 : 8000
</p>
<p
class=
"act-room-p2"
>
進度 : 18%
</p>
<p
class=
"act-room-p2"
>
進度 : 18%
</p>
<p
class=
"act-room-p3"
>
排名 : 5
</p>
<p
class=
"act-room-p3"
>
排名 : 5
</p>
</div>
</div>
</div>
</body>
</body>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.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