往期球局

This commit is contained in:
2025-09-16 14:35:34 +08:00
parent 4a00c7f1d8
commit 6516e1f0c9
3 changed files with 89 additions and 10 deletions

View File

@@ -1,9 +1,11 @@
// 他人用户页面样式
.other_user_page {
min-height: 100vh;
background: radial-gradient(circle at 50% 0%,
rgba(238, 255, 220, 1) 0%,
rgba(255, 255, 255, 1) 37%);
background: radial-gradient(
circle at 50% 0%,
rgba(238, 255, 220, 1) 0%,
rgba(255, 255, 255, 1) 37%
);
position: relative;
// overflow: hidden;
box-sizing: border-box;
@@ -42,7 +44,7 @@
display: flex;
justify-content: center;
&>.detail-navigator-back-icon {
& > .detail-navigator-back-icon {
width: 32px;
height: 32px;
}
@@ -542,4 +544,15 @@
}
}
}
}
}
.ended_game_text {
font-family: "PingFang SC";
font-weight: 600;
font-size: 20px;
line-height: 1.4em;
letter-spacing: 1.9%;
color: rgba(0, 0, 0, 0.85);
transition: color 0.3s ease;
padding: 12px 15px;
}