From 4b48bacef8646cee8b66f5e10b0ed7124534e93e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 12 五月 2023 17:10:47 +0800
Subject: [PATCH] 首页修改

---
 miniprogram/app.wxss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/miniprogram/app.wxss b/miniprogram/app.wxss
index 06c6fc9..c762fbd 100644
--- a/miniprogram/app.wxss
+++ b/miniprogram/app.wxss
@@ -3,8 +3,8 @@
   height: 100%;
   display: flex;
   flex-direction: column;
-  align-items: center;
+  /* align-items: center; */
   justify-content: space-between;
-  padding: 200rpx 0;
+  /* padding: 200rpx 0; */
   box-sizing: border-box;
 } 

--
Gitblit v1.8.0