refactor:修改战区与英雄模块对齐
This commit is contained in:
@@ -1157,12 +1157,12 @@ onUnmounted(() => {
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.team-logo {
|
||||
font-size: 2rem;
|
||||
margin-bottom: 5px;
|
||||
font-size: 0;
|
||||
margin-bottom: 0;
|
||||
display: inline-block;
|
||||
color: gold;
|
||||
}
|
||||
@@ -1590,7 +1590,7 @@ onUnmounted(() => {
|
||||
background: rgba(255, 255, 255, 0.95);
|
||||
border-radius: 20px;
|
||||
cursor: move;
|
||||
z-index: 100;
|
||||
z-index: 1000;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
|
||||
transition: box-shadow 0.3s ease;
|
||||
}
|
||||
@@ -1839,7 +1839,7 @@ onUnmounted(() => {
|
||||
/* 前三名特殊背景色,增强亮度和对比度 - 确保英雄排名和战区排名样式一致 */
|
||||
.team-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;
|
||||
box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
|
||||
}
|
||||
@@ -1957,7 +1957,7 @@ onUnmounted(() => {
|
||||
/* 照片容器样式 */
|
||||
.team-logo.photo-container {
|
||||
overflow: hidden;
|
||||
margin-top: -40px;
|
||||
margin-top: -97px;
|
||||
}
|
||||
|
||||
.individual-champion {
|
||||
@@ -2442,7 +2442,7 @@ onUnmounted(() => {
|
||||
position: fixed;
|
||||
top: 360px;
|
||||
left: 720px;
|
||||
z-index: 100;
|
||||
z-index: 0;
|
||||
cursor: move;
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user