Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
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
80c45767
authored
May 17, 2023
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
9dd1fb36
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
298 additions
and
21 deletions
mobile/css/login.css
mobile/css/login.less
mobile/index.html
mobile/lib/default.js
mobile/lib/login.js
mobile/revise.html
mobile/room/css/liveRoom.css
mobile/room/css/liveRoom.less
mobile/room/lib/phoneRoomLang.js
mobile/room/liveRoom.html
mobile/video.html
mobile/videoPage.html
mobile/css/login.css
View file @
80c45767
.login-box
{
width
:
10rem
;
position
:
fixed
;
bottom
:
-13rem
;
bottom
:
0
;
height
:
12.55rem
;
border-radius
:
0.2rem
0.2rem
0
0
;
background
:
#FBFCFC
;
box-shadow
:
0
0
0.3rem
rgba
(
0
,
0
,
0
,
0.2
);
z-index
:
800
;
transition
:
0.35s
all
;
-webkit-transition
:
0.35s
all
;
transform
:
translateY
(
13rem
);
}
.login-close
{
color
:
#999999
;
...
...
mobile/css/login.less
View file @
80c45767
.login-box{
width: 10rem;
position: fixed;
bottom: -13rem;
//
bottom: 0;
//
bottom: -13rem;
bottom: 0;
height: 12.55rem;
border-radius: 0.2rem 0.2rem 0 0;
background: #FBFCFC;
box-shadow: 0 0 0.3rem rgba(0,0,0,0.2);
z-index: 800;
transition: 0.35s all;
-webkit-transition:0.35s all;
transform: translateY(13rem);
}
.login-close{
color: #999999;
...
...
mobile/index.html
View file @
80c45767
...
...
@@ -19,7 +19,7 @@
<link
rel=
"apple-touch-icon-precomposed"
href=
"icon/fox-icon.png"
>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/spark-md5.min.js"
></script>
<script
src=
"lib/default.js?v=20230
418
01"
></script>
<script
src=
"lib/default.js?v=20230
517
01"
></script>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
...
...
@@ -402,7 +402,7 @@
</body>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<!-- <script src="lib/fingerprint2.js"></script> -->
<script
src=
"lib/login.js?v=202305
0601
"
></script>
<script
src=
"lib/login.js?v=202305
1702
"
></script>
<script
src=
"index.js?v=2022122201"
defer=
""
></script>
<script
src=
"lib/phoneLang.js?v=2023050602"
></script>
<!-- <script src="lib/mobileLoginLang.js"></script> -->
...
...
mobile/lib/default.js
View file @
80c45767
...
...
@@ -13,6 +13,7 @@ else{
$ip
=
'http://cpapitest.yabolive.net:81/'
$ip2
=
"http://ceshi.yabolive.tv/web"
$ws
=
"ws://47.242.178.187:12308/"
// localStorage.canvasCode='phone'
}
if
(
bbb
.
indexOf
(
"userRoom.html"
)
==-
1
){
sessionStorage
.
lastUrl
=
bbb
...
...
mobile/lib/login.js
View file @
80c45767
...
...
@@ -295,13 +295,13 @@ var areaJson={
}
}
$
(
".login-close"
).
on
(
"click"
,
function
(){
$
(
".login-box"
).
css
(
"
bottom"
,
"-15rem
"
)
$
(
".login-box"
).
css
(
"
transform"
,
"translateY(13rem)
"
)
$
(
".nav-shadow"
).
hide
()
$
(
".layer-shadow"
).
hide
()
})
$
(
".nav-shadow"
).
on
(
"click"
,
function
(){
//關閉所有彈窗
$
(
".login-box"
).
css
(
"
bottom"
,
"-15rem
"
)
$
(
".login-box"
).
css
(
"
transform"
,
"translateY(13rem)
"
)
$
(
".right-nav"
).
css
(
"right"
,
"-8rem"
)
$
(
".nav-shadow"
).
hide
()
})
...
...
@@ -571,7 +571,7 @@ function loginPage(){
}
})
$
(
".right-nav"
).
css
(
"right"
,
"-8rem"
)
$
(
".login-box"
).
css
(
"
bottom"
,
"0rem"
)
$
(
".login-box"
).
css
(
"
transform"
,
"translateY(0rem)"
)
$
(
".login1,.login2,.register,.reset"
).
hide
()
$
(
".login-show"
).
show
()
googleLogin
()
...
...
mobile/revise.html
View file @
80c45767
...
...
@@ -35,7 +35,7 @@
<script
async
defer
src=
"lib/hello.js"
></script>
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202
22805
"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202
3051701
"
>
<link
rel=
"stylesheet"
href=
"css/login.css"
>
<style>
.layui-layer-shade
{
...
...
mobile/room/css/liveRoom.css
View file @
80c45767
...
...
@@ -40,6 +40,10 @@
background
:
url(../images/sound-tips-en.png)
no-repeat
!important
;
background-size
:
100%
100%
!important
;
}
.body-lang1
.sound-tips2
{
background
:
url(../images/sound-tips-en2.png)
no-repeat
!important
;
background-size
:
100%
100%
!important
;
}
.body-lang1
.guard-layer-content
{
background
:
url(../images/En/guard-layer.png)
no-repeat
;
background-size
:
100%
100%
;
...
...
@@ -57,6 +61,14 @@
.body-lang1
.ticker-buy-tips
{
width
:
3.1rem
;
}
.body-lang1
.guard-layer-btn
{
background
:
url(../images/guard-layer-btn-en.png)
no-repeat
;
background-size
:
100%
100%
;
}
.body-lang1
.guard-layer-btn-yes
{
background
:
url(../images/guard-layer-btn2-en.png)
no-repeat
;
background-size
:
100%
100%
;
}
.room-top
{
width
:
10rem
;
height
:
1.85rem
;
...
...
@@ -1874,6 +1886,8 @@
.sound-tips2
{
width
:
3.26rem
;
height
:
0.96rem
;
top
:
0.2rem
;
left
:
0.2rem
;
background
:
url(../images/sound-tips2.png)
no-repeat
;
background-size
:
100%
100%
;
}
...
...
@@ -1917,7 +1931,7 @@
background
:
rgba
(
0
,
0
,
0
,
0.55
);
position
:
absolute
;
bottom
:
1.35rem
;
z-index
:
5
00
;
z-index
:
4
00
;
display
:
none
;
}
.ticket-box1
{
...
...
@@ -2036,7 +2050,7 @@
width
:
9.2rem
;
height
:
1.95rem
;
border-radius
:
0.4rem
;
border
:
2
px
solid
#E63986
;
border
:
1
px
solid
#E63986
;
margin
:
0
auto
;
margin-top
:
0.23rem
;
}
...
...
@@ -2489,3 +2503,118 @@
bottom
:
0.7rem
;
right
:
0.6rem
;
}
.secret-ing-content
{
width
:
100vw
;
height
:
100vh
;
display
:
none
;
position
:
absolute
;
z-index
:
50
;
top
:
0
;
left
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0.1
);
color
:
#fff
;
}
.secret-ing-p1
{
font-size
:
0.5rem
;
font-weight
:
700
;
text-align
:
center
;
}
.secret-ing-p2
{
font-size
:
0.4rem
;
text-align
:
center
;
}
.secret-ing-p3
{
font-size
:
0.4rem
;
padding-top
:
0.45rem
;
text-align
:
center
;
}
.secret-ing-p3
span
{
font-size
:
0.55rem
;
font-weight
:
700
;
color
:
#E53985
;
}
.secret-ing-p4
{
font-size
:
0.35rem
;
text-align
:
center
;
padding-top
:
0.25rem
;
}
.secret-ing-p5
{
width
:
4.8rem
;
height
:
1.3rem
;
background
:
rgba
(
255
,
255
,
255
,
0.4
);
margin
:
0
auto
;
border-radius
:
0.2rem
;
margin-top
:
0.4rem
;
position
:
relative
;
line-height
:
1.3rem
;
font-size
:
0
;
}
.secret-ing-p5
>
img
{
vertical-align
:
middle
;
width
:
0.8rem
;
margin-left
:
0.3rem
;
}
.secret-ing-p5
>
span
{
font-size
:
0.3rem
;
height
:
1.3rem
;
line-height
:
1.3rem
;
right
:
0.3rem
;
top
:
0
;
position
:
absolute
;
}
.secret-ing-p5
>
span
img
{
width
:
0.4rem
;
vertical-align
:
middle
;
margin-top
:
-0.1rem
;
margin-right
:
0.1rem
;
}
.secret-ing-tips
{
height
:
5rem
;
width
:
10rem
;
position
:
absolute
;
top
:
50%
;
margin-top
:
-2.5rem
;
}
.secret-face
{
width
:
2rem
;
height
:
2rem
;
border-radius
:
50%
;
left
:
50%
;
margin-left
:
-1rem
;
top
:
-3rem
;
position
:
absolute
;
}
.secret-bottom-box
{
color
:
#fff
;
width
:
10rem
;
height
:
3rem
;
position
:
absolute
;
bottom
:
1.4rem
;
z-index
:
101
;
display
:
none
;
}
.secret-bottom-tips
{
display
:
none
;
font-size
:
0.35rem
;
text-align
:
center
;
line-height
:
0.6rem
;
height
:
0.6rem
;
margin-top
:
0.3rem
;
}
.secret-bottom-tips
img
{
vertical-align
:
middle
;
margin-top
:
-0.18rem
;
width
:
0.6rem
;
margin-left
:
0.07rem
;
margin-right
:
0.07rem
;
}
.secret-bottom
{
height
:
1.1rem
;
width
:
4.8rem
;
background
:
#E53985
;
margin
:
0
auto
;
text-align
:
center
;
line-height
:
1.1rem
;
border-radius
:
1rem
;
font-size
:
0.4rem
;
}
mobile/room/css/liveRoom.less
View file @
80c45767
...
...
@@ -41,6 +41,10 @@
background: url(../images/sound-tips-en.png)no-repeat !important;
background-size: 100% 100% !important;
}
.sound-tips2{
background: url(../images/sound-tips-en2.png)no-repeat !important;
background-size: 100% 100% !important;
}
.guard-layer-content{
background: url(../images/En/guard-layer.png)no-repeat;
background-size: 100% 100%;
...
...
@@ -58,6 +62,16 @@
.ticker-buy-tips{
width: 3.1rem;
}
.guard-layer-btn{
background: url(../images/guard-layer-btn-en.png)no-repeat;
background-size: 100% 100%;
}
.guard-layer-btn-yes{
background: url(../images/guard-layer-btn2-en.png)no-repeat;
background-size: 100% 100%;
}
}
.room-top{
width: 10rem;
...
...
@@ -918,6 +932,7 @@
width: 10rem;
left: 0;
bottom: 3rem;
}
.room-bg{
width: 10rem;
...
...
@@ -1930,6 +1945,8 @@
.sound-tips2{
width: 3.26rem;
height: 0.96rem;
top: 0.2rem;
left: 0.2rem;
background: url(../images/sound-tips2.png) no-repeat;
background-size: 100% 100%;
}
...
...
@@ -1975,7 +1992,7 @@
background: rgba(0,0,0,0.55);
position: absolute;
bottom: 1.35rem;
z-index:
5
00;
z-index:
4
00;
display: none;
}
.ticket-box1{
...
...
@@ -2094,7 +2111,7 @@
width: 9.2rem;
height: 1.95rem;
border-radius: 0.4rem;
border:
2
px solid #E63986;
border:
1
px solid #E63986;
// border: 2px solid #e639872d;
margin: 0 auto;
margin-top: 0.23rem;
...
...
@@ -2554,4 +2571,123 @@
border-radius: 1rem;
bottom: 0.7rem;
right: 0.6rem;
}
.secret-ing-content{
width: 100vw;
height: 100vh;
display: none;
position: absolute;
z-index: 50;
top: 0;
left: 0;
background: rgba(0,0,0,0.1);
color: #fff;
}
.secret-ing-p1{
font-size: 0.5rem;
font-weight: 700;
text-align: center;
}
.secret-ing-p2{
font-size: 0.4rem;
text-align: center;
}
.secret-ing-p3{
font-size: 0.4rem;
padding-top: 0.45rem;
text-align: center;
span{
font-size: 0.55rem;
font-weight: 700;
color:#E53985;
}
}
.secret-ing-p4{
text-align: center;
font-size: 0.35rem;
text-align: center;
padding-top: 0.25rem;
}
.secret-ing-p5{
width: 4.8rem;
height: 1.3rem;
background: rgba(255,255,255,0.4);
margin: 0 auto;
border-radius: 0.2rem;
margin-top: 0.4rem;
position: relative;
line-height: 1.3rem;
font-size: 0;
>img{
vertical-align: middle;
width: 0.8rem;
margin-left: 0.3rem;
}
>span{
font-size: 0.3rem;
height: 1.3rem;
line-height: 1.3rem;
right: 0.3rem;
top: 0;
position: absolute;
img{
width: 0.4rem;
vertical-align: middle;
margin-top: -0.1rem;
margin-right: 0.1rem;
}
}
}
.secret-ing-tips{
height: 5rem;
width: 10rem;
position: absolute;
top: 50%;
margin-top: -2.5rem;
}
.secret-face{
width: 2rem;
height: 2rem;
border-radius: 50%;
left: 50%;
margin-left: -1rem;
top: -3rem;
position: absolute;
}
.secret-bottom-box{
color: #fff;
width: 10rem;
height: 3rem;
position: absolute;
bottom: 1.4rem;
z-index: 101;
display: none;
}
.secret-bottom-tips{
display: none;
font-size: 0.35rem;
text-align: center;
line-height: 0.6rem;
height: 0.6rem;
margin-top: 0.3rem;
img{
vertical-align: middle;
margin-top: -0.18rem;
width: 0.6rem;
margin-left: 0.07rem;
margin-right: 0.07rem;
}
}
.secret-bottom{
height: 1.1rem;
width: 4.8rem;
background: #E53985;
margin: 0 auto;
text-align: center;
line-height: 1.1rem;
border-radius: 1rem;
font-size: 0.4rem;
}
\ No newline at end of file
mobile/room/lib/phoneRoomLang.js
View file @
80c45767
...
...
@@ -56,7 +56,7 @@ var langRoom=[
roomJsTxt19
:
"backpack is empty"
,
roomJsTxt20
:
"Updating gift resources"
,
roomJsTxt21
:
"Send"
,
roomJsTxt22
:
"come in, come from"
,
roomJsTxt22
:
"come in, come from
"
,
roomJsTxt23
:
"Light up the live room, pop index +1"
,
roomJsTxt24
:
"Follow broadcaster"
,
roomJsTxt25
:
"The live paused"
,
...
...
@@ -90,16 +90,19 @@ var langRoom=[
ticketLang12
:
'Already have'
,
ticketLang13
:
'buy tickets'
,
ticketLang14
:
'Countdown'
,
ticketLang15
:
'
ing
'
,
ticketLang15
:
'
show
'
,
ticketLang16
:
'consume'
,
ticketLang17
:
'join success'
,
ticketLang18
:
'Cancel'
,
ticketLang19
:
'Sure'
,
ticketLang20
:
'system hint'
,
ticketLang21
:
's'
,
ticketLang22
:
'
show t
ime'
,
ticketLang22
:
'
Show T
ime'
,
ticketLang23
:
'min'
,
ticketLang24
:
'Start immediately'
,
ticketLang25
:
'package remaining'
,
ticketLang26
:
'in show'
,
ticketLang27
:
'Join Now'
,
imgSrc1
:
'images/En/guard-tips.png'
,
},
{
...
...
@@ -199,6 +202,9 @@ var langRoom=[
ticketLang22
:
'表演時長'
,
ticketLang23
:
'分鐘'
,
ticketLang24
:
'立即開始'
,
ticketLang25
:
'背包剩余'
,
ticketLang26
:
'表演中'
,
ticketLang27
:
'購票看秀'
,
imgSrc1
:
'images/guard-tips.png'
,
}
]
mobile/room/liveRoom.html
View file @
80c45767
This diff is collapsed.
Click to expand it.
mobile/video.html
View file @
80c45767
...
...
@@ -25,7 +25,7 @@
<link
rel=
"stylesheet"
href=
"css2/base.css"
>
<link
rel=
"stylesheet"
href=
"css2/layer.css"
>
<link
rel=
"stylesheet"
href=
"css2/daily.css"
>
<link
rel=
"stylesheet"
href=
"css2/index.css?v=202
2120702
"
>
<link
rel=
"stylesheet"
href=
"css2/index.css?v=202
3051701
"
>
<script
src=
"lib/flv.js"
></script>
<style>
.recommend-swiper
{
...
...
@@ -142,7 +142,7 @@
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/keywords.js"
></script>
<script
src=
"lib/spark-md5.min.js"
></script>
<script
src=
"lib/default.js?v=20230
418
01"
></script>
<script
src=
"lib/default.js?v=20230
517
01"
></script>
<script>
</script>
...
...
mobile/videoPage.html
View file @
80c45767
...
...
@@ -28,7 +28,7 @@
<link
rel=
"stylesheet"
href=
"css2/base.css"
>
<link
rel=
"stylesheet"
href=
"css2/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/login.css"
>
<link
rel=
"stylesheet"
href=
"css2/index.css?v=202
21212
01"
>
<link
rel=
"stylesheet"
href=
"css2/index.css?v=202
30517
01"
>
<script
async
defer
src=
"lib/hello.js"
></script>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
async
defer
crossorigin=
"anonymous"
src=
"https://connect.facebook.net/en_US/sdk.js"
></script>
...
...
@@ -321,8 +321,8 @@
</body>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"lib/login.js?v=202
21118
01"
></script>
<script
src=
"lib/phoneLang.js?v=202305
06
01"
></script>
<script
src=
"lib/login.js?v=202
30517
01"
></script>
<script
src=
"lib/phoneLang.js?v=202305
17
01"
></script>
<script>
$
(
function
(){
var
browserLang
=
navigator
.
language
...
...
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