From f6824f84d67f4eeb435cf7528e95886cb517e6c0 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 12 Jun 2026 11:42:21 +0800
Subject: [PATCH] feat:澜品优选 支付宝支付+退款

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

diff --git a/static/css/order.css b/static/css/order.css
index daca231..6e06d0d 100644
--- a/static/css/order.css
+++ b/static/css/order.css
@@ -6,7 +6,7 @@
 .order-tab{
 	position: fixed;
 	left: 0;
-	top: 44px;
+	top: 0px;
 	z-index: 99;
 	display: flex;
 	height: 80upx;
@@ -17,6 +17,11 @@
 	color: #666666;
 	background-color: #ffffff;
 }
+/*#ifdef H5*/
+.order-tab{
+    top: 44px;
+}
+/*#endif*/
 
 .order-tab view{
 	flex: 1;

--
Gitblit v1.9.3