From b77e8e776af4d81e748e9e21d51b64a11085a195 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 19 十二月 2024 10:49:11 +0800
Subject: [PATCH] 未提交退出提示

---
 pages/cart/paymentPage/index.wxss |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss
index 02da90f..e975340 100644
--- a/pages/cart/paymentPage/index.wxss
+++ b/pages/cart/paymentPage/index.wxss
@@ -66,12 +66,12 @@
   flex-direction: row;
   padding: 0 10rpx; */
   /* margin-right: 500rpx; */
-  margin-bottom: 50rpx;
+  margin-bottom: 30rpx;
   font-family: PingFang SC, PingFang SC;
   font-weight: bold;
   font-size: 29rpx;
   color: #333333;
-  display: flex;
+  /* display: flex; */
   flex-direction: row;
 }
 
@@ -273,6 +273,7 @@
 }
 
 .boosName {
+  margin-bottom: 20rpx;
   font-family: PingFang SC, PingFang SC;
   font-weight: bold;
   font-size: 29rpx;

--
Gitblit v1.9.1