docs(充值奖励页): 新增阿语提示,修复文本显示

This commit is contained in:
hzj 2025-11-13 18:13:21 +08:00
parent ccce20cf34
commit 9d9134285f

View File

@ -7,15 +7,15 @@
<div <div
style=" style="
position: absolute; position: absolute;
inset: 35% 20%; inset: 35% 22%;
height: 18%; height: 18%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-around;
align-items: center; align-items: center;
" "
> >
<div style="display: grid; grid-template-columns: repeat(2, 1fr)"> <div style="display: grid; grid-template-columns: 4fr 6fr">
<div style="width: 100%; aspect-ratio: 1/1; position: relative"> <div style="width: 100%; aspect-ratio: 1/1; position: relative">
<img <img
:src="images.frame" :src="images.frame"
@ -63,7 +63,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
" "
> >
{{ userInfo.userNickname }}111111111111111 {{ userInfo.userNickname }}
</div> </div>
<div <div
style=" style="
@ -83,6 +83,9 @@
<div class="textGold" style="font-size: 0.7em; font-weight: 700"> <div class="textGold" style="font-size: 0.7em; font-weight: 700">
*Each user can only claim the reward for this event once. *Each user can only claim the reward for this event once.
</div> </div>
<div class="textGold" style="font-size: 0.7em; font-weight: 900">
*يمكن لكل مستخدم المطالبة بالمكافأة لهذا الحدث مرة واحدة فقط.
</div>
</div> </div>
</div> </div>