From 2506d5d77b57575df2f0d33fa56d89895fdecbc0 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 27 May 2026 15:52:16 +0800
Subject: [PATCH] feat:星享购 绑卡 倒计时优化+首页新增“退款政策”弹窗

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

diff --git a/static/css/collect.css b/static/css/collect.css
index df7dfd3..df7737c 100644
--- a/static/css/collect.css
+++ b/static/css/collect.css
@@ -1,7 +1,7 @@
 .collect-title{
 	position: fixed;
 	left: 0;
-	top: var(--status-bar-height);
+	top: 44px;
 	z-index: 99;
 	width: 100%;
 	background-color: #ebebeb;
@@ -85,4 +85,4 @@
 	background-color: #000000;
 	opacity: .5;
 	z-index: 999;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3