feat(古尔邦节): 调整页面

This commit is contained in:
hzj 2026-05-23 21:09:59 +08:00
parent f603b72d9c
commit 3517e0b9af

View File

@ -1027,17 +1027,27 @@
style="width: 100vw; margin: 0; padding: 0" style="width: 100vw; margin: 0; padding: 0"
contentStyle="align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: 1.5vw; padding: 28vw 8vw 0; box-sizing: border-box;" contentStyle="align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: 1.5vw; padding: 28vw 8vw 0; box-sizing: border-box;"
> >
<div class="room-rule-text" style="font-weight: 800"> <div
{{ t('gulben_room_rule_title') }} style="
</div> height: 66vw;
<div class="room-rule-text"> display: flex;
{{ t('gulben_room_rule_1') }} flex-direction: column;
</div> justify-content: center;
<div class="room-rule-text"> gap: 1.5vw;
{{ t('gulben_room_rule_2') }} "
</div> >
<div class="room-rule-text"> <div class="room-rule-text" style="font-weight: 800">
{{ t('gulben_room_rule_3') }} {{ t('gulben_room_rule_title') }}
</div>
<div class="room-rule-text">
{{ t('gulben_room_rule_1') }}
</div>
<div class="room-rule-text">
{{ t('gulben_room_rule_2') }}
</div>
<div class="room-rule-text">
{{ t('gulben_room_rule_3') }}
</div>
</div> </div>
</itemCenter> </itemCenter>
</div> </div>