feat:改造地址和首页

This commit is contained in:
2025-09-25 22:26:03 +08:00
parent ba8158093a
commit 9e17a4597e
20 changed files with 1959 additions and 1567 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
<template>
<view class="home_warp">
<view class="home_warp" :class="platformType ? '' :'iosplatformType'">
<!-- 带背景的头部 -->
<view class="home_header_warp"></view>
<view class="home_content_z_warp">
@@ -496,6 +496,9 @@ export default {
height: calc(100vh - env(safe-area-inset-bottom)); // 是底部的导航栏高度
overflow: auto;
position: relative;
&.iosplatformType{
height:100vh;
}
}
.home_header_warp {