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
9d718e81
authored
Jun 30, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
1f924743
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
126 additions
and
10 deletions
yazhaiTest/download.html → download.html
yazhaiTest/css/login.css
yazhaiTest/css/login.less
yazhaiTest/css/neck.css
yazhaiTest/css/neck.less
yazhaiTest/lib/login.js
yazhaiTest/pc.html
yazhaiTest/room/css/room.css
yazhaiTest/room/css/room.less
yazhaiTest/room/liveRoom.html
yazhaiTest/
download.html
→
download.html
View file @
9d718e81
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js"
></script>
<script>
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
window
.
location
.
href
=
'https://app.footseen.com/download.html'
;
}
else
if
(
/android/
.
test
(
ua
))
{
window
.
location
.
href
=
'https://bgps2.yazhai.co/footseexyz/apk/ftsBH5PC.apk'
}
else
{
window
.
location
.
href
=
'https://bgps2.yazhai.co/footseexyz/apk/ftsBH5PC.apk'
}
</script>
\ No newline at end of file
yazhaiTest/css/login.css
View file @
9d718e81
...
...
@@ -580,9 +580,48 @@
position
:
absolute
;
top
:
0
;
left
:
1120px
;
cursor
:
pointer
;
}
.down-tips
>
img
{
vertical-align
:
middle
;
margin-right
:
6px
;
margin-left
:
6px
;
}
.down-tips
.down-tip-content
{
display
:
none
;
background
:
#FBFBFB
;
width
:
216px
;
height
:
226px
;
border-radius
:
8px
;
position
:
absolute
;
left
:
-50px
;
top
:
53px
;
}
.down-tips
.code-img
{
width
:
118px
;
position
:
absolute
;
left
:
40px
;
top
:
44px
;
padding
:
8px
;
border
:
2px
solid
#E53985
;
border-radius
:
8px
;
}
.anzhuo-tips
{
color
:
#333333
;
text-align
:
center
;
line-height
:
44px
;
}
.anzhuo-tips
img
{
vertical-align
:
middle
;
margin-top
:
-2px
;
margin-right
:
4px
;
}
.code-tips
{
color
:
#999999
;
font-size
:
12px
;
text-align
:
center
;
position
:
absolute
;
height
:
18px
;
width
:
216px
;
top
:
172px
;
}
yazhaiTest/css/login.less
View file @
9d718e81
...
...
@@ -600,9 +600,49 @@
position: absolute;
top: 0;
left: 1120px;
cursor: pointer;
>img{
vertical-align: middle;
margin-right: 6px;
margin-left: 6px;
}
.down-tip-content{
display: none;
background: #FBFBFB;
width: 216px;
height: 226px;
border-radius: 8px;
position: absolute;
left: -50px;
top: 53px;
}
.code-img{
width: 118px;
position: absolute;
left: 40px;
top: 44px;
padding: 8px;
border: 2px solid #E53985;
border-radius: 8px;
}
}
.anzhuo-tips{
color: #333333;
text-align: center;
line-height: 44px;
img{
vertical-align: middle;
margin-top: -2px;
margin-right: 4px;
}
}
.code-tips{
color: #999999;
font-size: 12px;
text-align: center;
position: absolute;
height: 18px;
width: 216px;
top: 172px;
}
\ No newline at end of file
yazhaiTest/css/neck.css
View file @
9d718e81
...
...
@@ -533,6 +533,12 @@ html * {
top
:
535px
;
right
:
70px
;
}
.down-cotnent
>
img
{
width
:
220px
;
position
:
absolute
;
top
:
26px
;
left
:
26px
;
}
.down-btn-box
{
position
:
absolute
;
width
:
270px
;
...
...
yazhaiTest/css/neck.less
View file @
9d718e81
...
...
@@ -558,6 +558,12 @@
position: absolute;
top: 535px;
right: 70px;
>img{
width: 220px;
position: absolute;
top: 26px;
left: 26px;
}
}
.down-btn-box{
position: absolute;
...
...
yazhaiTest/lib/login.js
View file @
9d718e81
...
...
@@ -165,8 +165,24 @@ function loginGo(){
html
+=
'<img class="search-icon" src="https://www.footseen.xyz/yazhaiTest/images/front/search2.png">'
$
(
".neck-nav-content"
).
append
(
html
)
var
html
=
[];
html
+=
'<div class="down-tips"><img class="phone-icon" src="https://www.footseen.xyz/yazhaiTest/images/phone.png">APP下載<img src="https://www.footseen.xyz/yazhaiTest/images/down-arrow.png"></div>'
html
+=
'<div class="down-tips"><img class="phone-icon" src="https://www.footseen.xyz/yazhaiTest/images/phone.png">APP下載<img src="https://www.footseen.xyz/yazhaiTest/images/down-arrow.png">'
;
html
+=
'<div class="down-tip-content"><div style="left: 103px;" class="nav-login-more-jiao"></div>'
;
html
+=
'<p class="anzhuo-tips"><img src="https://www.footseen.xyz/yazhaiTest/images/anzhuo.png">Download APK</p>'
html
+=
'<p class="code-tips">掃描下載APP</p>'
html
+=
'<img class="code-img" src="https://www.footseen.xyz/yazhaiTest/images/code.png"></div>'
html
+=
'</div>'
$
(
".neck-nav-content"
).
append
(
html
)
var
tDown
=
null
$
(
".down-tips"
).
on
(
"mouseover"
,
function
(){
clearInterval
(
tDown
)
$
(
".down-tip-content"
).
fadeIn
(
150
)
})
$
(
".down-tips "
).
on
(
"mouseout"
,
function
(){
tDown
=
setTimeout
(
function
()
{
$
(
".down-tip-content"
).
fadeOut
(
150
)
},
350
)
})
$
(
".search-icon"
).
on
(
"click"
,
function
(
event
){
if
(
localStorage
.
uid
==
undefined
){
loginLayer
()
...
...
yazhaiTest/pc.html
View file @
9d718e81
...
...
@@ -85,7 +85,7 @@
<div
class=
"down-phone"
></div>
<video
class=
"down-video"
autoplay
muted
loop
src=
"images/front/down.mp4"
></video>
<div
class=
"down-logo"
></div>
<div
class=
"down-cotnent"
></div>
<div
class=
"down-cotnent"
><
img
src=
"images/code.png"
><
/div>
<div
class=
"down-btn-box"
>
<p>
1v1甜美約會
</p>
<p>
下載app體驗更多功能
</p>
...
...
yazhaiTest/room/css/room.css
View file @
9d718e81
...
...
@@ -512,8 +512,8 @@ html * {
.left-gift-ul
.subimg
{
position
:
absolute
;
height
:
16px
;
left
:
0
;
top
:
0
;
left
:
-1px
;
top
:
-1px
;
width
:
auto
;
}
.left-gift-ul
li
{
...
...
@@ -1374,7 +1374,7 @@ input::-webkit-input-placeholder {
cursor
:
pointer
;
}
.big-gift-content-ul
.subimg
{
height
:
1
8
px
;
height
:
1
7
px
;
position
:
absolute
;
top
:
0px
;
left
:
0px
;
...
...
yazhaiTest/room/css/room.less
View file @
9d718e81
...
...
@@ -518,8 +518,8 @@ html{
.subimg{
position: absolute;
height: 16px;
left:
0
;
top:
0
;
left:
-1px
;
top:
-1px
;
width: auto;
}
height: 60px;
...
...
@@ -1421,7 +1421,7 @@ input::-webkit-input-placeholder{
cursor: pointer;
}
.subimg{
height:1
8
px;
height:1
7
px;
position: absolute;
top: 0px;
left: 0px;
...
...
yazhaiTest/room/liveRoom.html
View file @
9d718e81
...
...
@@ -2306,7 +2306,7 @@ $(function () {
if
(
list
.
content
.
isBigGift
){
trackNum
++
var
html
=
[]
if
(
list
.
content
.
giftDuration
!==
0
&&
list
.
content
.
giftDuration
!=
undefined
)
html
+=
'
<
div
data
-
type
=
"'+list.content.giftDuration+'"
data
-
type2
=
"0"
data
-
type3
=
"https://zhibocdn.yabolive.net/comm'+list.content.webp+'"
class
=
"gift-show-ing gift-show-content show'+trackNum+'"
>
';
if
(
list
.
content
.
giftDuration
!==
0
&&
list
.
content
.
giftDuration
!=
undefined
)
html
+=
'
<
div
data
-
type
=
"'+list.content.giftDuration
*1000
+'"
data
-
type2
=
"0"
data
-
type3
=
"https://zhibocdn.yabolive.net/comm'+list.content.webp+'"
class
=
"gift-show-ing gift-show-content show'+trackNum+'"
>
';
else html+='
<
div
data
-
type
=
"5000"
data
-
type2
=
"0"
data
-
type3
=
"https://zhibocdn.yabolive.net/comm'+list.content.webp+'"
class
=
"gift-show-ing gift-show-content show'+trackNum+'"
>
';
// html+='
<
img
class
=
"gift-show-img"
src
=
"https://zhibocdn.yabolive.net/comm'+list.content.webp+'"
alt
=
""
>
';
html+='
<
div
class
=
"gift-show-text"
>
';
...
...
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