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

This commit is contained in:
hzj 2026-01-20 17:03:58 +08:00
parent c0a6d24bfe
commit 1d33741249

View File

@ -587,7 +587,14 @@
style="
margin: 10vh 4vw 5vh;
border-radius: 12px;
background: #fff;
background:
radial-gradient(
171.8% 117.34% at 34.23% 104.78%,
rgba(255, 188, 221, 0) 0%,
#ffbcdd 100%
),
linear-gradient(303deg, rgba(255, 255, 255, 0) 0%, #ff4656 91.85%),
linear-gradient(292deg, #ff3bc4 0%, rgba(255, 255, 255, 0) 100.5%), #fff;
padding: 20px;
display: flex;
@ -598,12 +605,12 @@
@click.stop
>
<!-- 标题 -->
<h3 style="color: rgba(0, 0, 0, 0.8); font-size: 1.1em; font-weight: 700">
<h3 style="font-size: 1.1em; font-weight: 700">
{{ t('love_letter_title') }}
</h3>
<!-- 内容 -->
<div style="color: rgba(0, 0, 0, 0.4); font-size: 0.8em; font-weight: 500">
<div style="font-size: 0.8em; font-weight: 500">
{{ t('spend_5000_coins_confess') }}
</div>
@ -615,9 +622,16 @@
<div
style="
padding: 12px 20px;
border-radius: 24px;
border: 1px solid #e6e6e6;
color: rgba(0, 0, 0, 0.4);
border-radius: 200px;
background:
linear-gradient(180deg, #ffacbb 0%, rgba(255, 172, 187, 0) 58.38%), #ff879c;
box-shadow:
-1px 0 5px 0 rgba(255, 255, 255, 0.7) inset,
-3.5px 0 7.5px 0 rgba(255, 255, 255, 0.2) inset,
1px 0 5px 0 rgba(255, 255, 255, 0.7) inset,
3.5px 0 7.5px 0 rgba(255, 255, 255, 0.2) inset;
backdrop-filter: blur(5000px);
font-weight: 800;
"
@click="cancelSend"
@ -629,7 +643,7 @@
<div
style="
padding: 12px 20px;
border-radius: 24px;
border-radius: 200px;
background:
linear-gradient(180deg, #ffacbb 0%, rgba(255, 172, 187, 0) 58.38%), #ff4768;
box-shadow:
@ -638,7 +652,6 @@
-3.5px 0 7.5px 0 rgba(255, 255, 255, 0.2) inset,
1px 0 5px 0 rgba(255, 255, 255, 0.7) inset,
3.5px 0 7.5px 0 rgba(255, 255, 255, 0.2) inset;
color: rgba(255, 255, 255, 0.8);
font-weight: 800;
"
@click="sendLoveLetter"