feat: update of partner

This commit is contained in:
eleanor.mao
2025-05-15 01:02:00 +08:00
parent 7aafc3a789
commit d2ac64f20c
52 changed files with 1435 additions and 265 deletions

View File

@ -12,8 +12,8 @@
line-height: 88px;
text-align: center;
font-size: 28px;
position: absolute;
top: 0;
position: fixed;
top: 98px;
left: 0;
right: 0;
width: 100vw;
@ -121,3 +121,10 @@
margin-left: 32px;
}
}
#posterCanvas {
position: fixed;
bottom: -99999px;
left: -99999px;
visibility: hidden;
}