From 3d73fb33c46aada16a6060adcd4ea14bb33b6b2a Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 09 四月 2024 10:39:11 +0800
Subject: [PATCH] 详情页tabs样式优化,答题添加页面退出拦截,合并代码

---
 packagePersonal/pages/feedBack/index.wxss |   43 +++++++++++++++++++++++++------------------
 1 files changed, 25 insertions(+), 18 deletions(-)

diff --git a/packagePersonal/pages/feedBack/index.wxss b/packagePersonal/pages/feedBack/index.wxss
index 96e6e47..c9f47e4 100644
--- a/packagePersonal/pages/feedBack/index.wxss
+++ b/packagePersonal/pages/feedBack/index.wxss
@@ -1,25 +1,35 @@
 page {
-  background-color: #f0f2f5;
+  background-color: #f0f2f5 !important;
 }
 
 .container {
-  width: 100vw;
+  width: 100%;
   height: 100vh;
-  padding: 0 20rpx;
-}
-
-.content {
-  height: calc(100vh - env(safe-area-inset-bottom) - 86rpx);
-  box-sizing: border-box;
 }
 
 .page-header {
-  background-color: #F2F3F8;
+  background-color: #f0f2f5;
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
-  z-index: 1
+  z-index: 1;
+}
+
+.con-bg {
+  background: #fff;
+  height: 30rpx;
+  margin-top: -30rpx;
+}
+
+.pageInfo {
+  padding-top: 90rpx;
+}
+
+.content {
+  height: calc(100vh - env(safe-area-inset-bottom) - 96rpx);
+  box-sizing: border-box;
+  background: #fff;
 }
 
 .t-tabs__track {
@@ -75,14 +85,6 @@
   text-align: center;
 }
 
-.container {
-  height: calc(100vh - env(safe-area-inset-bottom));
-  box-sizing: border-box;
-}
-
-.pageInfo {
-  margin-top: -30rpx;
-}
 
 .content-item {
   background: #fff;
@@ -190,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