Bladeren bron

添加首页AI入口

zhujindu 9 maanden geleden
bovenliggende
commit
41182e010e
2 gewijzigde bestanden met toevoegingen van 18 en 18 verwijderingen
  1. 0 16
      src/views/home/ABtarget.vue
  2. 18 2
      src/views/home/index.vue

+ 0 - 16
src/views/home/ABtarget.vue

@@ -672,12 +672,6 @@
           </van-collapse-item>
         </van-collapse>
       </div>
-      <a
-        class="feedback"
-        href="https://qiweitest.nipponpaint.com.cn/weixin/ecoRules/redirect/1064/0"
-        target="_blank"
-        ><img src="./../../assets/feedback.png"
-      /></a>
     </template>
   </div>
 </template>
@@ -1130,16 +1124,6 @@ export default {
   border-top-left-radius: 60px;
   color: #fff;
 }
-.feedback {
-  position: fixed;
-  bottom: 90px;
-  right: 5px;
-  width: 60px;
-  z-index: 9999;
-}
-.feedback img {
-  width: 100%;
-}
 .table-headermd {
   font-size: 12px;
   text-align: center;

+ 18 - 2
src/views/home/index.vue

@@ -26,8 +26,14 @@
       </div>
     </div>
     <div class="AIIcon" @click="deepseek">
-      <van-icon class="img" :name="require('@/assets/ai.png')" size="50" />
+      <van-icon class="img" :name="require('@/assets/ai.png')" size="60" />
     </div>
+    <a
+      class="feedback"
+      href="https://qiweitest.nipponpaint.com.cn/weixin/ecoRules/redirect/1064/0"
+      target="_blank"
+      ><img src="./../../assets/feedback.png"
+    /></a>
     <tab-bar></tab-bar>
   </div>
 </template>
@@ -220,7 +226,7 @@ export default {
     /* overflow: hidden; */
     right: 14px;
     cursor: pointer;
-    bottom: 96px;
+    bottom: 140px;
     /* background-color: white; */
   }
   .AIIcon .img {
@@ -230,5 +236,15 @@ export default {
   .AIIcon .img .van-icon__image {
     border-radius: 100px;
   }
+  .feedback {
+    position: fixed;
+    bottom: 70px;
+    right: 14px;
+    width: 60px;
+    z-index: 9999;
+  }
+  .feedback img {
+    width: 100%;
+  }
 }
 </style>