迁移A05并恢复认证页水墨背景

This commit is contained in:
rain
2026-07-21 12:08:15 +08:00
parent 75c8e4fcbb
commit b774ce8212
4 changed files with 73 additions and 111 deletions
+7 -1
View File
@@ -67,6 +67,12 @@
box-sizing: border-box;
width: 100%;
padding-bottom: var(--app-safe-bottom);
background: #f7f0e5 url("/static/assets/foundation/opaque/auth-page-paper.jpg") center top / 100% auto repeat-y;
background-color: #f7f0e5;
background-image:
url("/static/assets/modules/auth/opaque/a01-red-hall-ink-backdrop-v1.png"),
url("/static/assets/foundation/opaque/auth-page-paper.jpg");
background-position: center calc(-48.18vw), center top;
background-size: 100% auto, 100% auto;
background-repeat: no-repeat, repeat-y;
}
</style>