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/carts.css |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/static/css/carts.css b/static/css/carts.css
index dc8aefd..79f232a 100644
--- a/static/css/carts.css
+++ b/static/css/carts.css
@@ -132,13 +132,19 @@
 .c-title{
 	position: fixed;
 	left: 0;
-	top: 44px;
-	/* top: var(--status-bar-height); */
+	/*top: 44px;*/
+	top: var(--status-bar-height);
 	z-index: 99;
 	width: 100%;
 	background-color: #ebebeb;
 	height: 80upx;
 }
+/*#ifdef H5*/
+.c-title{
+    top: 44px;
+}
+/*#endif*/
+
 .c-title text{
 	display: inline-block;
 	height: 100%;
@@ -157,4 +163,4 @@
 	display: flex;
 	align-items: center;
 	margin-top: 4upx;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3