From c47270ff1962e5554a1caa5274fa9723421801c8 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 21 十一月 2023 10:50:33 +0800
Subject: [PATCH] #

---
 App.vue |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/App.vue b/App.vue
index d7bded1..71099d7 100644
--- a/App.vue
+++ b/App.vue
@@ -21,8 +21,24 @@
 		font-family: 'my-font',Helvetica Neue, Helvetica, sans-serif;
 	}
 
+	.status_bar {
+		height: var(--status-bar-height);
+		width: 100%;
+		background-color: #FFF;
+		position: sticky;
+		top: 0;
+	}
+	
 	.search-bg {
 		background-color: #FFF;
+		padding: 16rpx;
+		position: sticky;
+		top: 88rpx;
+		z-index: 999;
+		/* #ifdef APP-PLUS  */
+		top: 148rpx;
+		/* #endif */
+		
 	}
 
 	@font-face {

--
Gitblit v1.9.1