From d44f1c3412aeb61709e58c737279ac2b2f60e018 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 03 四月 2024 09:30:52 +0800
Subject: [PATCH] 样式修改

---
 packagePersonal/pages/feedBack/index.wxss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/packagePersonal/pages/feedBack/index.wxss b/packagePersonal/pages/feedBack/index.wxss
index a206379..c9f47e4 100644
--- a/packagePersonal/pages/feedBack/index.wxss
+++ b/packagePersonal/pages/feedBack/index.wxss
@@ -8,6 +8,7 @@
 }
 
 .page-header {
+  background-color: #f0f2f5;
   width: 100%;
   position: fixed;
   top: 0;
@@ -15,6 +16,12 @@
   z-index: 1;
 }
 
+.con-bg {
+  background: #fff;
+  height: 30rpx;
+  margin-top: -30rpx;
+}
+
 .pageInfo {
   padding-top: 90rpx;
 }

--
Gitblit v1.9.1