|
|
@ -3,7 +3,6 @@ import { onMounted, ref, computed, onUnmounted } from "vue"; |
|
|
|
import { useRouter } from "vue-router"; |
|
|
|
import bgImageSmall from "@/assets/img/DBQBmodel/手机背景.png"; |
|
|
|
import bgImageLarge from "@/assets/img/DBQBmodel/电脑背景.png"; |
|
|
|
import topIcon from "@/assets/img/DBQBmodel/大标题.png"; |
|
|
|
import subtitle from "@/assets/img/DBQBmodel/-s-构建场景.png"; |
|
|
|
import text1 from "@/assets/img/DBQBmodel/-s-数据可计算.png"; |
|
|
|
import text2 from "@/assets/img/DBQBmodel/-s-场景可预演.png"; |
|
|
@ -102,8 +101,8 @@ const closeNoPermissionDialog = () => { |
|
|
|
|
|
|
|
<div v-if="false"></div> |
|
|
|
<!-- 顶部图标 --> |
|
|
|
<!-- <img class="top-icon" :src="topIcon" alt="顶部图标" /> --> |
|
|
|
<h1 style="color: aliceblue;">深度九大模型</h1> |
|
|
|
<img class="top-icon" src="https://d31zlh4on95l9h.cloudfront.net/images/35bf808538183be0062e4647570a9abd.png" alt="顶部图标" /> |
|
|
|
<img class="top-title" src="https://d31zlh4on95l9h.cloudfront.net/images/9441f6f0979c2775d0bd916516aa0cc3.png" alt="顶部标题" /> |
|
|
|
<!-- 副标题 --> |
|
|
|
<div class="bottom-icon"> |
|
|
|
<img class="sub-title" :src="subtitle" alt="构建场景化交易" /> |
|
|
@ -149,14 +148,26 @@ const closeNoPermissionDialog = () => { |
|
|
|
|
|
|
|
/* 顶部标题图 */ |
|
|
|
.top-icon { |
|
|
|
width: 80%; |
|
|
|
width: 15%; |
|
|
|
max-width: 500px; |
|
|
|
height: auto; |
|
|
|
/* margin-top: 20px; */ |
|
|
|
position: absolute; |
|
|
|
top: 11vh; |
|
|
|
top: 5vh; |
|
|
|
} |
|
|
|
|
|
|
|
/* 顶部标题 */ |
|
|
|
.top-title { |
|
|
|
width: 35%; |
|
|
|
max-width: 500px; |
|
|
|
height: auto; |
|
|
|
/* margin-top: 20px; */ |
|
|
|
position: absolute; |
|
|
|
top: 30vh; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bottom-icon { |
|
|
|
width: 100%; |
|
|
|
display: flex; |
|
|
|