chore(cp排行榜): 调整样式

This commit is contained in:
hzj 2026-01-20 18:32:08 +08:00
parent 2b21a3282b
commit be791ba7a9

View File

@ -36,7 +36,7 @@
<!-- 历史榜首 --> <!-- 历史榜首 -->
<itemCenter <itemCenter
:imgUrl="imageUrl(getImgName('historyTopBg'))" :imgUrl="imageUrl(getImgName('historyTopBg'))"
:contentStyle="`inset: 30vw 9vw 27vw;flex-direction: column;`" :contentStyle="`inset: 30vw 9vw 27vw;flex-direction: column;gap:2vw`"
> >
<div <div
style="width: 100%; display: flex; justify-content: space-between; align-items: center" style="width: 100%; display: flex; justify-content: space-between; align-items: center"
@ -63,7 +63,7 @@
</div> </div>
<!-- top1 --> <!-- top1 -->
<itemCenter <itemCenter
style="width: 60%" style="width: 75%"
:imgUrl="imageUrl('topCoupleFrame')" :imgUrl="imageUrl('topCoupleFrame')"
:contentStyle="``" :contentStyle="``"
></itemCenter> ></itemCenter>
@ -93,7 +93,7 @@
<div style="display: flex; justify-content: center; align-items: center"> <div style="display: flex; justify-content: center; align-items: center">
<div <div
style=" style="
border-radius: 15.894px; border-radius: 12px;
border: 1.325px solid #fff6e0; border: 1.325px solid #fff6e0;
background: linear-gradient(270deg, #ffcc46 0.03%, #ffdb7b 99.97%); background: linear-gradient(270deg, #ffcc46 0.03%, #ffdb7b 99.97%);
box-shadow: box-shadow:
@ -104,11 +104,11 @@
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding: 2vw 4vw; padding: 1vw 5vw;
" "
> >
<div style="font-size: 1.5em; color: #fe649b; font-weight: 700">Season1</div> <div style="font-size: 1.2em; color: #fe649b; font-weight: 700">Season1</div>
<div style="color: #fe649b; font-weight: 700">2026.1.20-2.18</div> <div style="font-size: 0.9em; color: #fe649b; font-weight: 700">2026.1.20-2.18</div>
</div> </div>
</div> </div>
</itemCenter> </itemCenter>