style(革命节和英雄节): 调整样式
This commit is contained in:
parent
155fd86684
commit
7a81ff9247
@ -268,14 +268,10 @@
|
||||
<div
|
||||
v-for="(rewardsTop, top) in rewardsList"
|
||||
:key="top"
|
||||
style="position: relative; width: 90%; margin-bottom: 20px"
|
||||
style="position: relative; width: 90%; margin: 10px 0"
|
||||
>
|
||||
<div style="position: relative">
|
||||
<img
|
||||
:src="topImg[Number(rewardsTop.rankRange) - 1]"
|
||||
alt=""
|
||||
style="width: 100%; margin: 24px 0"
|
||||
/>
|
||||
<img :src="topImg[Number(rewardsTop.rankRange) - 1]" alt="" style="width: 100%" />
|
||||
<div
|
||||
style="
|
||||
position: absolute;
|
||||
@ -283,7 +279,7 @@
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 8px;
|
||||
padding: 25vw 5vw 15vw;
|
||||
padding: 20vw 5vw 15vw;
|
||||
"
|
||||
>
|
||||
<div
|
||||
|
||||
@ -262,14 +262,10 @@
|
||||
<div
|
||||
v-for="(rewardsTop, top) in rewardsList"
|
||||
:key="top"
|
||||
style="position: relative; width: 90%; margin-bottom: 20px"
|
||||
style="position: relative; width: 90%; margin: 10px 0"
|
||||
>
|
||||
<div style="position: relative">
|
||||
<img
|
||||
:src="topImg[Number(rewardsTop.rankRange) - 1]"
|
||||
alt=""
|
||||
style="width: 100%; margin: 24px 0"
|
||||
/>
|
||||
<img :src="topImg[Number(rewardsTop.rankRange) - 1]" alt="" style="width: 100%" />
|
||||
<div
|
||||
style="
|
||||
position: absolute;
|
||||
@ -277,7 +273,7 @@
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 8px;
|
||||
padding: 25vw 5vw 15vw;
|
||||
padding: 23vw 5vw 11vw;
|
||||
"
|
||||
>
|
||||
<div
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user