2025-01-08 05:26:12 +00:00
|
|
|
<template>
|
|
|
|
<main class="flex flex-col min-h-svh">
|
2025-01-10 08:32:55 +00:00
|
|
|
<van-nav-bar fixed>
|
|
|
|
<template #title>
|
|
|
|
<div class="flex flex-col items-center justify-center">
|
|
|
|
<div class="text-#000000 text-17px mb-5px font-600">京都拍卖会</div>
|
|
|
|
<div class="text-#939393 text-10px line-height-none font-100">2025.01.18 蒙娜丽莎的微笑</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</van-nav-bar>
|
|
|
|
<div class="flex-1 pt-46px">
|
2025-01-08 05:26:12 +00:00
|
|
|
<slot />
|
|
|
|
</div>
|
|
|
|
<AppFooter />
|
|
|
|
</main>
|
|
|
|
</template>
|
2025-01-10 08:32:55 +00:00
|
|
|
<script setup>
|
|
|
|
</script>
|