|
@@ -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;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|