样式优化

This commit is contained in:
2025-11-11 11:55:25 +08:00
parent 646d825c72
commit d08c8d963a
8 changed files with 58 additions and 31 deletions

View File

@@ -67,7 +67,7 @@
margin-top: 11px;
box-sizing: border-box;
overflow-y: auto;
padding: 15px 15px 15px;
padding-bottom: 15px;
// 用户信息区域
.user_info_section {
@@ -75,6 +75,8 @@
flex-direction: column;
gap: 16px;
margin-bottom: 16px;
padding: 0 15px;
// margin-top: 98px;
// 基本信息
@@ -282,7 +284,7 @@
// 球局类型标签页
.game_tabs_section {
margin-bottom: 16px;
margin-bottom: 0;
.tab_container {
display: flex;