Compare commits
6 Commits
f9400a76ca
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| badfa99843 | |||
|
|
d9b066e880 | ||
|
|
6fade7fe0c | ||
|
|
6e1b1d5317 | ||
|
|
dbe9c877e0 | ||
|
|
027e66c37e |
@@ -49,6 +49,10 @@
|
||||
<div class="game-subtitle total-score-total-title">
|
||||
<img src="/completed_performance.png"
|
||||
alt="总战绩"
|
||||
style="width: 600px; display: block; margin: 0 auto; height: auto;"
|
||||
class="total-score-total-image">
|
||||
<img src="/completed_performance.png"
|
||||
alt="总战绩"
|
||||
style="width: 880px; display: block; margin: 0 auto; height: auto;"
|
||||
class="total-score-total-image">
|
||||
</div>
|
||||
@@ -1409,6 +1413,7 @@ onUnmounted(() => {
|
||||
@media (max-width: 768px) {
|
||||
|
||||
.total-score-total-image {
|
||||
width: 280px !important; /* 调整总战绩图片大小,覆盖内联样式 */
|
||||
width: 340px !important; /* 调整总战绩图片大小,覆盖内联样式 */
|
||||
}
|
||||
|
||||
@@ -1923,6 +1928,7 @@ onUnmounted(() => {
|
||||
position: relative;
|
||||
margin-top: 0.8rem;
|
||||
max-height: 420px;
|
||||
max-height: 420px;
|
||||
// 只对左侧战区的.rank-table生效(通过父容器限定)
|
||||
.team-rankings-container & {
|
||||
-ms-overflow-style: none; /* IE/Edge 隐藏 */
|
||||
@@ -2089,6 +2095,7 @@ onUnmounted(() => {
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
/* 移除空的total-score-content规则集以避免SCSS警告 */
|
||||
|
||||
|
||||
.total-score-item {
|
||||
@@ -2100,6 +2107,7 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.score-value {
|
||||
font-size: calc(var(--individual-champion-font-size, 5rem) * 2);
|
||||
font-size: calc(var(--individual-champion-font-size, 6rem) * 2);
|
||||
font-weight: bold;
|
||||
color: #fff2c4;
|
||||
|
||||
Reference in New Issue
Block a user