yanghao 3 недель назад
Родитель
Сommit
0731a88703
2 измененных файлов с 9 добавлено и 6 удалено
  1. 1 1
      pages.json
  2. 8 5
      pages/entry/index.vue

+ 1 - 1
pages.json

@@ -495,7 +495,7 @@
 
 	"tabBar": {
 		// "height": "50px", //总高45 - 9px顶部padding
-		"height": "45px",
+		"height": "70px",
 		"iconWidth": "15px",
 		"fontSize": "14px",
 		"borderStyle": "white",

+ 8 - 5
pages/entry/index.vue

@@ -35,13 +35,12 @@
               </view>
             </uni-badge>
           </view>
-
-          <view class="hero-title">工作台</view>
         </view>
       </view>
     </view>
 
     <view class="content-shell">
+      <view class="hero-title">工作台</view>
       <view class="section-card">
         <view class="section-title">核心功能</view>
         <scroll-view class="core-scroll" scroll-x show-scrollbar="false">
@@ -418,12 +417,14 @@ onShow(() => {
 .entry-page {
   height: 100vh;
   background: linear-gradient(180deg, #edf4ff 0%, #f7f9fc 28%, #f6f8fb 100%);
+  padding-bottom: 30rpx;
 }
 
 .hero {
   position: relative;
   height: 640rpx;
   overflow: hidden;
+  padding-bottom: 20rpx;
 }
 
 .hero-bg {
@@ -459,7 +460,8 @@ onShow(() => {
 .hero-title {
   position: absolute;
   left: 0%;
-  bottom: -110%;
+  top: -8%;
+  // bottom: -110%;
   // background: #f7f9fc;
   background: linear-gradient(
     to right,
@@ -477,6 +479,7 @@ onShow(() => {
   height: 80rpx;
   font-size: 40rpx;
   font-weight: 700;
+  z-index: -3;
 }
 
 .status-row {
@@ -529,8 +532,8 @@ onShow(() => {
   gap: 12rpx;
   max-width: 100%;
   margin-top: 18rpx;
-  padding: 12rpx 18rpx;
-  border-radius: 18rpx;
+  padding: 8rpx 18rpx;
+  border-radius: 15rpx;
   background: rgba(255, 255, 255, 0.18);
   color: #ffffff;
   backdrop-filter: blur(8px);