beehive/app/components/landing/D3_INTELLIGENT_APIARY.vue

17 lines
379 B
Vue
Raw Normal View History

2025-10-22 17:43:13 +08:00
<script lang="ts" setup>
</script>
<template>
2025-10-23 15:30:21 +08:00
<div
:style="{ backgroundImage: `url('/img/index/3d_bg.png')` , }"
class="bg-cover bg-no-repeat bg-center w-full ">
<TitleSection
subtitle="3D INTELLIGENT APIARY"
title="3D智慧蜂场"
/>
<img alt="" class="w-full lg:px-40 " src="/img/index/model2.b444287.gif">
</div>
2025-10-22 17:43:13 +08:00
</template>