From ebea702b9cf6566423fa26c63b603cdc989153e2 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 12 Jun 2026 15:14:23 +0800
Subject: [PATCH] UI:星享购

---
 static/css/order.css |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/static/css/order.css b/static/css/order.css
index daca231..a457fba 100644
--- a/static/css/order.css
+++ b/static/css/order.css
@@ -6,7 +6,9 @@
 .order-tab{
 	position: fixed;
 	left: 0;
-	top: 44px;
+	/*top: 44px;*/
+    /*top: var(--status-bar-height);*/
+	top: 0;
 	z-index: 99;
 	display: flex;
 	height: 80upx;
@@ -17,6 +19,11 @@
 	color: #666666;
 	background-color: #ffffff;
 }
+/*#ifdef H5*/
+.order-tab{
+    top: 44px;
+}
+/*#endif*/
 
 .order-tab view{
 	flex: 1;

--
Gitblit v1.9.3