From cb15c57d0ff984f5a100cf25d560fb0a69c00984 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期二, 16 四月 2024 18:21:05 +0800
Subject: [PATCH] 音频bug4

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

diff --git a/packagePersonal/pages/feedBack/index.wxss b/packagePersonal/pages/feedBack/index.wxss
index db30755..1abecb4 100644
--- a/packagePersonal/pages/feedBack/index.wxss
+++ b/packagePersonal/pages/feedBack/index.wxss
@@ -1,16 +1,36 @@
+@import "./index.skeleton.wxss";
+
 page {
-  background-color: #f0f2f5;
-  box-sizing: border-box;
-  padding: 0 24rpx;
+  background-color: #f0f2f5 !important;
+}
+
+.container {
+  width: 100%;
+  height: 100vh;
 }
 
 .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;
 }
 
 .t-tabs__track {
@@ -66,14 +86,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;
@@ -89,7 +101,8 @@
 
 .listBox .icon {
   width: 150rpx;
-  height: 200rpx;
+  height: 210rpx;
+  box-shadow: 0px 0px 20rpx 2px rgba(0, 0, 0, 0.08);
 }
 
 .listBox .icon .img {
@@ -105,7 +118,7 @@
 
 .listBox .titleBox {
   font-size: 28rpx;
-  font-weight: bold;
+  font-weight: 600;
   border-bottom: 2rpx solid #EDEDED;
   line-height: 80rpx;
   word-break: break-all;
@@ -114,6 +127,11 @@
   -webkit-box-orient: vertical;
   overflow: hidden;
   padding-bottom: 10rpx;
+}
+
+.item-title {
+  font-size: 28rpx;
+  color: #333;
 }
 
 .name {
@@ -133,21 +151,17 @@
 
 .backBox .item-title {
   font-size: 28rpx;
-  font-weight: bold;
-  line-height: 80rpx;
-  word-break: break-all;
-  display: -webkit-box;
-  -webkit-line-clamp: 1;
-  -webkit-box-orient: vertical;
-  overflow: hidden;
+  font-weight: 600;
+  line-height: 48rpx;
   padding-bottom: 10rpx;
+  color: #333;
 }
 
 .backCon {
   background: #FAFAFA;
   border-radius: 5rpx;
   padding: 10rpx 20rpx;
-  font-size: 28rpx;
+  font-size: 26rpx;
   line-height: 60rpx;
 }
 
@@ -166,7 +180,7 @@
 .submitBox .box {
   display: flex;
   margin: 0 auto;
-  width: 160rpx;
+  width: 170rpx;
   align-items: center;
   text-align: center;
   font-size: 28rpx;
@@ -179,6 +193,11 @@
 }
 
 .empyt {
-  background: #fff;
+  /* background: #fff; */
   padding: 200rpx 0;
+}
+
+.body-loading {
+  padding: 200rpx 0;
+  text-align: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1