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
b6e89b8c
authored
Dec 23, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
aec3a384
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
62 additions
and
4 deletions
mobile/css2/index.css
mobile/css2/index.less
mobile/room/liveRoom.html
mobile/videoPage.html
mobile/css2/index.css
View file @
b6e89b8c
...
...
@@ -819,3 +819,18 @@
right
:
0.3rem
;
top
:
0.25rem
;
}
.layer-ios
{
display
:
none
;
width
:
7.3rem
;
height
:
12.24rem
;
background
:
url(../room/images/layer-ios.png)
no-repeat
;
background-size
:
100%
100%
;
position
:
relative
;
}
.layer-ios
.layer-ios-close
{
width
:
0.8rem
;
height
:
0.8rem
;
position
:
absolute
;
right
:
0
;
top
:
0
;
}
mobile/css2/index.less
View file @
b6e89b8c
...
...
@@ -839,3 +839,18 @@
right: 0.3rem;
top: 0.25rem;
}
.layer-ios{
display: none;
width: 7.3rem;
height: 12.24rem;
background: url(../room/images/layer-ios.png)no-repeat;
background-size: 100% 100%;
position: relative;
.layer-ios-close{
width: 0.8rem;
height: 0.8rem;
position: absolute;
right: 0;
top: 0;
}
}
\ No newline at end of file
mobile/room/liveRoom.html
View file @
b6e89b8c
...
...
@@ -1604,7 +1604,7 @@ $(function(){
if
(
list
.
currency
!=
5
)
continue
;
html
+=
'
<
li
data
-
type
=
"'+list.gid+'"
>
';
if(list.subimg!=undefined)html+='
<
img
style
=
"width:0.
6
rem"
class
=
"subimg"
src
=
"https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,h_30"
>
'
if(list.subimg!=undefined)html+='
<
img
style
=
"width:0.
45
rem"
class
=
"subimg"
src
=
"https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,h_30"
>
'
html+='
<
img
src
=
"https://zhibocdn.yabolive.net/comm' + list.resource + '?x-oss-process=image/resize,w_100"
alt
=
""
>
';
html+='
<
p
class
=
"gift-p1"
>
'+list.name+'
<
/p>'
;
html
+=
'
<
p
class
=
"gift-p2"
><
img
src
=
"images/dew.png"
alt
=
""
>
'+list.price+'
<
/p>'
;
...
...
mobile/videoPage.html
View file @
b6e89b8c
...
...
@@ -57,6 +57,9 @@
</head>
<body
style=
"background: #F3F3F3"
>
<div
class=
"layer-shadow"
></div>
<div
class=
"layer-ios"
>
<div
class=
"layer-ios-close"
></div>
</div>
<div
class=
"layer-tag-box"
>
<div
class=
"layer-tag-title"
>
選擇分類
</div>
<ul
class=
"layer-tag-ul"
>
...
...
@@ -379,8 +382,32 @@ $(function(){
$
(
".layer-shadow"
).
hide
()
})
$
(
".bottom-nav-btn"
).
on
(
"click"
,
function
(){
var
downNum
=
Math
.
ceil
(
Math
.
random
()
*
3
)
window
.
location
.
href
=
'download/download.html?qd=ftsBH5SY'
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
try
{
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
if
(
sessionStorage
.
type
==
'pwa'
){
$
(
".bottom-nav"
).
hide
()
}
else
{
layer
.
open
({
type
:
1
,
title
:
false
,
shadeClose
:
true
,
skin
:
"yourclass5"
,
area
:
[
"7.3rem"
,
"12.24rem"
],
content
:
$
(
".layer-ios"
),
end
:
function
()
{
$
(
".layui-layer-shade"
).
hide
()
layer
.
closeAll
()
}
})
}
}
else
{
var
downNum
=
Math
.
ceil
(
Math
.
random
()
*
3
)
window
.
location
.
href
=
'download/download.html?qd=ftsBH5SY'
}
}
catch
(
e
)
{
}
})
$
(
".bottom-close-btn"
).
on
(
"click"
,
function
(){
$
(
".bottom-nav"
).
fadeOut
(
350
)
...
...
@@ -444,7 +471,7 @@ $(function(){
tag:tagNum,
},
success:function(data){
//
////
console.log('
獲取貼文列表
',data)
// console.log('
獲取貼文列表
',data)
var html=[];
var topList=JSON.parse(data.dataList[0].content)
//// console.log(topList)
...
...
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