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
4ed6061e
authored
Jun 17, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
a9e9b8b5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
yazhaiTest/css/neck.css
yazhaiTest/css/neck.less
yazhaiTest/pc.html
yazhaiTest/css/neck.css
View file @
4ed6061e
...
@@ -54,6 +54,7 @@ body::-webkit-scrollbar {
...
@@ -54,6 +54,7 @@ body::-webkit-scrollbar {
border-radius
:
8px
;
border-radius
:
8px
;
overflow
:
hidden
;
overflow
:
hidden
;
position
:
relative
;
position
:
relative
;
transition
:
0.35s
all
;
box-shadow
:
2px
0
20px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
2px
0
20px
rgba
(
0
,
0
,
0
,
0.05
);
}
}
.live-box-ul
.live-top-shadow
{
.live-box-ul
.live-top-shadow
{
...
@@ -574,8 +575,8 @@ body::-webkit-scrollbar {
...
@@ -574,8 +575,8 @@ body::-webkit-scrollbar {
transition
:
0.35s
all
;
transition
:
0.35s
all
;
pointer-events
:
none
;
pointer-events
:
none
;
}
}
.live-box-ul
li
:hover
.live-
cursor-shadow
{
.live-box-ul
li
:hover
.live-
top-box
{
opacity
:
1
;
transform
:
translateY
(
-12px
)
;
}
}
.live-box-ul
li
:hover
.play-icon
{
.live-box-ul
li
:hover
.play-icon
{
opacity
:
1
;
opacity
:
1
;
...
...
yazhaiTest/css/neck.less
View file @
4ed6061e
...
@@ -74,6 +74,7 @@
...
@@ -74,6 +74,7 @@
border-radius: 8px;
border-radius: 8px;
overflow: hidden;
overflow: hidden;
position: relative;
position: relative;
transition: 0.35s all;
box-shadow: 2px 0 20px rgb(0 0 0 / 5%);
box-shadow: 2px 0 20px rgb(0 0 0 / 5%);
}
}
.live-top-shadow{
.live-top-shadow{
...
@@ -599,8 +600,11 @@
...
@@ -599,8 +600,11 @@
}
}
.live-box-ul li:hover{
.live-box-ul li:hover{
.live-top-box{
transform: translateY(-12px);
}
.live-cursor-shadow{
.live-cursor-shadow{
opacity: 1;
//
opacity: 1;
}
}
.play-icon{
.play-icon{
opacity: 1;
opacity: 1;
...
...
yazhaiTest/pc.html
View file @
4ed6061e
...
@@ -398,6 +398,7 @@ $(function(){
...
@@ -398,6 +398,7 @@ $(function(){
$
(
".video-more-btn"
).
removeClass
(
"video-more-btn-all"
)
$
(
".video-more-btn"
).
removeClass
(
"video-more-btn-all"
)
})
})
$
(
".side-nav-sort"
).
on
(
"click"
,
function
(){
$
(
".side-nav-sort"
).
on
(
"click"
,
function
(){
var
_self
=
$
(
this
);
var
_self
=
$
(
this
);
for
(
var
i
=
0
;
i
<
6
;
i
++
){
for
(
var
i
=
0
;
i
<
6
;
i
++
){
$
(
".side-icon"
).
eq
(
i
).
attr
(
"src"
,
"images/front/icon"
+
(
i
+
1
)
+
".png"
)
$
(
".side-icon"
).
eq
(
i
).
attr
(
"src"
,
"images/front/icon"
+
(
i
+
1
)
+
".png"
)
...
@@ -466,6 +467,10 @@ $(function(){
...
@@ -466,6 +467,10 @@ $(function(){
})
})
$
(
".neck-nav-ul li"
).
on
(
"click"
,
function
(){
$
(
".neck-nav-ul li"
).
on
(
"click"
,
function
(){
var
_self
=
$
(
this
);
var
_self
=
$
(
this
);
if
(
localStorage
.
uid
==
undefined
&&
_self
.
attr
(
"data-type"
)
==
3
){
loginLayer
()
return
;
}
$
(
".neck-nav-ul li"
).
removeClass
(
"neck-nav-li-click"
)
$
(
".neck-nav-ul li"
).
removeClass
(
"neck-nav-li-click"
)
$
(
".side-nav"
).
hide
()
$
(
".side-nav"
).
hide
()
_self
.
addClass
(
"neck-nav-li-click"
)
_self
.
addClass
(
"neck-nav-li-click"
)
...
@@ -496,6 +501,7 @@ $(function(){
...
@@ -496,6 +501,7 @@ $(function(){
liveList
(
1
)
liveList
(
1
)
}
}
else
if
(
_self
.
attr
(
"data-type"
)
==
3
){
else
if
(
_self
.
attr
(
"data-type"
)
==
3
){
$
(
".tag-big-box"
).
hide
()
$
(
".tag-big-box"
).
hide
()
$
(
".mc-list-box"
).
hide
()
$
(
".mc-list-box"
).
hide
()
$
(
".video-list-box"
).
hide
()
$
(
".video-list-box"
).
hide
()
...
...
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