新增top3头饰动效

This commit is contained in:
dragon
2024-08-30 14:39:08 +08:00
parent 321736d1ab
commit 2426f8fffa
6 changed files with 9 additions and 0 deletions

View File

@@ -782,6 +782,10 @@ body {
top: 20.5rem;
}
.pub .pub_in .box .centent .ts3 {
top: 29.7rem;
}
.pub .pub_in .box .centent .zj {
width: 4.55rem;
height: 7.5rem;

View File

@@ -782,6 +782,9 @@ body {
.ts2 {
top: 20.5rem;
}
.ts3 {
top: 29.7rem;
}
.zj {
width: 4.55rem;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 450 KiB

After

Width:  |  Height:  |  Size: 512 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 KiB

After

Width:  |  Height:  |  Size: 514 KiB

View File

@@ -182,6 +182,7 @@
<div class="xz xz2" id="xz2"></div>
<div class="ts ts1" id="ts1"></div>
<div class="ts ts2" id="ts2"></div>
<div class="ts ts3" id="ts3"></div>
<div class="zj lsls" id="lsls"></div>
<div class="zj kt" id="kt"></div>
<div class="zj kt2" id="kt2"></div>

View File

@@ -77,6 +77,7 @@ document.addEventListener('DOMContentLoaded', function () {
loadSVGA('xz2', './svga/xz2.svga');
loadSVGA('ts1', './svga/1.svga');
loadSVGA('ts2', './svga/23.svga');
loadSVGA('ts3', './svga/23.svga');
loadSVGA('lsls', './svga/lsls.svga');
loadSVGA('kt', './svga/kt.svga');
loadSVGA('kt2', './svga/kt.svga');