style(斋月活动、春节活动): 样式调整

This commit is contained in:
hzj 2026-02-12 18:05:14 +08:00
parent 294b4f7bc5
commit 28e27f290c
5 changed files with 57 additions and 26 deletions

View File

@ -1602,7 +1602,7 @@
<!-- 名称 --> <!-- 名称 -->
<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 style="display: flex"> <div style="display: flex; min-width: 0">
<div <div
style=" style="
color: #fff; color: #fff;
@ -2474,6 +2474,7 @@ const sweepstakes = async (consecutive = 1) => {
getTotalDrawCount() // getTotalDrawCount() //
getConfigsBadgeInfo() //- getConfigsBadgeInfo() //-
getTickets() // getTickets() //
getDrawableAmount() //
result.value = [resOnceDraw.body] // result.value = [resOnceDraw.body] //
@ -2493,6 +2494,7 @@ const sweepstakes = async (consecutive = 1) => {
getTotalDrawCount() // getTotalDrawCount() //
getConfigsBadgeInfo() //- getConfigsBadgeInfo() //-
getTickets() // getTickets() //
getDrawableAmount() //
result.value = resMultiDraw.body.results // result.value = resMultiDraw.body.results //

View File

@ -72,7 +72,7 @@
<itemCenter <itemCenter
style="width: 10vw" style="width: 10vw"
:imgUrl="imageUrl('rankingNumBg')" :imgUrl="imageUrl('rankingNumBg')"
:contentStyle="``" :contentStyle="`bottom: 0.5vw;`"
@click="viewUserInfo(listItem.userId)" @click="viewUserInfo(listItem.userId)"
> >
<div style="color: #ffe601; font-weight: 700">{{ listItem?.rank }}</div> <div style="color: #ffe601; font-weight: 700">{{ listItem?.rank }}</div>
@ -117,6 +117,8 @@
<!-- 名称id --> <!-- 名称id -->
<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 style="display: flex; min-width: 0">
<div <div
style=" style="
color: #fff; color: #fff;
@ -124,11 +126,15 @@
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
direction: ltr;
" "
class="UserNickname" class="UserNickname"
> >
{{ listItem?.userName }} {{ listItem?.userName }}
</div> </div>
</div>
<!-- id -->
<div style="color: #fff; font-weight: 590" class="UserNickname"> <div style="color: #fff; font-weight: 590" class="UserNickname">
{{ $t('user_id_prefix') }} {{ listItem?.specialAccount || listItem?.account }} {{ $t('user_id_prefix') }} {{ listItem?.specialAccount || listItem?.account }}
</div> </div>

View File

@ -964,6 +964,7 @@ const sweepstakes = async (consecutive = 1) => {
) // ) //
console.log('index:', index) console.log('index:', index)
getMyLotteryTicketCount() // getMyLotteryTicketCount() //
getDrawableAmount() //
await startLottery(index) await startLottery(index)
} }
} }
@ -980,6 +981,7 @@ const sweepstakes = async (consecutive = 1) => {
console.log('index:', index) console.log('index:', index)
getMyLotteryTicketCount() // getMyLotteryTicketCount() //
getDrawableAmount() //
await startLottery(index) await startLottery(index)
} }
} }

View File

@ -56,7 +56,11 @@
height: nameValueHeight, height: nameValueHeight,
}" }"
> >
<div style="font-weight: 700" class="showText" :class="isTopOne ? 'top1Text' : 'text'"> <div
style="direction: ltr; font-weight: 700"
class="showText"
:class="isTopOne ? 'top1Text' : 'text'"
>
{{ name }} {{ name }}
</div> </div>
</div> </div>

View File

@ -2,6 +2,20 @@
<div class="fullPage"> <div class="fullPage">
<!-- 预加载状态 --> <!-- 预加载状态 -->
<div v-show="isLoading" class="loading-container"> <div v-show="isLoading" class="loading-container">
<!-- 页面背景 -->
<BackgroundLayer
v-show="!RankingShow"
:backgroundImages="[
imageUrl('bg1'),
imageUrl('bg2'),
imageUrl('bg3'),
imageUrl('bg4'),
imageUrl('bg5'),
imageUrl('bg6'),
]"
/>
<!-- 加载动画 -->
<div class="loading-spinner"></div> <div class="loading-spinner"></div>
<p>{{ $t('loading') }}...</p> <p>{{ $t('loading') }}...</p>
</div> </div>
@ -252,7 +266,7 @@
<itemCenter <itemCenter
style="width: 10vw" style="width: 10vw"
:imgUrl="imageUrl('rankingNumBg')" :imgUrl="imageUrl('rankingNumBg')"
:contentStyle="``" :contentStyle="`bottom: 0.5vw;`"
@click="viewUserInfo(listItem.userId)" @click="viewUserInfo(listItem.userId)"
> >
<div style="color: #ffe601; font-weight: 700">{{ myRanking?.rank || 999 }}</div> <div style="color: #ffe601; font-weight: 700">{{ myRanking?.rank || 999 }}</div>
@ -284,6 +298,7 @@
<!-- 名称id --> <!-- 名称id -->
<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 style="display: flex; min-width: 0">
<div <div
style=" style="
color: #fff; color: #fff;
@ -291,11 +306,13 @@
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
direction: ltr;
" "
class="UserNickname" class="UserNickname"
> >
{{ myRanking?.userName }} {{ myRanking?.userName }}
</div> </div>
</div>
<!-- ID --> <!-- ID -->
<div style="color: #fff; font-weight: 590" class="Textlittle"> <div style="color: #fff; font-weight: 590" class="Textlittle">