style(游戏王): 调整样式
This commit is contained in:
parent
6ecf998af5
commit
6e9662ab0c
@ -285,7 +285,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 周榜 -->
|
||||
<div v-show="weekShow" style="position: relative; width: 100%; margin: 10px 0">
|
||||
<div v-show="weekShow" style="position: relative; width: 100%; margin: 4px 0 10px">
|
||||
<div style="position: relative; z-index: 1">
|
||||
<!-- 第2-4名 -->
|
||||
<itemCenter
|
||||
@ -476,7 +476,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 日榜 -->
|
||||
<div v-show="dailyShow" style="position: relative; width: 100%; margin: 10px 0">
|
||||
<div v-show="dailyShow" style="position: relative; width: 100%; margin: 4px 0 10px">
|
||||
<div style="position: relative; z-index: 1">
|
||||
<!-- 头部 -->
|
||||
<itemCenter
|
||||
@ -676,7 +676,7 @@
|
||||
v-show="weekShow"
|
||||
v-for="(rewardsTop, top) in rewardsList"
|
||||
:key="top"
|
||||
style="position: relative; width: 100%; margin: 10px 0"
|
||||
style="position: relative; width: 100%; margin: 4px 0 10px"
|
||||
>
|
||||
<!-- 第一名奖励 -->
|
||||
<itemCenter
|
||||
@ -823,10 +823,11 @@
|
||||
|
||||
<!-- 日榜奖励模块 -->
|
||||
<img
|
||||
v-show="dailyShow"
|
||||
v-for="(value, index) in 3"
|
||||
:src="imageUrl(`top${index + 1}RewardDaily`)"
|
||||
alt=""
|
||||
style="width: 100%; margin: 10px 0"
|
||||
style="width: 100%; margin: 4px 0 10px"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user