This commit is contained in:
Teng 2026-01-30 17:24:28 +08:00
commit d85f0ba3d2
1 changed files with 3 additions and 3 deletions

View File

@ -241,11 +241,11 @@
transition: all 0.5s ease; transition: all 0.5s ease;
z-index: 999; z-index: 999;
.bots { .bots {
width: 60%; width: 15vw;
position: absolute; position: absolute;
height: 30rpx; height: 30rpx;
bottom: 2.2vw; bottom: 1.6vw;
left: 20%; left: 0;
display: flex; display: flex;
justify-content: center; justify-content: center;