liveh5-nuxt/app/pages/login/index.vue

16 lines
317 B
Vue
Raw Normal View History

<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>