feat(斋月活动): 更新图源,调整名称缩略方向
This commit is contained in:
parent
ddb97f19c2
commit
1c5ee6ee3f
@ -56,7 +56,11 @@
|
||||
height: nameValueHeight,
|
||||
}"
|
||||
>
|
||||
<div style="font-weight: 700" class="showText" :class="isTopOne ? 'top1Text' : 'text'">
|
||||
<div
|
||||
style="font-weight: 700; direction: ltr"
|
||||
class="showText"
|
||||
:class="isTopOne ? 'top1Text' : 'text'"
|
||||
>
|
||||
{{ name }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
<!-- 排行榜模块 -->
|
||||
<div v-show="rankingShow">
|
||||
<!-- 每周礼物 -->
|
||||
<itemCenter :imgUrl="imageUrl('eventGiftsBg')">
|
||||
<itemCenter :imgUrl="imageUrl(getImgName('eventGiftsBg'))">
|
||||
<div
|
||||
style="width: 80%; display: flex; justify-content: space-around; margin-top: 10%"
|
||||
>
|
||||
@ -123,7 +123,7 @@
|
||||
|
||||
<!-- 总排行榜前三 -->
|
||||
<itemCenter
|
||||
:imgUrl="imageUrl('overallRankingBg')"
|
||||
:imgUrl="imageUrl(getImgName('overallRankingBg'))"
|
||||
:contentStyle="`inset: 15vw 4vw 5vw;flex-direction: column;`"
|
||||
>
|
||||
<!-- 前三规则按钮 -->
|
||||
@ -243,7 +243,7 @@
|
||||
<!-- 边框头部 -->
|
||||
<img
|
||||
v-smart-img
|
||||
:src="imageUrl('RankingTopBorder')"
|
||||
:src="imageUrl(getImgName('RankingTopBorder'))"
|
||||
alt=""
|
||||
style="display: block; width: 100%; min-width: 0"
|
||||
/>
|
||||
@ -1602,17 +1602,20 @@
|
||||
|
||||
<!-- 名称 -->
|
||||
<div style="flex: 1; min-width: 0; display: flex; flex-direction: column">
|
||||
<div
|
||||
style="
|
||||
color: #fff;
|
||||
font-size: 1em;
|
||||
font-weight: 860;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
"
|
||||
>
|
||||
{{ myRanking.nickname }}
|
||||
<div style="display: flex">
|
||||
<div
|
||||
style="
|
||||
color: #fff;
|
||||
font-size: 1em;
|
||||
font-weight: 860;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
direction: ltr;
|
||||
"
|
||||
>
|
||||
{{ myRanking.nickname }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1655,7 +1658,7 @@
|
||||
<!-- 前三名奖励展示 -->
|
||||
<div v-show="topRewardShow" style="width: 90%; position: relative" @click.stop>
|
||||
<itemCenter
|
||||
:imgUrl="imageUrl('rewardBg')"
|
||||
:imgUrl="imageUrl(getImgName('rewardBg'))"
|
||||
:contentStyle="`padding: 22vw 6vw 11vw;flex-direction: column;gap: 2vw;`"
|
||||
>
|
||||
<!-- 奖品展示 -->
|
||||
@ -2820,11 +2823,11 @@ const preloadCriticalImages = async () => {
|
||||
imageUrl(getImgName('withdrawalBtActive')),
|
||||
|
||||
// 每周礼物
|
||||
imageUrl('eventGiftsBg'),
|
||||
imageUrl(getImgName('eventGiftsBg')),
|
||||
imageUrl('giftBg'),
|
||||
|
||||
// 总排行榜前三
|
||||
imageUrl('overallRankingBg'),
|
||||
imageUrl(getImgName('overallRankingBg')),
|
||||
imageUrl('historyBt'),
|
||||
imageUrl('top1'),
|
||||
imageUrl('top2'),
|
||||
@ -2835,7 +2838,7 @@ const preloadCriticalImages = async () => {
|
||||
imageUrl('timeBg'),
|
||||
|
||||
// 排行榜
|
||||
imageUrl('RankingTopBorder'),
|
||||
imageUrl(getImgName('RankingTopBorder')),
|
||||
imageUrl('RankingBottomBorder'),
|
||||
imageUrl('RankingBorder'),
|
||||
imageUrl('historyBt'),
|
||||
@ -2879,7 +2882,7 @@ const preloadOtherImages = async () => {
|
||||
// imageUrl('ticket'),
|
||||
|
||||
// // 前三名奖励展示
|
||||
// imageUrl('rewardBg'),
|
||||
// imageUrl(getImgName('rewardBg')),
|
||||
|
||||
// // 抽奖结果展示
|
||||
// imageUrl('resultBg'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user