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