feat(game): 添加桌面端公告模态框并优化用户信息界面

- 新增 DesktopNoticeModal 组件用于显示活动公告
- 将登录模态框默认状态改为开启
- 重构用户信息模态框界面布局和样式
- 添加底部填充设计工具类 pb-design-*
- 隐藏系统滚动条样式以提升视觉效果
- 在PC入口组件中集成公告模态框并暂时禁用登录和用户信息模态框
This commit is contained in:
JiaJun
2026-05-08 11:19:12 +08:00
parent f98710d375
commit 9ee3192c49
11 changed files with 210 additions and 28 deletions

View File

@@ -93,6 +93,10 @@
padding-left: calc(var(--design-unit) * --value(integer));
}
@utility pb-design-* {
padding-bottom: calc(var(--design-unit) * --value(integer));
}
@utility pr-design-* {
padding-right: calc(var(--design-unit) * --value(integer));
}
@@ -126,6 +130,17 @@
@apply h-full w-full;
}
* {
-ms-overflow-style: none;
scrollbar-width: none;
}
*::-webkit-scrollbar {
width: 0;
height: 0;
display: none;
}
body {
background:
radial-gradient(circle at top, rgba(49, 208, 255, 0.12), transparent 28%),