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"
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">
{{ 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
style="
height: 66vw;
display: flex;
flex-direction: column;
justify-content: center;
gap: 1.5vw;
"
>
<div class="room-rule-text" style="font-weight: 800">
{{ 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>
</itemCenter>
</div>