1
This commit is contained in:
18
components/Index/Customized.vue
Normal file
18
components/Index/Customized.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div class="w-full container-bg bg-blue-600 gap-10 flex justify-center items-center py-6">
|
||||
<span class="text-xl text-white font-bold">有合作意向的小伙伴可以联系我们</span>
|
||||
<el-button size="large" @click="navigateTo(`/order/659.html`)">马上联系</el-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import {navigateTo} from "#imports";
|
||||
|
||||
</script>
|
||||
<style type="text/css">
|
||||
.container-bg {
|
||||
background-image: url('https://oss.wsdns.cn/20250208/802da34d18434fd5a738622bf734e080.png');
|
||||
background-size: 100%;
|
||||
background-position: center;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user