From 5df313e611a4459c8de026fafe68b7873ca010d7 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 11 Jun 2026 17:55:39 +0800
Subject: [PATCH] feat:星享购 新增会员价格

---
 static/css/collect.css |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/static/css/collect.css b/static/css/collect.css
index 9d3b773..e982455 100644
--- a/static/css/collect.css
+++ b/static/css/collect.css
@@ -1,12 +1,18 @@
 .collect-title{
 	position: fixed;
 	left: 0;
-	top: 0;
+	/*top: 44px;*/
+    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