chore(cp排行榜): 调整样式
This commit is contained in:
parent
c0a6d24bfe
commit
1d33741249
@ -587,7 +587,14 @@
|
|||||||
style="
|
style="
|
||||||
margin: 10vh 4vw 5vh;
|
margin: 10vh 4vw 5vh;
|
||||||
border-radius: 12px;
|
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;
|
padding: 20px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -598,12 +605,12 @@
|
|||||||
@click.stop
|
@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') }}
|
{{ t('love_letter_title') }}
|
||||||
</h3>
|
</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') }}
|
{{ t('spend_5000_coins_confess') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -615,9 +622,16 @@
|
|||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
border-radius: 24px;
|
border-radius: 200px;
|
||||||
border: 1px solid #e6e6e6;
|
background:
|
||||||
color: rgba(0, 0, 0, 0.4);
|
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;
|
font-weight: 800;
|
||||||
"
|
"
|
||||||
@click="cancelSend"
|
@click="cancelSend"
|
||||||
@ -629,7 +643,7 @@
|
|||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
border-radius: 24px;
|
border-radius: 200px;
|
||||||
background:
|
background:
|
||||||
linear-gradient(180deg, #ffacbb 0%, rgba(255, 172, 187, 0) 58.38%), #ff4768;
|
linear-gradient(180deg, #ffacbb 0%, rgba(255, 172, 187, 0) 58.38%), #ff4768;
|
||||||
box-shadow:
|
box-shadow:
|
||||||
@ -638,7 +652,6 @@
|
|||||||
-3.5px 0 7.5px 0 rgba(255, 255, 255, 0.2) 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,
|
1px 0 5px 0 rgba(255, 255, 255, 0.7) inset,
|
||||||
3.5px 0 7.5px 0 rgba(255, 255, 255, 0.2) inset;
|
3.5px 0 7.5px 0 rgba(255, 255, 255, 0.2) inset;
|
||||||
color: rgba(255, 255, 255, 0.8);
|
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
"
|
"
|
||||||
@click="sendLoveLetter"
|
@click="sendLoveLetter"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user