From 9b95dadd2e9dc16c2f03468333d1a4df72740526 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期日, 07 四月 2024 15:11:12 +0800
Subject: [PATCH] 个人中心

---
 packagePersonal/pages/feedBack/index.wxss |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/packagePersonal/pages/feedBack/index.wxss b/packagePersonal/pages/feedBack/index.wxss
index 812c531..c9f47e4 100644
--- a/packagePersonal/pages/feedBack/index.wxss
+++ b/packagePersonal/pages/feedBack/index.wxss
@@ -1,6 +1,5 @@
 page {
-  background-color: #f0f2f5;
-  padding: 0 20rpx;
+  background-color: #f0f2f5 !important;
 }
 
 .container {
@@ -9,11 +8,18 @@
 }
 
 .page-header {
+  background-color: #f0f2f5;
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1;
+}
+
+.con-bg {
+  background: #fff;
+  height: 30rpx;
+  margin-top: -30rpx;
 }
 
 .pageInfo {
@@ -23,6 +29,7 @@
 .content {
   height: calc(100vh - env(safe-area-inset-bottom) - 96rpx);
   box-sizing: border-box;
+  background: #fff;
 }
 
 .t-tabs__track {
@@ -185,4 +192,9 @@
 .empyt {
   background: #fff;
   padding: 200rpx 0;
+}
+
+.body-loading {
+  padding: 200rpx 0;
+  text-align: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1