优化多个页面样式及组件功能,优化课程、发现、训练、首页等核心页面样式

This commit is contained in:
future
2026-06-08 14:54:36 +08:00
committed by liwentao
parent abb806de5e
commit 1912d62f21
7 changed files with 222 additions and 87 deletions
@@ -4,6 +4,7 @@
overflow-x: hidden;
overflow-y: auto;
box-sizing: border-box;
background: var(--gradient-sky);
--spacing-xs: 4px;
--spacing-sm: 8px;
--spacing-md: 16px;
@@ -36,7 +37,7 @@
display: flex;
flex-direction: column;
align-items: stretch;
background-color: var(--bg-light);
background: var(--gradient-sky);
box-sizing: border-box;
padding-bottom: calc(120rpx + env(safe-area-inset-bottom));
}