@@ -50,6 +50,10 @@
< 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 >
< div class = "total-score-content" >
@@ -1410,6 +1414,7 @@ onUnmounted(() => {
. total - score - total - image {
width : 280 px ! important ; /* 调整总战绩图片大小,覆盖内联样式 */
width : 340 px ! important ; /* 调整总战绩图片大小,覆盖内联样式 */
}
/* 移动端总战绩金额字体调小 */
@@ -1922,7 +1927,30 @@ onUnmounted(() => {
overflow - y : auto ;
position : relative ;
margin - top : 0.8 rem ;
max - height : 427 px ;
max - height : 420 px ;
max - height : 420 px ;
// 只对左侧战区的.rank-table生效( 通过父容器限定)
. team - rankings - container & {
- ms - overflow - style : none ; /* IE/Edge 隐藏 */
scrollbar - width : none ; /* Firefox 隐藏 */
}
// Chrome/Safari 隐藏左侧滚动条(伪元素必须单独写)
. team - rankings - container & : : - webkit - scrollbar {
display : none ! important ;
width : 0 ! important ;
}
// ========== 新增:右侧英雄排名滚动条保留原样 ==========
. individual - rankings - container & {
- ms - overflow - style : auto ; /* 恢复IE/Edge默认 */
scrollbar - width : auto ; /* 恢复Firefox默认 */
}
// Chrome/Safari 恢复右侧滚动条
. individual - rankings - container & : : - webkit - scrollbar {
display : block ! important ;
width : 6 px ! important ; // 恢复默认滚动条宽度
}
}
. table - header {
@@ -2080,6 +2108,7 @@ onUnmounted(() => {
. score - value {
font - size : calc ( var ( -- individual - champion - font - size , 5 rem ) * 2 ) ;
font - size : calc ( var ( -- individual - champion - font - size , 6 rem ) * 2 ) ;
font - weight : bold ;
color : # fff2c4 ;
text - shadow : 0 0 10 px rgba ( 0 , 0 , 0 , .8 ) , 0 0 20 px rgb ( 16 16 16 / 30 % ) , 1 px 1 px 2 px rgba ( 0 , 0 , 0 , .8 ) ;
@@ -2101,7 +2130,7 @@ onUnmounted(() => {
/* 照片容器样式 */
. team - logo . photo - container {
overflow : hidden ;
margin - top : - 96 px ;
margin - top : - 97 px ;
}
. individual - champion {
@@ -2607,4 +2636,12 @@ onUnmounted(() => {
transition : transform 0.2 s ease ;
}
}
. team - rankings - container . rank - table {
- ms - overflow - style : none ! important ;
scrollbar - width : none ! important ;
}
. team - rankings - container . rank - table : : - webkit - scrollbar {
display : none ! important ;
width : 0 ! important ;
}
< / style >