refactor:修改战区与英雄模块对齐

This commit is contained in:
Zhukj
2025-11-25 16:35:28 +08:00
parent 2a9153217b
commit 027e66c37e

View File

@@ -1157,12 +1157,12 @@ onUnmounted(() => {
justify-content: center; justify-content: center;
text-align: center; text-align: center;
padding: 15px; padding: 15px;
margin-bottom: 10px; margin-bottom: 0;
} }
.team-logo { .team-logo {
font-size: 2rem; font-size: 0;
margin-bottom: 5px; margin-bottom: 0;
display: inline-block; display: inline-block;
color: gold; color: gold;
} }
@@ -1590,7 +1590,7 @@ onUnmounted(() => {
background: rgba(255, 255, 255, 0.95); background: rgba(255, 255, 255, 0.95);
border-radius: 20px; border-radius: 20px;
cursor: move; cursor: move;
z-index: 100; z-index: 1000;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease;
} }
@@ -1839,7 +1839,7 @@ onUnmounted(() => {
/* 前三名特殊背景色,增强亮度和对比度 - 确保英雄排名和战区排名样式一致 */ /* 前三名特殊背景色,增强亮度和对比度 - 确保英雄排名和战区排名样式一致 */
.team-rankings-container .table-row:nth-child(1), .team-rankings-container .table-row:nth-child(1),
.individual-rankings-container .table-row:nth-child(1) { .individual-rankings-container .table-row:nth-child(1) {
background: linear-gradient(135deg, #ffd700, #ffed4a); background: linear-gradient(135deg, #ffd700, #403f3c);
color: #333; color: #333;
box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4); box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
} }
@@ -1957,7 +1957,7 @@ onUnmounted(() => {
/* 照片容器样式 */ /* 照片容器样式 */
.team-logo.photo-container { .team-logo.photo-container {
overflow: hidden; overflow: hidden;
margin-top: -40px; margin-top: -97px;
} }
.individual-champion { .individual-champion {
@@ -2442,7 +2442,7 @@ onUnmounted(() => {
position: fixed; position: fixed;
top: 360px; top: 360px;
left: 720px; left: 720px;
z-index: 100; z-index: 0;
cursor: move; cursor: move;
transition: transform 0.2s ease; transition: transform 0.2s ease;
} }