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/collect.css |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/static/css/collect.css b/static/css/collect.css
index 9d3b773..24a2f96 100644
--- a/static/css/collect.css
+++ b/static/css/collect.css
@@ -2,11 +2,17 @@
 	position: fixed;
 	left: 0;
 	top: 0;
+    /* top: var(--status-bar-height); */
 	z-index: 99;
 	width: 100%;
 	background-color: #ebebeb;
 	height: 80upx;
 }
+/*#ifdef H5*/
+.collect-title{
+    top: 44px;
+}
+/*#endif*/
 
 .collect-title text{
 	display: inline-block;
@@ -85,4 +91,4 @@
 	background-color: #000000;
 	opacity: .5;
 	z-index: 999;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3