fix: 修改布局UI
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 2m21s

This commit is contained in:
sexygoat
2026-04-16 09:54:55 +08:00
parent 727c4126dd
commit c6246c023d
10 changed files with 151 additions and 319 deletions

View File

@@ -95,7 +95,8 @@
page {
color: var(--text-primary);
background-color: var(--bg-secondary);
background: linear-gradient(180deg, #F0F4FF 0%, #E8F0FE 50%, #F2F2F7 100%);
min-height: 100vh;
}
.container {
@@ -105,6 +106,8 @@
padding: 30rpx 20rpx;
max-width: 750rpx;
margin: 0 auto;
width: 100%;
box-sizing: border-box;
}
.card {