diff --git a/src/views/DeepNineModel.vue b/src/views/DeepNineModel.vue index 7860674..79e44b8 100644 --- a/src/views/DeepNineModel.vue +++ b/src/views/DeepNineModel.vue @@ -97,8 +97,8 @@ const closeNoPermissionDialog = () => {
- 顶部图标 - 顶部标题 + 顶部图标 +
构建场景化交易 @@ -144,7 +144,7 @@ const closeNoPermissionDialog = () => { /* 顶部标题图 */ .top-icon { - width: 10%; + width: 100%; max-width: 500px; height: auto; /* margin-top: 20px; */ @@ -290,7 +290,7 @@ const closeNoPermissionDialog = () => { .top-icon { /* margin-top: 15%; */ - width: 30%; + width: 100%; position: absolute; top: 13vh; } diff --git a/src/views/Selectmodel.vue b/src/views/Selectmodel.vue index a38b612..3bfccb3 100644 --- a/src/views/Selectmodel.vue +++ b/src/views/Selectmodel.vue @@ -273,6 +273,7 @@ const goToDeepNineModel = () => { position: relative; z-index: 2; margin-top: -30px; + top: -3rem; } .btn-item { @@ -309,7 +310,7 @@ const goToDeepNineModel = () => { height: 150px; width: 100%; background-image: url("@/assets/img/Selectmodel/-s-夺宝奇兵logo.png"); - scale: 0.8; + z-index: 3; } .btn-ai { @@ -320,7 +321,7 @@ const goToDeepNineModel = () => { } .btn-deepnine { - height: 150px; + height: 130px; width: 100%; background-image: url("https://d31zlh4on95l9h.cloudfront.net/images/35bf808538183be0062e4647570a9abd.png"); z-index: 3; @@ -329,7 +330,7 @@ const goToDeepNineModel = () => { .btn-ball { height: 150px; width: 150%; - margin-top: -30px; + margin-top: -80px; background-image: url("@/assets/img/Selectmodel/球.png"); background-size: contain; background-repeat: no-repeat; @@ -338,7 +339,7 @@ const goToDeepNineModel = () => { } .btn-text { - height: 200px; + height: 100px; width: 150%; position: absolute; bottom: -20px; @@ -397,6 +398,10 @@ const goToDeepNineModel = () => { /* 手机适配 */ @media screen and (max-width: 768px) { + .btn-dbqb { + max-width: 110px; + } + .homepage { background-image: url("@/assets/img/Selectmodel/手机bg.png"); /* height: auto; */ @@ -424,6 +429,7 @@ const goToDeepNineModel = () => { .connection-lines { width: 80vw; height: 80px; + margin-top: -40px; } .connection-line { @@ -431,7 +437,7 @@ const goToDeepNineModel = () => { } .first-row { - gap: 10vw; + gap: 20vw; margin-bottom: 0; } diff --git a/src/views/deepNine.vue b/src/views/deepNine.vue index 370c02d..8cbf9bc 100644 --- a/src/views/deepNine.vue +++ b/src/views/deepNine.vue @@ -1122,7 +1122,7 @@ watch( console.log(AIcontent, "AIcontent"); if (result.code == 406) { - AIcontent.value = `

尊敬的用户,目前您的token余额为0,系统将无法处理您的搜索请求,您可以补充token后再进行搜索。token兑换的入口在右上角“获取token次数”,点击即可操作哦~

`; + AIcontent.value = `

尊敬的用户您好,您当前的“深度九大模型专属Token”数量为0,无法进行股票查询,可联系客服团队进行充值,感谢您的理解与支持

`; } const aiMsg = { @@ -3347,6 +3347,7 @@ onUnmounted(() => {