beehive/app/pages/index/index.vue
WindowBird cb9f0c680f 首页
2025-10-23 15:30:21 +08:00

24 lines
537 B
Vue

<script lang="ts" setup>
</script>
<template>
<UPage>
<LandingHero/>
<LandingD3_INTELLIGENT_APIARY/>
<LandingSERVICEINTRODUCTION/>
<LandingOURSTRENGTHS/>
<LandingPRODUCT_INTRODUCTION/>
<LandingCaseFacts/>
<div class="fixed right-6 top-1/2 transform -translate-y-1/2 z-50">
<button class="bg-green-500 text-white px-4 py-3 rounded-l-lg shadow-lg writing-mode-vertical">
<span class="font-medium">联系客服</span>
</button>
</div>
</UPage>
</template>
<style scoped>
</style>