43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
<!-- 战略企画 -->
|
|
<script setup lang="ts">
|
|
import HomeHead from '@/views/home/components/HomeHead.vue'
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<HomeHead class="top">
|
|
<template #title>
|
|
|
|
</template>
|
|
<template #content>
|
|
<!-- <HomeHeadSearch /> -->
|
|
</template>
|
|
</HomeHead>
|
|
<div class="h-full relative flex flex-col">
|
|
<div class="font-600 flex items-center mt27px">
|
|
<div class="text-36px">调达本部18个月活动</div>
|
|
<div class="ml40px bg-#fff/20 b-1px b-solid b-#fff rd-8px inline-flex items-center px12px py9px cursor-pointer">
|
|
<span class="inline-block rotate-45 mr8px">✕</span> <span>上传</span>
|
|
</div>
|
|
</div>
|
|
<div class="flex-1 mt30px text-#142142">
|
|
|
|
<img src="@/assets/images/bejqt1.png" class="w100%"/>
|
|
</div>
|
|
</div>
|
|
<div class="absolute flex flex-col w-full h-full z-200 top-0 left-0 text-center bg-red justify-center items-center" style="background-color: rgba(255,255,255,0.8);">
|
|
<img src="@/assets/images/chah.png"/>
|
|
<br>
|
|
<div class="text-#5683DB text-36px">【做成中,敬请期待】</div>
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped lang="less">
|
|
.top {
|
|
position: absolute;
|
|
right: 30px;
|
|
top: -92px;
|
|
}
|
|
|
|
</style>
|