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
0c771e14
authored
Jun 24, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
93597b39
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
yazhaiTest/pc.html
yazhaiTest/search/css/index.less
yazhaiTest/pc.html
View file @
0c771e14
...
...
@@ -349,9 +349,9 @@ $(function(){
var tagNum='
'
var
timeNum
=-
1
var
sortNum
=-
1
var
dayNum
=-
1
var
dayNum
=-
1
//
var
canvasCode
=-
1
var
scrollNav
=
true
;
var
scrollNav
=
true
;
//下滑展示tag開關
jumpGo
()
var
fp
=
new
Fingerprint2
()
if
(
sessionStorage
.
like
==
1
){
...
...
@@ -746,9 +746,9 @@ $(function(){
html
+=
'
<
a
href
=
"room/imagesRoom.html?topicId='+list.topicId+'&tag='+tagNum+'"
>
'
html+='
<
li
>
';
if(imgList.images==undefined){
var mRandom=
Math.ceil(Math.random()*10)
var mRandom=
'
https
:
//app.ixiulive.com/static/footVideo/m/m'+Math.ceil(Math.random()*63)+'.jpg'
html+='
<
div
style
=
"background: url(
https://app.ixiulive.com/static/footVideo/m/m'+mRandom+'.jpg?v=20220614
);background-size: cover;"
class
=
"video-top-box"
>
';
html
+=
'
<
div
style
=
"background: url(
'+mRandom+'
);background-size: cover;"
class
=
"video-top-box"
>
';
}
else html+='
<
div
style
=
"background: url(https://zhibocdn.yabolive.net/comm'+imgList.images[0].url.split('?')[0]+'?x-oss-process=image/resize,w_342);background-size: cover;"
class
=
"video-top-box"
>
';
html+='
<
div
class
=
"video-top-shadow"
><
/div>'
;
...
...
@@ -772,7 +772,9 @@ $(function(){
})
}
function
jumpGo
(){
if
(
sessionStorage
.
jump
==
1
){
}
if
(
sessionStorage
.
jump
==
2
){
scrollNav
=
false
$
(
".neck-nav-ul li"
).
removeClass
(
"neck-nav-li-click"
)
...
...
yazhaiTest/search/css/index.less
View file @
0c771e14
...
...
@@ -60,6 +60,7 @@ body::-webkit-scrollbar {
overflow: hidden;
position: relative;
box-shadow: 2px 0 20px rgb(0 0 0 / 5%);
}
li:nth-child(3n){
margin-right: 0;
...
...
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