Compare commits
No commits in common. "41bf14eb8fac3f0904574ff54964b61320b9fb20" and "bea27614536815f587b854b47305f8f56cd0dc4e" have entirely different histories.
41bf14eb8f
...
bea2761453
@ -526,7 +526,7 @@
|
|||||||
// 对手栏
|
// 对手栏
|
||||||
// =====================================
|
// =====================================
|
||||||
.opponents-bar {
|
.opponents-bar {
|
||||||
height: 180rpx;
|
height: 140rpx;
|
||||||
background: rgba(0, 0, 0, 0.2);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
border-bottom: 1px solid $border-dark;
|
border-bottom: 1px solid $border-dark;
|
||||||
}
|
}
|
||||||
@ -538,12 +538,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.player-card {
|
.player-card {
|
||||||
min-width: 260rpx;
|
min-width: 200rpx;
|
||||||
height: 140rpx;
|
height: 100rpx;
|
||||||
background: $bg-dark-card;
|
background: $bg-dark-card;
|
||||||
border: 1px solid $border-dark;
|
border: 1px solid $border-dark;
|
||||||
border-radius: $radius-lg;
|
border-radius: $radius-md;
|
||||||
padding: $spacing-md;
|
padding: $spacing-sm $spacing-md;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -582,19 +582,10 @@
|
|||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
font-size: 44rpx;
|
font-size: 44rpx;
|
||||||
margin-right: $spacing-md;
|
margin-right: $spacing-sm;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
background: rgba(255, 255, 255, 0.1);
|
|
||||||
border-radius: 50%;
|
|
||||||
width: 80rpx;
|
|
||||||
height: 80rpx;
|
|
||||||
|
|
||||||
&.lg {
|
&.lg {
|
||||||
width: 100rpx;
|
font-size: 56rpx;
|
||||||
height: 100rpx;
|
|
||||||
font-size: 64rpx;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -778,12 +769,11 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: $spacing-md;
|
gap: $spacing-md;
|
||||||
border-top: 1px solid $border-dark;
|
border-top: 1px solid $border-dark;
|
||||||
height: 240rpx; // 增加底部面板高度以容纳更大的卡片
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.game-logs {
|
.game-logs {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 100%;
|
max-height: 140rpx;
|
||||||
padding: $spacing-sm;
|
padding: $spacing-sm;
|
||||||
background: rgba(0, 0, 0, 0.3);
|
background: rgba(0, 0, 0, 0.3);
|
||||||
border-radius: $radius-md;
|
border-radius: $radius-md;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user