Browse Source

Merge branch 'songjie/feature-20251023161635-首页' into milestone-20251031-简版功能开发

zhaowenkang/feature-20251028181547-行情页面
宋杰 1 month ago
parent
commit
9c4744c957
  1. 10
      pages/home/home.vue

10
pages/home/home.vue

@ -115,7 +115,8 @@
<view class="report-status">{{report.status}}</view> <view class="report-status">{{report.status}}</view>
</view> </view>
<view class="view-more"> <view class="view-more">
<text>查看更多 >></text>
<view><text>查看更多 >></text></view>
<view><text class="disclaimer-text">免责声明以上数据由AI生成不作为最终投资建议决策需独立</text></view>
</view> </view>
</view> </view>
</view> </view>
@ -706,6 +707,13 @@ export default {
height: 60px; height: 60px;
} }
/* 免责声明样式 */
.disclaimer-text {
font-size: 8px;
color: #999999;
text-align: center;
}
/* 底部导航 */ /* 底部导航 */
.static-footer { .static-footer {
position: fixed; position: fixed;

Loading…
Cancel
Save