From 5e649be819c7297c79c21c6dc120b4b6b362db9e Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 03 四月 2024 17:23:39 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

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

diff --git a/packagePersonal/pages/feedBack/index.wxss b/packagePersonal/pages/feedBack/index.wxss
index d5408dd..c9f47e4 100644
--- a/packagePersonal/pages/feedBack/index.wxss
+++ b/packagePersonal/pages/feedBack/index.wxss
@@ -1,5 +1,5 @@
 page {
-  background-color: #f0f2f5;
+  background-color: #f0f2f5 !important;
 }
 
 .container {
@@ -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