style(游戏王): 调整样式
This commit is contained in:
parent
23ddc1468a
commit
ec762ec874
@ -172,7 +172,7 @@ const bottomSectionHeight = computed(() => {
|
||||
case '2':
|
||||
return '32%'
|
||||
case '3':
|
||||
return '29%'
|
||||
return '28%'
|
||||
default:
|
||||
return '29%'
|
||||
}
|
||||
|
||||
@ -502,7 +502,7 @@
|
||||
/>
|
||||
</div>
|
||||
<!-- 第2-3名 -->
|
||||
<div style="display: flex; justify-content: space-between; margin-top: -5vw">
|
||||
<div style="margin-top: -5vw" class="top2-3">
|
||||
<TopUserDaily
|
||||
ranking="2"
|
||||
:avatarUrl="RankingDailyHasTop3[1].avatar"
|
||||
@ -1423,6 +1423,15 @@ onUnmounted(() => {
|
||||
filter: grayscale(100%) brightness(100%);
|
||||
}
|
||||
|
||||
.top2-3 {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
[dir='rtl'] .top2-3 {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
.btTitle {
|
||||
color: #fff;
|
||||
font-weight: 700;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user