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,18 +117,24 @@
<!-- 名称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=" <div style="display: flex; min-width: 0">
color: #fff; <div
font-weight: 860; style="
overflow: hidden; color: #fff;
white-space: nowrap; font-weight: 860;
text-overflow: ellipsis; overflow: hidden;
" white-space: nowrap;
class="UserNickname" text-overflow: ellipsis;
> direction: ltr;
{{ listItem?.userName }} "
class="UserNickname"
>
{{ 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,17 +298,20 @@
<!-- 名称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 <div style="display: flex; min-width: 0">
style=" <div
color: #fff; style="
font-weight: 860; color: #fff;
overflow: hidden; font-weight: 860;
white-space: nowrap; overflow: hidden;
text-overflow: ellipsis; white-space: nowrap;
" text-overflow: ellipsis;
class="UserNickname" direction: ltr;
> "
{{ myRanking?.userName }} class="UserNickname"
>
{{ myRanking?.userName }}
</div>
</div> </div>
<!-- ID --> <!-- ID -->