beehive/app/components/landing/D3_INTELLIGENT_APIARY.vue

20 lines
469 B
Vue
Raw Normal View History

2025-10-22 17:43:13 +08:00
<script lang="ts" setup>
</script>
<template>
<UPageCTA
2025-10-23 10:17:10 +08:00
:ui="{
container: 'border-0 shadow-none', // 移除边框和阴影
// 移除焦点环
title: 'border-none', // 标题无边框
description: 'border-0' // 描述无边框
}"
2025-10-23 09:40:28 +08:00
2025-10-22 17:43:13 +08:00
description="3D INTELLIGENT APIARY"
2025-10-23 09:40:28 +08:00
2025-10-22 17:43:13 +08:00
title="3D智慧蜂场"
/>
2025-10-23 10:17:10 +08:00
<img alt="" class="w-full lg:px-40" src="/img/index/model2.b444287.gif">
2025-10-22 17:43:13 +08:00
</template>