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