修改背景装饰样式

master
cp 2021-11-26 15:01:54 +08:00
parent 08c7a7dbbc
commit 90f0f40207
5 changed files with 11 additions and 14 deletions

6
css/animate.css vendored
View File

@ -488,14 +488,10 @@
transform:scale(1.4,1.4);
transform-origin:100% 43.75rem;
}
40%{
90%{
transform:scale(1.4,1.4);
transform-origin:0 43.75rem;
}
70%{
transform-origin:50% 50%;
transform: scale(0.9,0.9);
}
100%{
transform-origin:50% 50%;
transform: scale(1,1);

View File

@ -129,17 +129,17 @@ input, textarea, select {
body{
width: 100%;
height: 100%;
background: url(../image/img_01.png) no-repeat;
overflow: hidden;
animation: scale-body .6s linear infinite;
top:0px;
position: absolute;
animation: scale-body .6s linear infinite;
}
.ground-bg{
background: url(../image/img_0x.png) no-repeat;
position: absolute;
background: url(../image/img_01.png) no-repeat;
/* background: url(../image/img_0x.png) no-repeat; */
width: 100%;
height: 100%;
height: 110%;
/* transform: scale(0.9,0.9); */
}
.Lighting{
@ -156,7 +156,7 @@ body{
.ground-light{
z-index: 1;
position: fixed;
top:-100px;
top:-34px;
left: 50%;
width:1440px;
height: 1440px;
@ -283,8 +283,8 @@ body{
/*舞池*/
.dance-floor-box{
position: fixed;
left: 150px;
width:calc(100% - 300px);
left: 220px;
width:calc(100% - 440px);
height: calc(100vh - 410px);
z-index: 9999;
}

View File

@ -9,11 +9,12 @@
<script src="./js/custom.js" type="text/javascript" charset="utf-8"></script>
<script src="./js/handle.js" type="text/javascript" charset="utf-8"></script>
<body>
<div class="ground-bg">
<!--灯光-->
<div class="Lighting">
</div>
<!--增加 class=" scale-right" 可使用从右向左镜头效果scale-left scale-bottom-left scale-bottom-right -->
<div class=" ground-bg">
<!--地面灯光-->
<div class="ground-light">
<div class="ground-animate"></div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 KiB

After

Width:  |  Height:  |  Size: 331 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 KiB

After

Width:  |  Height:  |  Size: 370 KiB