chore(cp排行榜): 调整样式
This commit is contained in:
parent
4bf874b41e
commit
563c4ad89e
@ -79,7 +79,7 @@
|
||||
|
||||
<itemCenter
|
||||
style="position: relative; z-index: 1"
|
||||
:imgUrl="imageUrl('myPropsBg')"
|
||||
:imgUrl="imageUrl(getImgName('myPropsBg'))"
|
||||
:contentStyle="`inset: 28vw 17vw 25vw;justify-content:space-between;`"
|
||||
>
|
||||
<!-- 水晶数量 -->
|
||||
|
||||
@ -26,7 +26,25 @@
|
||||
|
||||
<!-- 兑换条件 -->
|
||||
<div class="conditions">
|
||||
<div style="font-size: 0.8em; font-weight: 600; color: #fff" @click="exchangeGoods(item)">
|
||||
<div
|
||||
style="
|
||||
font-size: 1em;
|
||||
font-weight: 800;
|
||||
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
#ffdf6b 31.61%,
|
||||
#ffe562 36.73%,
|
||||
#fff 52.37%,
|
||||
#ffe562 58.67%,
|
||||
#ffa615 72.2%
|
||||
);
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
"
|
||||
@click="exchangeGoods(item)"
|
||||
>
|
||||
*{{
|
||||
formatRewardDisplay(
|
||||
item.propsGroup?.activityRewardProps?.[0]?.type,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user