2025-08-06 14:26:48 +08:00
|
|
|
<template>
|
2026-04-08 18:14:10 +08:00
|
|
|
<div class="home-full-bg"></div>
|
2025-08-06 14:26:48 +08:00
|
|
|
</template>
|
|
|
|
|
|
2025-08-09 17:59:00 +08:00
|
|
|
<style scoped>
|
2026-04-08 18:14:10 +08:00
|
|
|
.home-full-bg {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 90vh;
|
|
|
|
|
background: url('@/assets/images/index.jpg') center center / 100% 100% no-repeat;
|
2025-08-09 17:59:00 +08:00
|
|
|
}
|
2026-04-08 18:14:10 +08:00
|
|
|
</style>
|