Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
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 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent a9e9b8b5
Show whitespace changes
Inline Side-by-side
Showing 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 {
border-radius: 8px;
overflow: hidden;
position: relative;
transition: 0.35s all;
box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
}
.live-box-ul .live-top-shadow {
......@@ -574,8 +575,8 @@ body::-webkit-scrollbar {
transition: 0.35s all;
pointer-events: none;
}
.live-box-ul li:hover .live-cursor-shadow {
opacity: 1;
.live-box-ul li:hover .live-top-box {
transform: translateY(-12px);
}
.live-box-ul li:hover .play-icon {
opacity: 1;
......
This diff is collapsed. Click to expand it.
yazhaiTest/css/neck.less
View file @ 4ed6061e
......@@ -74,6 +74,7 @@
border-radius: 8px;
overflow: hidden;
position: relative;
transition: 0.35s all;
box-shadow: 2px 0 20px rgb(0 0 0 / 5%);
}
.live-top-shadow{
......@@ -599,8 +600,11 @@
}
.live-box-ul li:hover{
.live-top-box{
transform: translateY(-12px);
}
.live-cursor-shadow{
opacity: 1;
// opacity: 1;
}
.play-icon{
opacity: 1;
......
This diff is collapsed. Click to expand it.
yazhaiTest/pc.html
View file @ 4ed6061e
......@@ -398,6 +398,7 @@ $(function(){
$(".video-more-btn").removeClass("video-more-btn-all")
})
$(".side-nav-sort").on("click",function(){
var _self=$(this);
for(var i=0;i<6;i++){
$(".side-icon").eq(i).attr("src","images/front/icon"+(i+1)+".png")
......@@ -466,6 +467,10 @@ $(function(){
})
$(".neck-nav-ul li").on("click",function(){
var _self=$(this);
if(localStorage.uid==undefined&&_self.attr("data-type")==3){
loginLayer()
return;
}
$(".neck-nav-ul li").removeClass("neck-nav-li-click")
$(".side-nav").hide()
_self.addClass("neck-nav-li-click")
......@@ -496,6 +501,7 @@ $(function(){
liveList(1)
}
else if(_self.attr("data-type")==3){
$(".tag-big-box").hide()
$(".mc-list-box").hide()
$(".video-list-box").hide()
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment