chore(cp排行榜): 字体调整
This commit is contained in:
parent
c84c192997
commit
03ea153640
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div style="padding: 4vw 0">
|
<div style="padding: 4vw 0 8vw">
|
||||||
<!-- 栏目按钮 -->
|
<!-- 栏目按钮 -->
|
||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
@ -83,7 +83,7 @@
|
|||||||
:contentStyle="`inset: 28vw 17vw 25vw;justify-content:space-between;`"
|
: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
|
<img
|
||||||
v-smart-img
|
v-smart-img
|
||||||
:src="imageUrl('crystal')"
|
:src="imageUrl('crystal')"
|
||||||
@ -94,7 +94,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 碎片数量 -->
|
<!-- 碎片数量 -->
|
||||||
<div style="display: flex; align-items: center">
|
<div style="display: flex; align-items: center; gap: 1vw">
|
||||||
<img
|
<img
|
||||||
v-smart-img
|
v-smart-img
|
||||||
:src="imageUrl('debris')"
|
:src="imageUrl('debris')"
|
||||||
|
|||||||
@ -104,6 +104,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: 1vw;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
@ -127,6 +128,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: 1vw;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
@ -153,6 +155,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: 1vw;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
@ -176,6 +179,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: 1vw;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
|
|||||||
@ -380,7 +380,7 @@
|
|||||||
{{ couple?.cpUserProfile.userNickname }}
|
{{ couple?.cpUserProfile.userNickname }}
|
||||||
</div>
|
</div>
|
||||||
<div style="font-size: 0.8em; color: rgba(255, 255, 255, 0.6)">
|
<div style="font-size: 0.8em; color: rgba(255, 255, 255, 0.6)">
|
||||||
{{ couple?.cpUserProfile.account }}
|
ID:{{ couple?.cpUserProfile.account }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -813,7 +813,7 @@
|
|||||||
>
|
>
|
||||||
<itemCenter
|
<itemCenter
|
||||||
:imgUrl="imageUrl('resultBg')"
|
:imgUrl="imageUrl('resultBg')"
|
||||||
:contentStyle="`inset: 35vw 15vw 16vw;
|
:contentStyle="`inset: 37vw 15vw 16vw;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap:2vw`"
|
gap:2vw`"
|
||||||
@ -851,7 +851,7 @@
|
|||||||
v-smart-img
|
v-smart-img
|
||||||
:src="result[resultShowIndex]?.prize?.prizeImage"
|
:src="result[resultShowIndex]?.prize?.prizeImage"
|
||||||
alt=""
|
alt=""
|
||||||
width="50%"
|
width="45%"
|
||||||
style="display: block"
|
style="display: block"
|
||||||
/>
|
/>
|
||||||
<!-- 下一个奖品 -->
|
<!-- 下一个奖品 -->
|
||||||
@ -884,11 +884,9 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
font-weight: 590;
|
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;
|
position: relative;
|
||||||
|
color: #ff79a1;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
You Get {{ result[resultShowIndex]?.prize?.prizeName }}
|
You Get {{ result[resultShowIndex]?.prize?.prizeName }}
|
||||||
@ -906,10 +904,7 @@
|
|||||||
|
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
font-weight: 590;
|
font-weight: 590;
|
||||||
background: linear-gradient(0deg, #f3b700 0%, #ffeec6 100%);
|
color: #ff79a1;
|
||||||
background-clip: text;
|
|
||||||
-webkit-background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
{{ resultShowIndex + 1 }} / {{ result.length }}
|
{{ resultShowIndex + 1 }} / {{ result.length }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user