2023-02-22 21:19:55 +01:00
|
|
|
<template>
|
2023-05-03 21:31:01 +02:00
|
|
|
<section class="yufu">
|
2023-02-22 21:19:55 +01:00
|
|
|
<Glava />
|
2023-03-08 23:13:33 +01:00
|
|
|
<section class="body">
|
|
|
|
<NuxtPage />
|
|
|
|
</section>
|
2023-05-03 21:31:01 +02:00
|
|
|
</section>
|
2023-02-22 21:19:55 +01:00
|
|
|
</template>
|
2023-05-03 21:31:01 +02:00
|
|
|
|
|
|
|
<style>
|
|
|
|
|
2024-01-15 14:36:39 +01:00
|
|
|
.body {
|
|
|
|
position: relative;
|
|
|
|
z-index: 50;
|
|
|
|
}
|
2023-05-03 21:31:01 +02:00
|
|
|
|
|
|
|
</style>
|