画布卡片

This commit is contained in:
2026-02-09 14:55:55 +08:00
parent 40cf156e2e
commit 24746acaa1
18 changed files with 402 additions and 154 deletions

View File

@@ -41,7 +41,10 @@
width: 100%;
display: flex;
justify-content: center;
// align-items: center;
> * {
position: relative;
z-index: 1;
}
> .tip {
position: absolute;
width: 100%;
@@ -51,6 +54,7 @@
text-align: center;
font-family: Regular;
color: #fff;
z-index: 0;
}
> .logo {
width: auto;