2024-08-13 03:18:37 +00:00
|
|
|
<script setup>
|
2024-08-13 07:36:40 +00:00
|
|
|
import {useAuth} from "@/store/auth/index.js";
|
|
|
|
|
|
|
|
const {viewDetails} =useAuth()
|
2024-08-13 03:18:37 +00:00
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
2024-08-13 07:36:40 +00:00
|
|
|
<div class="box-border relative w-screen h-screen bg-center bg-no-repeat bg-cover bg-[url('@/assets/image/dfa45@2x.png')] flex items-center flex-col">
|
|
|
|
<div class="mt-176px mb-33px">
|
|
|
|
<img src="@/assets/image/zu3311@2x.png" class="w-280px h-46px" alt="">
|
|
|
|
</div>
|
|
|
|
<div class="top-0 absolute left-193px">
|
|
|
|
<img src="@/assets/image/gdz47@2x.png" class="w-315px h-391px" alt="">
|
|
|
|
</div>
|
|
|
|
<div class="absolute bottom-0 right-0 ">
|
|
|
|
<img class="w-876px h-385px" src="@/assets/image/dfdc46@2x.png" alt="">
|
|
|
|
</div>
|
2024-08-13 03:18:37 +00:00
|
|
|
|
2024-08-13 07:36:40 +00:00
|
|
|
<div class="bg-[url('@/assets/image/zue3250@2x.png')] w-[1211px] h-[794px] bg-no-repeat bg-contain flex flex-col items-center">
|
|
|
|
<div class="mt-180px">
|
|
|
|
<img src="@/assets/image/gdzd57@2x.png" class="w-216px h-272px" alt="">
|
|
|
|
</div>
|
|
|
|
<div class="text-primary text-19px mt-13px">
|
|
|
|
提交成功
|
|
|
|
</div>
|
|
|
|
<div class="w-320px h-52px bg-contain bg-no-repeat bg-[url('@/assets/image/dfdf1.png')] flex-center text-white text-21px shrink-0 mt-[71px]" @click="viewDetails">查看详情</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-08-13 03:18:37 +00:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
|
|
|
|
|
</style>
|