Commit 9244a5cd by libai

测试

parent 326340ab
......@@ -643,7 +643,6 @@ $(function(){
}
})
}
function layzImg(){
var iNum=$(".video-box-ul li").length-40
if(iNum<0)iNum=0
......
......@@ -58,7 +58,7 @@ body::-webkit-scrollbar {
font-size: 22px;
margin-right: 4px;
}
.like-btn {
.space-top .like-btn {
position: absolute;
width: 170px;
height: 48px;
......
......@@ -58,16 +58,19 @@ body::-webkit-scrollbar {
margin-right: 4px;
}
}
.like-btn{
position: absolute;
width: 170px;
height: 48px;
background: url(../images/like.png)no-repeat;
background-size: 100% 100%;
top: 80px;
left: 796px;
cursor: pointer;
.space-top{
.like-btn{
position: absolute;
width: 170px;
height: 48px;
background: url(../images/like.png)no-repeat;
background-size: 100% 100%;
top: 80px;
left: 796px;
cursor: pointer;
}
}
.like-btn-end{
background: url(../images/like-end.png)no-repeat;
background-size: 100% 100%;
......
......@@ -20,7 +20,7 @@
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="../css/login.css?v=2022073003">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/index.css?v=2022080401">
<script src="https://accounts.google.com/gsi/client" async defer></script>
<script src="https://www.footseen.xyz/lib/hello.js"></script>
</head>
......
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