大乱斗详情UI调整

This commit is contained in:
kron
2025-06-25 01:46:04 +08:00
parent 0e73648d6c
commit 80ba77a653
3 changed files with 169 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ const comingSoon = () => {
icon: "none",
});
};
const topThreeColors = ["#FFD947 ", "#D2D2D2", "#FFA515"];
const topThreeColors = ["#FFD947", "#D2D2D2", "#FFA515"];
</script>
<template>
@@ -301,8 +301,8 @@ const topThreeColors = ["#FFD947 ", "#D2D2D2", "#FFA515"];
.player-avatar,
.more-players {
width: 40px;
height: 40px;
width: 80rpx;
height: 80rpx;
border-radius: 50%;
margin-right: -10px;
border: 1px solid #000;
@@ -335,13 +335,13 @@ const topThreeColors = ["#FFD947 ", "#D2D2D2", "#FFA515"];
.more-players {
background: rgba(255, 255, 255, 0.2);
font-size: 9px;
line-height: 40px;
line-height: 80rpx;
text-align: center;
z-index: -1;
}
.more-players > text {
margin-left: 4px;
margin-left: 2px;
}
.region-stats {
@@ -363,7 +363,7 @@ const topThreeColors = ["#FFD947 ", "#D2D2D2", "#FFA515"];
flex-direction: column;
justify-content: center;
align-items: center;
color: #b3b3b3;
color: #c5c5c5;
font-size: 12px;
}
.region-item > text {