chore(cp排行榜): 字体调整

This commit is contained in:
hzj 2026-01-19 21:28:18 +08:00
parent c84c192997
commit 03ea153640
3 changed files with 13 additions and 14 deletions

View File

@ -1,5 +1,5 @@
<template>
<div style="padding: 4vw 0">
<div style="padding: 4vw 0 8vw">
<!-- 栏目按钮 -->
<div
style="
@ -83,7 +83,7 @@
:contentStyle="`inset: 28vw 17vw 25vw;justify-content:space-between;`"
>
<!-- 水晶数量 -->
<div style="display: flex; align-items: center">
<div style="display: flex; align-items: center; gap: 1vw">
<img
v-smart-img
:src="imageUrl('crystal')"
@ -94,7 +94,7 @@
</div>
<!-- 碎片数量 -->
<div style="display: flex; align-items: center">
<div style="display: flex; align-items: center; gap: 1vw">
<img
v-smart-img
:src="imageUrl('debris')"

View File

@ -104,6 +104,7 @@
display: flex;
justify-content: center;
align-items: center;
gap: 1vw;
"
>
<img
@ -127,6 +128,7 @@
display: flex;
justify-content: center;
align-items: center;
gap: 1vw;
"
>
<img
@ -153,6 +155,7 @@
display: flex;
justify-content: center;
align-items: center;
gap: 1vw;
"
>
<img
@ -176,6 +179,7 @@
display: flex;
justify-content: center;
align-items: center;
gap: 1vw;
"
>
<img

View File

@ -380,7 +380,7 @@
{{ couple?.cpUserProfile.userNickname }}
</div>
<div style="font-size: 0.8em; color: rgba(255, 255, 255, 0.6)">
{{ couple?.cpUserProfile.account }}
ID{{ couple?.cpUserProfile.account }}
</div>
</div>
</div>
@ -813,7 +813,7 @@
>
<itemCenter
:imgUrl="imageUrl('resultBg')"
:contentStyle="`inset: 35vw 15vw 16vw;
:contentStyle="`inset: 37vw 15vw 16vw;
flex-direction: column;
justify-content: space-between;
gap:2vw`"
@ -851,7 +851,7 @@
v-smart-img
:src="result[resultShowIndex]?.prize?.prizeImage"
alt=""
width="50%"
width="45%"
style="display: block"
/>
<!-- 下一个奖品 -->
@ -884,11 +884,9 @@
text-align: center;
font-size: 0.9em;
font-weight: 590;
background: linear-gradient(0deg, #f3b700 0%, #ffeec6 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
color: #ff79a1;
"
>
You Get {{ result[resultShowIndex]?.prize?.prizeName }}
@ -906,10 +904,7 @@
font-size: 0.8em;
font-weight: 590;
background: linear-gradient(0deg, #f3b700 0%, #ffeec6 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #ff79a1;
"
>
{{ resultShowIndex + 1 }} / {{ result.length }}