浏览代码

添加首页AI入口

zhujindu 9 月之前
父节点
当前提交
7041c86490
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/home/index.vue

+ 4 - 4
src/views/home/index.vue

@@ -25,7 +25,7 @@
         <bottomBtn :tabVal="tabVal" ref="bottomBtn"></bottomBtn>
         <bottomBtn :tabVal="tabVal" ref="bottomBtn"></bottomBtn>
       </div>
       </div>
     </div>
     </div>
-    <div class="positionContent AIIcon" @click="deepseek">
+    <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="50" />
     </div>
     </div>
     <tab-bar></tab-bar>
     <tab-bar></tab-bar>
@@ -211,7 +211,7 @@ export default {
   .bottomBtn {
   .bottomBtn {
     margin-bottom: 55px;
     margin-bottom: 55px;
   }
   }
-  .positionContent {
+  .AIIcon {
     position: fixed;
     position: fixed;
     /* color: #666; */
     /* color: #666; */
     display: inline-block;
     display: inline-block;
@@ -223,11 +223,11 @@ export default {
     bottom: 96px;
     bottom: 96px;
     /* background-color: white; */
     /* background-color: white; */
   }
   }
-  .positionContent .img {
+  .AIIcon .img {
     border-radius: 100px;
     border-radius: 100px;
     float: left;
     float: left;
   }
   }
-  .positionContent .img .van-icon__image {
+  .AIIcon .img .van-icon__image {
     border-radius: 100px;
     border-radius: 100px;
   }
   }
 }
 }