Commit b3ff454c by libai

测试

parent 08d6cb30
...@@ -68,6 +68,20 @@ ...@@ -68,6 +68,20 @@
left: 50%; left: 50%;
margin-left: -3.17rem; margin-left: -3.17rem;
} }
.down-Go {
animation: downGo 1s infinite;
}
@keyframes downGo {
0% {
transform: scale(1);
}
70% {
transform: scale(1.05);
}
100% {
transform: scale(1);
}
}
.video-bg { .video-bg {
width: 9.76rem; width: 9.76rem;
height: 15.13rem; height: 15.13rem;
......
...@@ -69,7 +69,20 @@ ...@@ -69,7 +69,20 @@
left: 50%; left: 50%;
margin-left: -3.17rem; margin-left: -3.17rem;
} }
.down-Go{
animation: downGo 1s infinite;
}
@keyframes downGo{
0%{
transform: scale(1);
}
70%{
transform: scale(1.05);
}
100%{
transform: scale(1);
}
}
.video-bg{ .video-bg{
width: 9.76rem; width: 9.76rem;
height: 15.13rem; height: 15.13rem;
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<script src="../lib/fsize.js"></script> <script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css"> <link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css"> <link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2022060201"> <link rel="stylesheet" href="css/index.css?v=2022060208">
<style> <style>
</style> </style>
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<!-- --> <!-- -->
</div> </div>
<div class="down-btn2"></div> <div class="down-btn2 down-Go"></div>
</body> </body>
<script src="../lib/jquery-3.1.1.min.js"></script> <script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../lib/default.js?v='20220407'"></script> <script src="../lib/default.js?v='20220407'"></script>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<script src="../lib/fsize.js"></script> <script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css"> <link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css"> <link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2022060201"> <link rel="stylesheet" href="css/index.css?v=2022060208">
<style> <style>
.new-bg{ .new-bg{
background: url(images/bg-new2.png)no-repeat; background: url(images/bg-new2.png)no-repeat;
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<!-- --> <!-- -->
</div> </div>
<div class="down-btn2"></div> <div class="down-btn2 down-Go"></div>
</body> </body>
<script src="../lib/jquery-3.1.1.min.js"></script> <script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../lib/default.js?v='20220407'"></script> <script src="../lib/default.js?v='20220407'"></script>
......
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