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 | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/static/css/collect.css b/static/css/collect.css
index df7737c..e982455 100644
--- a/static/css/collect.css
+++ b/static/css/collect.css
@@ -1,12 +1,18 @@
.collect-title{
position: fixed;
left: 0;
- top: 44px;
+ /*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;
--
Gitblit v1.9.3