取名小程序

This commit is contained in:
cjd
2025-11-06 19:23:37 +08:00
parent 200c29ac09
commit 1f9f8cd083
10 changed files with 253 additions and 38 deletions

View File

@@ -51,7 +51,7 @@
position: relative;
z-index: 2;
height: 100vh;
padding: 48px 32px 120px;
padding: 18px 12px 10px;
box-sizing: border-box;
display: flex;
flex-direction: column;
@@ -90,7 +90,8 @@
.favorite-card {
position: relative;
background: linear-gradient(135deg, rgba(22, 28, 54, 0.85), rgba(32, 38, 68, 0.75));
border-radius: 24px;
border-radius: 14px;
margin-top: 10px;
padding: 26px 24px;
border: 1px solid rgba(255, 255, 255, 0.08);
overflow: hidden;