16 lines
317 B
Vue
16 lines
317 B
Vue
|
<script setup>
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<div class="bg-[url('@/static/images/asdfsdd.png')] w-[100vw] h-[100vh] bg-cover pt-[86px]">
|
||
|
<div class="w-full flex justify-center">
|
||
|
<img class="w-[189px] h-[105px]" src="@/static/images/ghfggff.png" alt="">
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</template>
|
||
|
|
||
|
<style scoped>
|
||
|
|
||
|
</style>
|