From 0ba4575f47bd1498235f9d6ca9ac8b105e7e566c Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 25 Jun 2026 11:38:30 +0800
Subject: [PATCH] UI:澜品优选 修改版本号

---
 static/css/carts.css |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/static/css/carts.css b/static/css/carts.css
index 04e4f53..83f6ff9 100644
--- a/static/css/carts.css
+++ b/static/css/carts.css
@@ -133,12 +133,17 @@
 	position: fixed;
 	left: 0;
     /*top: var(--status-bar-height);*/
-    top: 44px;
+    top: 0px;
 	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%;

--
Gitblit v1.9.3