yuanhao
2025-06-06 671e4eedce45613a1c1f8383e50ddde9618fd413
pages/aiQuestions/aiQuestions.vue
@@ -130,8 +130,9 @@
               <image src="/static/wd/i02.png" v-if="msg&&!isDisabled" class="btnimg" @click="tiWen"
                  mode="widthFix" alt=""></image>
            </block>
         </view>
            </view>
      </view>
      <view class="tipsMsg"> 内容由 AI 生成,仅供参考,您据此所作判断及操作均由您自行承担责任。</view>
      <!--设置弹窗 -->
      <u-popup v-model="showSet" mode='top' border-radius="20">
         <view class='set-box'>
@@ -1369,10 +1370,17 @@
         }
      }
   }
   .tipsMsg{
      position: fixed;
      bottom: 0rpx;
      text-align: center;
      color: #c0c4cc;
      height: 80rpx;
      font-size: 26rpx;
   }
   .btmbox {
      position: fixed;
      bottom: 0;
      bottom: 80rpx;
      height: 120rpx;
      background-color: #F3F5F9;
      display: flex;